summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-04-19 19:18:37 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-04-19 19:18:37 -0500
commit79c6dc33567d659e6b9055ef999ca9d953b877b2 (patch)
tree1bc5b75bb645563a2cc42fd339d578b75ab98fc4
parenta552c140929a8365c123bd9cfa6f5df6d3048d7e (diff)
downloadbundler-1.12.0.rc.3.tar.gz
Version 1.12.0.rc.3 with changelogv1.12.0.rc.3
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f2cf07716..ad8ee0dad0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.12.0.rc.3 (2016-04-19)
+
+Bugfixes:
+
+ - don't allow new attributes to dirty a lockfile when running `bundle exec`, `-rbundler/setup`, or `bundle check` (@segiddins)
+
## 1.12.0.rc.2 (2016-04-15)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 8a8241874a..9020abce78 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.rc.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.12.0.rc.3" unless defined?(::Bundler::VERSION)
end