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

Commit

Permalink
Version 1.14.6 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Mar 3, 2017
1 parent ffd9c70 commit 0c38a39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.14.6 (2017-03-03)

Bugfixes:

- avoid undefined constant `Bundler::Plugin::API::Source` exception (#5409, @segiddins)
- avoid incorrect warnings about needing to enable `specific_platform` (@segiddins)
- fail gracefully when the compact index does not send an ETag (#5463, @olleolleolle)
- ensure `bundle outdated --local` shows all outdated gems (#5430, @denniss)
- fix a case where ruby version requirements could lead to incorrect resolver conflicts (#5425, @segiddins)

## 1.14.5 (2017-02-22)

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

0 comments on commit 0c38a39

Please sign in to comment.