Skip to content

Commit

Permalink
Update changelog for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Oct 2, 2010
1 parent d9def76 commit 1fa4f55
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
32 changes: 27 additions & 5 deletions CHANGELOG.md
@@ -1,6 +1,28 @@
## 1.0.0 ## 1.0.1 (October 1, 2010)


Features Features:

- Vlad deployment recipe, `require 'bundler/vlad'`
- Prettier bundle graphs
- Improved gem skeleton for `bundle gem`
- Prompt on file clashes when generating a gem
- Option to generate binary with gem skeleton
- Allow subclassing of GemHelper for custom tasks
- Chdir to gem directory during `bundle open`

Bugfixes:

- Allow gemspec requirements with a list of versions
- Accept lockfiles with windows line endings
- Respect BUNDLE_WITHOUT env var
- Allow `gem "foo", :platform => :jruby`
- Specify loaded_from path in fake gemspec
- Flesh out gem_helper tasks, raise errors correctly
- Respect RBConfig::CONFIG['ruby_install_name'] in binstubs

## 1.0.0 (August 29, 2010)

Features:


- You can now define `:bundle_cmd` in the capistrano task - You can now define `:bundle_cmd` in the capistrano task


Expand All @@ -20,7 +42,7 @@ Bugfixes:
- Detect new Rubygems sources in the Gemfile and update - Detect new Rubygems sources in the Gemfile and update
the lockfile the lockfile


## 1.0.0.rc.6 ## 1.0.0.rc.6 (August 23, 2010)


Features: Features:


Expand All @@ -38,7 +60,7 @@ Bugfixes:
- Expand paths in Gemfile relative to the Gemfile and not the current - Expand paths in Gemfile relative to the Gemfile and not the current
working directory. working directory.


## 1.0.0.rc.5 ## 1.0.0.rc.5 (August 10, 2010)


Features: Features:


Expand All @@ -49,7 +71,7 @@ Bugfixes:
- Fix a regression with determining whether or not to use sudo - Fix a regression with determining whether or not to use sudo
- Allow using the --gemfile flag with the --deployment flag - Allow using the --gemfile flag with the --deployment flag


## 1.0.0.rc.4 ## 1.0.0.rc.4 (August 9, 2010)


Features: 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 # We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to # with other versions of bundler and we are unsure how to
# handle this better. # handle this better.
VERSION = "1.1.pre" unless defined?(::Bundler::VERSION) VERSION = "1.0.1" unless defined?(::Bundler::VERSION)
end end

0 comments on commit 1fa4f55

Please sign in to comment.