summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-03 01:27:25 -0700
committerAndre Arko <andre@arko.net>2010-04-03 01:27:25 -0700
commit6be2abff23b6ac9299ee2573334209ae4540d1d3 (patch)
tree8b490f0485e56c54e9a3368b13b09ef9307aaf3f
parent00fd2be0a624a4bdadd0a17d5172969ef3f11884 (diff)
downloadbundler-0.9.16.tar.gz
Release version to 0.9.160.9.16
-rw-r--r--CHANGELOG.md35
-rw-r--r--lib/bundler/version.rb2
2 files changed, 28 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7ecf6b97d..81da60b5af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +1,37 @@
+## 0.9.16 (April 3, 2010)
+
+Features:
+
+ - exit gracefully on INT signal
+ - resolver output now indicates whether remote sources were checked
+ - print error instead of backtrace when exec cannot find a binary (#241)
+
+Bugfixes:
+
+ - show, check, and open commands work again while locked (oops)
+ - show command for git gems
+ - outputs branch names other than master
+ - gets the correct sha from the checkout
+ - doesn't print sha twice if :ref is set
+ - report errors from bundler/setup.rb without backtraces (#243)
+ - fix Gem::Spec#git_version to not error on unloaded specs
+ - improve deprecation, Gemfile, and command error messages (#242)
+
## 0.9.15 (April 1, 2010)
Features:
- - Use the env_file if possible instead of doing a runtime resolve
- - Huge speedup when calling Bundler.setup while locked
- - Ensures bundle exec is fast while locked
- - Regenerates env_file if it was generated by an older version
- - Update cached/packed gems when you update gems via bundle install
+ - use the env_file if possible instead of doing a runtime resolve
+ - huge speedup when calling Bundler.setup while locked
+ - ensures bundle exec is fast while locked
+ - regenerates env_file if it was generated by an older version
+ - update cached/packed gems when you update gems via bundle install
Bugfixes:
- - Prep for Rubygems 1.3.7 changes
- - Install command now pulls git branches correctly (#211)
- - Raise errors on invalid options in the Gemfile
+ - prep for Rubygems 1.3.7 changes
+ - install command now pulls git branches correctly (#211)
+ - raise errors on invalid options in the Gemfile
## 0.9.14 (March 30, 2010)
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 768ee7f4f4..62248662a1 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
- VERSION = "0.9.15"
+ VERSION = "0.9.16"
end \ No newline at end of file