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

Commit

Permalink
Version 1.12.0.rc.2 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 15, 2016
1 parent 7c5305c commit 009ac70
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.12.0.rc.2 (2016-04-15)

Features:

- `bundle outdated` handles all combinations of `--major`, `--minor`, and `--patch` (#4396, @RochesterinNYC)

Bugfixes:

- prevent endless recursive copy for `bundle package --all` (#4392, @RochesterinNYC)
- allow executables that are `load`ed to exit non-0 via an `at_exit` hook when invoked by `bundle exec` (@segiddins)
- nested invocations of `bundle exec` properly preserve the `$PATH` and `$GEM_PATH` environment variables (@segiddins)

## 1.12.0.rc (2016-03-13)

Performance:
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.12.0.rc" unless defined?(::Bundler::VERSION)
VERSION = "1.12.0.rc.2" unless defined?(::Bundler::VERSION)
end

0 comments on commit 009ac70

Please sign in to comment.