summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <hello@colby.fyi>2018-08-16 22:19:12 +1000
committerColby Swandale <hello@colby.fyi>2018-08-20 21:37:31 +1000
commita356d8cf94342542cf63a6d8827baa2c0a53711f (patch)
tree388f1d3b6a5dc90865dc2cda1a9216a98fbc58af
parente35408f459f345f39625a592a3eb85647d2be88c (diff)
downloadbundler-a356d8cf94342542cf63a6d8827baa2c0a53711f.tar.gz
Version 1.16.4 with changelogv1.16.4
-rw-r--r--CHANGELOG.md21
-rw-r--r--lib/bundler/version.rb2
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b82139b20..3bc9cef74c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+## 1.16.4 (2017-08-17)
+
+Changes:
+
+ - Welcome new members to the Bundler core team (@indirect)
+ - Don't mutate original error trees when determining version_conflict_message (@greysteil)
+ - Update vendored Molinillo to 0.6.6 (@segiddins)
+
+Bugfixes:
+
+ - Reword bundle update regression message to be more clear to the user when a gem's version is downgraded ([#6584](https://github.com/bundler/bundler/issues/6584), @ralphbolo)
+ - Respect --conservative flag when updating a dependency group ([#6560](https://github.com/bundler/bundler/issues/6560), @greysteil)
+ - Fix issue where a pre-release version was not being selected when it's specified in the Gemfile ([#6449](https://github.com/bundler/bundler/issues/6449), @akihiro17)
+ - Fix issue where `Etc` was not loaded when getting the user's home dir ([#6640](https://github.com/bundler/bundler/issues/6640), @colby-swandale)
+ - Use UTF-8 for reading files including Gemfile ([#6660](https://github.com/bundler/bundler/issues/6660), @eregon)
+ - Remove unnecessary `while` loop in path resolver helper (@ojab)
+
+Documentation:
+
+ - Document that `bundle show [--paths]` sorts results by name (@kemitchell)
+
## 1.16.3 (2018-07-17)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 2774c5e7ba..8576c742b6 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.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.16.4" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin