Skip to content

Commit

Permalink
Version 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Sep 27, 2011
1 parent 29f74a0 commit 6783436
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 1.0.20 (September 27, 2011)

Features:

- Add platform :maglev (@timfel, #1444)

Bugfixes:

- Ensure yaml is required even if psych is found
- Handle directory names that contain invalid regex characters

## 1.0.20.rc (September 18, 2011)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Expand Up @@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.0.20.rc" unless defined?(::Bundler::VERSION)
VERSION = "1.0.20" unless defined?(::Bundler::VERSION)
end

0 comments on commit 6783436

Please sign in to comment.