Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
prepare release v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncreuschling committed Feb 9, 2018
1 parent 992fe02 commit 51741a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [9.1.0]
### Summary

- Use correct capistrano context at copy scm
- Update capistrano 3.10.1
- Always execute tasks for each server or at rollback
Expand Down Expand Up @@ -37,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- first public release

[Unreleased]: https://github.com/dkdeploy/dkdeploy-core/compare/master...develop
[9.1.0]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.1.0
[9.0.0]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v9.0.0
[8.0.1]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v8.0.1
[8.0.0]: https://github.com/dkdeploy/dkdeploy-core/releases/tag/v8.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This Rubygem `dkdeploy-core` represents the extension of [Capistrano](http://cap

Add this line to your application's `Gemfile`

gem 'dkdeploy-core', '~> 9.0'
gem 'dkdeploy-core', '~> 9.1'

and then execute

Expand Down
2 changes: 1 addition & 1 deletion lib/dkdeploy/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Core
#
class Version
MAJOR = 9
MINOR = 0
MINOR = 1
PATCH = 0

def self.to_s
Expand Down

0 comments on commit 51741a5

Please sign in to comment.