Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Version 1.12.1 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 30, 2016
1 parent 3538ef1 commit f935e2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.12.1 (2016-04-30)

Bugfixes:
- automatically fallback when the new index has a checksum mismatch instead of erroring (@segiddins)
- fix computation of new index file local checksums on Windows (#4472, @mwrock)
- properly handle certain resolver backtracking cases without erroring (@segiddins, #4484)
- ensure the `$LOAD_PATH` contains specs' load paths in the correct order (@segiddins, #4482)

## 1.12.0 (2016-04-28)

This space intentionally left blank.
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,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.12.0" unless defined?(::Bundler::VERSION)
VERSION = "1.12.1" unless defined?(::Bundler::VERSION)
end

0 comments on commit f935e2f

Please sign in to comment.