summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-05-03 14:23:59 -0700
committerAndre Arko <andre@arko.net>2010-05-03 14:23:59 -0700
commit769797e6b07805d47ad2d2344b2ad1a6d833eba0 (patch)
tree653ee1096a624c92b41b0ce7368d1b3f87e528a9
parent0a4e28aca81ff698f8cc3263966e9cbd95c809bb (diff)
downloadbundler-769797e6b07805d47ad2d2344b2ad1a6d833eba0.tar.gz
Version 0.9.250.9.25
-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 340d65ebe1..d1af6fcaf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.9.25 (May 3, 2010)
+
+Bugfixes:
+
+ - Explicitly coerce Pathname objects to Strings for Ruby 1.9
+ - Fix some newline weirdness in output from install command
+
## 0.9.24 (April 22, 2010)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 1643522408..471e45e7c1 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.25.pre"
+ VERSION = "0.9.25"
end \ No newline at end of file