summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-15 21:25:41 -0700
committerAndre Arko <andre@arko.net>2010-04-15 21:26:11 -0700
commit6c41a0bef0e6a84a523cd2e733e78565893b6568 (patch)
tree130c1255fb6c8fb4398af9e4810eaa7883e0d68e
parent099ef45d9d4f98ed81fc8dd134db2f3f547e710c (diff)
downloadbundler-6c41a0bef0e6a84a523cd2e733e78565893b6568.tar.gz
Version 0.9.200.9.20
-rw-r--r--CHANGELOG.md13
-rw-r--r--lib/bundler/version.rb2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aecbf8bf51..c9fc077692 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 0.9.20 (April 15, 2010)
+
+Features:
+
+ - load YAML format gemspecs
+ - no backtraces when calling Bundler.setup if gems are missing
+ - no backtraces when trying to exec a file without the executable bit
+
+Bugfixes:
+
+ - fix infinite recursion in Bundler.setup after loading a bundled Bundler gem
+ - request install instead of lock when env.rb is out of sync with Gemfile.lock
+
## 0.9.19 (April 12, 2010)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 938a105e81..cf3a94e6fe 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.19"
+ VERSION = "0.9.20"
end \ No newline at end of file