Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Oct 2, 2015
1 parent a264687 commit 3608512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## v2.0.1
## v2.1.0

* Fix version field for default Ruby runtime.
* Add a `:dummy` provider for `ruby_runtime` for unit testing or complex overrides.
* Improved handling for `bundle exec` in `ruby_execute`.
* New integration test harness.

## v2.0.0

Expand Down
2 changes: 1 addition & 1 deletion lib/poise_ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@


module PoiseRuby
VERSION = '2.1.0.pre'
VERSION = '2.1.0'
end

0 comments on commit 3608512

Please sign in to comment.