ChangeLog.md in ore-0.5.0 vs ChangeLog.md in ore-0.6.0
- old
+ new
@@ -1,4 +1,25 @@
+### 0.6.0 / 2011-02-12
+
+* Require ore-core ~> 0.1.2.
+* Opted into [gem-testers.org](http://gem-testers.org/).
+* Added the `rvmrc` template and `--rvmrc` option to {Ore::Generator}:
+ * Generates an `.rvmrc` file that creates a new gemset for the project
+ and supports Bundler.
+* Added `mailto:` to the `Email` links in the generated `README` files.
+* Renamed the `ore cut` command to `ore gem`.
+* Use `__FILE__` instead of hard-coding the file name into the generated
+ `.gemspec` file.
+* No longer necessary to require `ore/specification` in the generated
+ `Gemfile`:
+ * The new generated `.gemspec` files can auto-load `Ore::Specification`.
+* Do not include `ore-core` in the generated `Gemfile`, if `ore-tasks`
+ has already been included.
+* Bumped the `ore-tasks` dependency to `~> 0.4.0` in the `ore_tasks`
+ template.
+* Fixed typos in the documentation thanks to
+ [yard-spellcheck](http://github.com/postmodern/yard-spellcheck).
+
### 0.5.0 / 2011-01-19
* Require ore-core ~> 0.1.1.
* Require rspec ~> 2.4.0.
* Load default options from `~/.ore/options.yml`.