summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-09-14 22:28:06 +1000
committerColby Swandale <me@colby.fyi>2018-09-18 22:56:17 +1000
commit1da10a61bff46ecdbd42f4f278acbe051b9c547b (patch)
treee3d96c54db2e9acfc2fdc08b91939a57817063f2
parent80af9e4806d60cd2720f5300b1f62f56662ef510 (diff)
downloadbundler-1da10a61bff46ecdbd42f4f278acbe051b9c547b.tar.gz
Version 1.16.5 with changelogv1.16.5
-rw-r--r--CHANGELOG.md16
-rw-r--r--lib/bundler/version.rb2
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bc9cef74c..2a98c87a8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 1.16.5 (2018-09-18)
+
+Changes:
+
+ - Add support for TruffleRuby (@eregon)
+
+Bugfixes:
+
+ - Avoid printing git errors when checking the version on incorrectly packaged versions of Bundler ([#6453](https://github.com/bundler/bundler/issues/6453), @greysteil)
+ - Fix issue where Bundler does not check the given class when comparing equality in DepProxy (@ChrisBr)
+ - Handle `RangeNotSatisfiable` error in Compact Index (@MaxLap)
+ - Check for initialized `search` variable in `LazySpecification` (@voxik)
+ - Fix LoadError occurring in nested bundle exec calls ([#6537](https://github.com/bundler/bundler/issues/6537), @colby-swandale)
+ - Check that Bundler::Deprecate is not an autoload constant ([#6163](https://github.com/bundler/bundler/issues/6163), @eregon)
+ - Prefer non-pre-release versions when performing a `bundle update --patch` ([#6684](https://github.com/bundler/bundler/issues/6684), @segiddins)
+
## 1.16.4 (2017-08-17)
Changes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 8576c742b6..837de2a75b 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,7 +7,7 @@ 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.16.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.16.5" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin