summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-08 21:17:39 -0700
committerAndre Arko <andre@arko.net>2010-04-08 22:14:14 -0700
commit287d3f11b30e7f663f5ffd7c8d4c9517a27941fc (patch)
treebddc1c167648f5091c4a6f4f52e027aa53a9dccb
parentbe02cc3828cf2aeeb1ad98802728853f64a9aa2d (diff)
downloadbundler-0.9.18.tar.gz
Version 0.9.180.9.18
-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 55d89da23b..3a3df535c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 0.9.18 (April 8, 2010)
+
+Features:
+
+ - console command that runs irb with bundle (and optional group) already loaded
+
+Bugfixes:
+
+ - Bundler.setup now fully disables system gems, even when unlocked (#266, #246)
+ - fixes Yard, which found plugins in Gem.source_index that it could not load
+ - makes behaviour of `Bundler.require` consistent between locked and unlocked loads
+
## 0.9.17 (April 7, 2010)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 0fdd7ce260..225a99d4fb 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.17"
+ VERSION = "0.9.18"
end \ No newline at end of file