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

Commit

Permalink
Version 1.10.4 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jun 16, 2015
1 parent d155010 commit 1678ede
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 1.10.4 (2015-06-16)

Workarounds:

- don't add BUNDLED WITH to the lock when Spring runs `check` over and over (@indirect)

Bugfixes:

- display "with native extensions" log output correctly (@ivantsepp)
- alias `i` to `install`, `c` to `check`, and `e` to `exec` (@indirect)

## 1.10.3 (2015-06-03)

Bugfixes:
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.10.3" unless defined?(::Bundler::VERSION)
VERSION = "1.10.4" unless defined?(::Bundler::VERSION)
end

0 comments on commit 1678ede

Please sign in to comment.