summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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