Skip to content

Commit

Permalink
Update changelog for 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 22, 2015
1 parent 61bf095 commit a85578c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.10.6 (2015-07-22)

Workarounds:

- only warn on invalid gemspecs (@indirect)

Bugfixes:

- fix installing dependencies in the correct order (#3799, @pducks32)
- fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs)
- fix `install_if` conditionals when using the block form (@danieltdt)

## 1.10.5 (2015-06-24)

Workarounds:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
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.10.5" unless defined?(::Bundler::VERSION)
VERSION = "1.10.6" unless defined?(::Bundler::VERSION)
end

0 comments on commit a85578c

Please sign in to comment.