summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-01-18 18:27:06 -0800
committerAndre Arko <andre@arko.net>2011-01-18 18:28:15 -0800
commit8d68dc4808bba00b5b6e7ef49913d4f88de762c7 (patch)
treed15ade0fb00305a5d4bad286f6267a383b3b5a36
parent7fad22d99aad51076693e42d785595fbf19dde9d (diff)
downloadbundler-1.0.8.tar.gz
changelog for v1.0.8v1.0.8
-rw-r--r--CHANGELOG.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19ea421e2e..fc19e11e51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+## 1.0.8 (January 18, 2010)
+
+Features:
+
+ - Allow overriding gemspec() deps with :git deps
+ - Add --local option to `bundle update`
+ - Ignore Gemfile.lock in newly generated gems
+ - Use `less` as help pager instead of `more`
+ - Run `bundle exec rake` instead of `rake` in Capistrano tasks
+
+Bugfixes:
+
+ - Fix --no-cache option for `bundle install`
+ - Allow Vlad deploys to work without Capistrano gem installed
+ - Fix group arguments to `bundle console`
+ - Allow groups to be loaded even if other groups were loaded
+ - Evaluate gemspec() gemspecs in their directory not the cwd
+ - Count on Rake to chdir to the right place in GemHelper
+ - Change Pathnames to Strings for MacRuby
+ - Check git process exit status correctly
+ - Fix some warnings in 1.9.3-trunk (thanks tenderlove)
+
## 1.0.7 (November 17, 2010)
Bugfixes:
@@ -290,8 +312,6 @@ isolation.
- Fix cases where the same dependency appeared several times in the Gemfile.lock
- Fix a bug where require errors were being swallowed during Bundler.require
-## BACKFILL COMING
-
## 1.0.0.beta.1
- No `bundle lock` command. Locking happens automatically on install or update