summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-02 00:53:31 -0700
committerAndre Arko <andre@arko.net>2010-04-02 00:53:31 -0700
commit8e8bdcc5bc9569c520401f91f9ae53ead252eed8 (patch)
treed67d3a0ecf3309ca3c29286a176282c810044806
parent57da026218a38f871d4b574039737b37082614a9 (diff)
downloadbundler-8e8bdcc5bc9569c520401f91f9ae53ead252eed8.tar.gz
Changelog and release for 0.9.150.9.15
-rw-r--r--CHANGELOG.md16
-rw-r--r--lib/bundler/version.rb2
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd878e452a..f7ecf6b97d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 0.9.15 (April 1, 2010)
+
+Features:
+
+ - Use the env_file if possible instead of doing a runtime resolve
+ - Huge speedup when calling Bundler.setup while locked
+ - Ensures bundle exec is fast while locked
+ - Regenerates env_file if it was generated by an older version
+ - Update cached/packed gems when you update gems via bundle install
+
+Bugfixes:
+
+ - Prep for Rubygems 1.3.7 changes
+ - Install command now pulls git branches correctly (#211)
+ - Raise errors on invalid options in the Gemfile
+
## 0.9.14 (March 30, 2010)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 22ff181803..768ee7f4f4 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.15.pre"
+ VERSION = "0.9.15"
end \ No newline at end of file