summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 478f398ae7..efc7be298a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 1.0.10 (February 1, 2011)
+
+Bugfixes:
+
+ - Fix a regression loading YAML gemspecs from :git and :path gems
+ - Requires, namespaces, etc. to work with changes in Rubygems 1.5
+
## 1.0.9 (January 19, 2011)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 85fc21c2d8..f3cfc0fd9e 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.9" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.10" unless defined?(::Bundler::VERSION)
end