Skip to content

Commit

Permalink
Bump up version and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cynipe committed Jul 15, 2014
1 parent ebfa5ea commit 2c8746d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jenkins-capistrano (0.1.1)
jenkins-capistrano (0.1.2)
capistrano (< 3.0.0)
jenkins_api_client (>= 1.0.0)

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ gem 'jenkins_api_client', github: 'cynipe/jenkins_api_client', branch: 'fix-mult

## Release Notes

### 0.1.2
* Fix `.` is not allowed for job/node/view name ([#11](https://github.com/cynipe/jenkins-capistrano/pull/11))

### 0.1.1
* Abort when json file found in node config and show user-friendly message
* Remove unimplemented `jenkin:reverse_config` task
Expand Down
2 changes: 1 addition & 1 deletion lib/jenkins-capistrano/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jenkins
module Capistrano
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end

0 comments on commit 2c8746d

Please sign in to comment.