summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-06-09 02:20:51 -0700
committerAndre Arko <andre@arko.net>2011-06-09 02:20:51 -0700
commit1c39e23277a8589e08d112d93f4e1935306fc7a2 (patch)
tree2f91add0bf4fed0b15011c36ea953ca708babb5f
parent47943277ed39156053ecfb7b2a59aa31cc2f6ea9 (diff)
downloadbundler-1.0.15.tar.gz
Version 1.0.15v1.0.15
-rw-r--r--CHANGELOG.md10
-rw-r--r--lib/bundler/version.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5b8a396fd..e9176ca1dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 1.0.15 (June 9, 2011)
+
+Features:
+
+ - Improved Rubygems integration, removed many deprecation notices
+
+Bugfixes:
+
+ - Escape URL arguments to git correctly on Windows (1.0.14 regression)
+
## 1.0.14 (May 27, 2011)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 759409fe8b..9f8590d5af 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.14" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.15" unless defined?(::Bundler::VERSION)
end