summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-07 13:50:23 -0700
committerAndre Arko <andre@arko.net>2010-04-07 13:50:23 -0700
commit75473e78355adfa5f2edafca87d71f891b44fdfc (patch)
tree25210f7cff1123afb85a622a4387b86a70c9ea5a
parent589ec4e3dae05936bf44003ee9757c7380ff32d0 (diff)
downloadbundler-75473e78355adfa5f2edafca87d71f891b44fdfc.tar.gz
Version bump to 0.9.170.9.17
-rw-r--r--CHANGELOG.md12
-rw-r--r--lib/bundler/version.rb2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81da60b5af..55d89da23b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 0.9.17 (April 7, 2010)
+
+Features:
+
+ - Bundler.require now calls Bundler.setup automatically
+ - Gem::Specification#add_bundler_dependencies added for gemspecs
+
+Bugfixes:
+
+ - Gem paths are not longer duplicated while loading bundler
+ - exec no longer duplicates RUBYOPT if it is already set correctly
+
## 0.9.16 (April 3, 2010)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 62248662a1..0fdd7ce260 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.16"
+ VERSION = "0.9.17"
end \ No newline at end of file