summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-06-16 11:45:43 -0700
committerAndre Arko <andre@arko.net>2015-06-16 11:45:43 -0700
commit1678edeea88266e2f9c0de85f3ec3e2279d1265f (patch)
tree6a8bb8240f55a65af6c6528049f519777e83b879
parentd155010499ae0b68cfd76bb9f8810cfc68f5a24c (diff)
downloadbundler-1678edeea88266e2f9c0de85f3ec3e2279d1265f.tar.gz
Version 1.10.4 with changelogv1.10.4
-rw-r--r--CHANGELOG.md11
-rw-r--r--lib/bundler/version.rb2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fb4f0278c..a5634ef473 100644
--- a/CHANGELOG.md
+++ b/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:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 5c2e894e19..e4646d5b79 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -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