From 804e47d7bec44f35178049db5bce3c25c5bc1c33 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 13 Mar 2016 23:00:17 -0700 Subject: Version 1.12.0.rc with changelog --- CHANGELOG.md | 12 ++++++++++++ lib/bundler/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 466e4238..a8d31ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.12.0.rc (2016-03-13) + +Performance: + + - Download gem metadata from globally distributed CDN endpoints (#4358, @segiddins) + +Bugfixes: + + - handle Ruby pre-releases built from source (#4324, @RochesterinNYC) + - support binstubs from RubyGems 2.6 (#4341, @segiddins) + - handle quotes present in in PATH (#4326, @segiddins) + ## 1.12.0.pre.2 (2016-02-26) Performance: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 1aa11d0d..d4e2d19e 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -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.pre.2" unless defined?(::Bundler::VERSION) + VERSION = "1.12.0.rc" unless defined?(::Bundler::VERSION) end -- cgit v1.2.3