summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-12-26 12:53:32 -0800
committerAndre Arko <andre@arko.net>2013-12-26 12:53:32 -0800
commit7aace087ad475c76af698134cd1c9341adde8e26 (patch)
tree047627980c4bedc2941612f6db7bbbfa41b0100c
parent0d15cefd0022136de663d6542f079268137c26f1 (diff)
downloadbundler-7aace087ad475c76af698134cd1c9341adde8e26.tar.gz
Version 1.5.0 and changelogv1.5.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--lib/bundler/version.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8bc1b1f548..6b67d6fa6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 1.5.0 (2013-12-26)
+
+Features:
+
+ - install missing gems if their specs are present (@hone)
+
+Bugfixes:
+
+ - use print for "Installing…" so messages are thread-safe (@TimMoore)
+
## 1.5.0.rc.2 (2013-12-18)
"Features":
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index df360efcd7..64c2ed741d 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
- VERSION = "1.5.0.rc.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.5.0" unless defined?(::Bundler::VERSION)
end