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

Commit

Permalink
Version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Apr 1, 2011
1 parent 7008382 commit ec1d4dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.0.11 (April 1, 2011)

Features:

- Compatibility with Rubygems 1.6 and 1.7
- Better error messages when a git command fails

Bugfixes:

- Don't always update gemspec gems (@carllerche)
- Remove ivar warnings (@jackdempsey)
- Fix occasional git failures in zsh (@jonah-carbonfive)
- Consistent lock for gems with double deps like Cap (@akahn)

## 1.0.10 (February 1, 2011)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.10" unless defined?(::Bundler::VERSION)
VERSION = "1.0.11" unless defined?(::Bundler::VERSION)
end

0 comments on commit ec1d4dd

Please sign in to comment.