Skip to content

Commit

Permalink
Version 1.0.7 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Nov 18, 2010
1 parent 3e1e26c commit 8dc821f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 1.0.7 (November 17, 2010)

Bugfixes:

- Remove Bundler version from the lockfile because it broke
backwards compatibility with 1.0.0-1.0.5. Sorry. :(

## 1.0.6 (November 16, 2010)

Bugfixes:
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.6" unless defined?(::Bundler::VERSION)
VERSION = "1.0.7" unless defined?(::Bundler::VERSION)
end

0 comments on commit 8dc821f

Please sign in to comment.