From 800e408b785c60ad5bbaddc56a845cefd0a6385d Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Tue, 1 Feb 2011 00:53:24 -0800 Subject: Version 1.0.10 --- CHANGELOG.md | 7 +++++++ lib/bundler/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1