summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-10-11 21:47:04 +1100
committerColby Swandale <me@colby.fyi>2018-10-13 15:36:04 +1100
commit0f81f1acd15de52d1722bf9d109eca77fc52bd36 (patch)
tree4ecbb0f48d6bc77a046af3f5bf7a44acc6df9473
parente5773bccad9769090469dd3209f7577eac0598d4 (diff)
downloadbundler-0f81f1acd15de52d1722bf9d109eca77fc52bd36.tar.gz
Version 1.17.0.pre.2 with changelogv1.17.0.pre.2
-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 e59fc78e30..167423b810 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 1.17.0.pre.2 (2018-10-13)
+
+Features:
+
+ - Configure Bundler home, cache, config and plugin directories with `BUNDLE_USER_HOME`, `BUNDLE_USER_CACHE`, `BUNDLE_USER_CONFIG` and `BUNDLE_USER_PLUGIN` env vars ([#4333](https://github.com/bundler/bundler/issues/4333), @gwerbin)
+ - Add `--all` option to `bundle binstubs` that will generate an executable file for all gems with commands in the bundle
+ - Add `bundle remove` command to remove gems from the Gemfile via the CLI
+ - Improve checking file permissions and asking for `sudo` in Bundler when it doesn't need to
+ - Add error message to `bundle add` to check adding duplicate gems to the Gemfile
+ - When asking for `sudo`, Bundler will show a list of folders/files that require elevated permissions to write to.
+
+The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.
+
+ - Improve deprecation warning message for `bundle show` command
+ - Improve deprecation warning message for the `--force` option in `bundle install`
+
## 1.17.0.pre.1 (2018-09-24)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index d259f3faa2..6bec2e7052 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.17.0.pre.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.17.0.pre.2" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin