summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-08-08 22:24:42 -0700
committerTerence Lee <hone02@gmail.com>2012-08-08 22:24:47 -0700
commit3a1121a568f8b6785429291a080de2fa6188c520 (patch)
tree3a1af12417a020cdfa1ff605bad28eea41b5dee7
parentaefa530cdc7b209bc646e98b7a730078d064665f (diff)
downloadbundler-3a1121a568f8b6785429291a080de2fa6188c520.tar.gz
Version 1.2.0.rc.2 and changelogv1.2.0.rc.2
-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 a8acc1b0ca..66ed5255d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.2.0.rc.2 (Aug 8, 2012)
+
+Bugfixes:
+
+ - `clean` doesn't remove gems that are included in the lockfile
+
## 1.2.0.rc (Jul 17, 2012)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 6833c037f9..874871ec3d 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,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.2.0.rc" unless defined?(::Bundler::VERSION)
+ VERSION = "1.2.0.rc.2" unless defined?(::Bundler::VERSION)
end