Skip to content

Commit

Permalink
changelog for v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jan 19, 2011
1 parent 7fad22d commit 8d68dc4
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions 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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d68dc4

Please sign in to comment.