summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-20 23:15:21 -0700
committerAndre Arko <andre@arko.net>2010-04-20 23:23:09 -0700
commit79890a437b49e2fa667500f39c7d5be5fb066141 (patch)
treead62ec667c95da634d9cab52d22ced2510482d6c
parente13dd685aea0f150a1690710636be0e7b19d4014 (diff)
downloadbundler-79890a437b49e2fa667500f39c7d5be5fb066141.tar.gz
Version 0.9.230.9.23
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 926fb50fd6..84c5b619ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.9.23 (April 20, 2010)
+
+Bugfixes:
+
+ - cache command no longer prunes gems created by an older rubygems version
+ - cache command no longer prunes gems that are for other platforms
+
## 0.9.22 (April 20, 2010)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 8ecfd24ac5..1a0043bd48 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.23.pre"
+ VERSION = "0.9.23"
end \ No newline at end of file