CHANGELOG.md in capistrano-3.8.1 vs CHANGELOG.md in capistrano-3.8.2

- old
+ new

@@ -1,9 +1,15 @@ # Capistrano 3.x Changelog -All notable changes to this project will be documented in this file, in reverse chronological order. This project adheres to [Semantic Versioning](http://semver.org). +All notable changes to this project will be documented in this file, in reverse chronological order. +**Capistrano follows a modified version of [SemVer](http://semver.org)**, similar to the Ruby on Rails project. For a `X.Y.Z` release: + +* `Z` indicates bug fixes only; no breaking changes and no new features, except as necessary for security fixes. +* `Y` is bumped when we add new features. Occasionally a `Y` release may include small breaking changes. We will notify via CHANGELOG entries and/or deprecation notices if there are breaking changes. +* `X` is incremented for significant breaking changes. This is reserved for special occasions, like a complete rewrite. + **Capistrano uses a six-week release cadence.** Every six weeks, give or take, any changes in master will be published as a new rubygems version. If you'd like to use a feature or fix that is in master and you can't wait for the next planned release, put this in your project's Gemfile to use the master branch directly: ```ruby gem "capistrano", :github => "capistrano/capistrano" ``` @@ -11,9 +17,21 @@ ## master https://github.com/capistrano/capistrano/compare/v3.8.1...HEAD * Your contribution here! + +## `3.8.2` (2017-06-16) + +https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2 + +### Breaking changes: + +* None + +### Other changes: + +* [#1882](https://github.com/capistrano/capistrano/pull/1882): Explain where to add new Capfile lines in scm deprecation warning - [@robd](https://github.com/robd) ## `3.8.1` (2017-04-21) https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1