Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Release version to 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Apr 3, 2010
1 parent 00fd2be commit 6be2abf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
35 changes: 27 additions & 8 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
@@ -1,3 +1,3 @@
module Bundler
VERSION = "0.9.15"
VERSION = "0.9.16"
end

0 comments on commit 6be2abf

Please sign in to comment.