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.13
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Apr 29, 2011
1 parent 7c6a566 commit 364b278
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 1.0.13 (April 28, 2011)

Features:

- Compatibility with Rubygems master (soon to be v1.8)
- Check for Rubygems features before overriding them
- Informative error when --path points to a broken symlink

## 1.0.12 (April 8, 2011)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
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.12" unless defined?(::Bundler::VERSION)
VERSION = "1.0.13" unless defined?(::Bundler::VERSION)
end

0 comments on commit 364b278

Please sign in to comment.