summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-04-28 17:23:07 -0700
committerAndre Arko <andre@arko.net>2011-04-30 12:53:03 -0700
commitfe1ea11e5133b17c7c3d290fc23983be3802af04 (patch)
tree064e86e9e7c4a9ad34e8f8772956018dcbc90018
parent41f2099a277aef9581562f8a20478ae88d886175 (diff)
downloadbundler-fe1ea11e5133b17c7c3d290fc23983be3802af04.tar.gz
Version 1.0.13
-rw-r--r--CHANGELOG.md8
-rw-r--r--lib/bundler/version.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95ddd8e34b..10d0bde8a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 1.0.13 (April 30, 2011)
+
+Features:
+
+ - Compatibility with Rubygems master (soon to be v1.8)
+ - Check for Rubygems features before overriding them
+ - Informative error when --path points to a broken symlink
+
## 1.0.12 (April 8, 2011)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index acbed5ff76..d5bc0e063d 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.0.12" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.13" unless defined?(::Bundler::VERSION)
end