ChangeLog.md in ore-0.9.4 vs ChangeLog.md in ore-0.10.0
- old
+ new
@@ -1,5 +1,23 @@
+### 0.10.0 / 2012-10-14
+
+* Require thor ~> 0.15.
+* Strip the `ore-` prefix from the template name in {Ore::Template.register}.
+* Allow {Ore::Generator#disable_template} to disable templates that are not
+ installed.
+
+#### Templates
+
+* Added the [mini_test] template.
+* Moved the `rvmrc` template out into the [rvm] template.
+* Moved the `jeweler_tasks` template out into the [jeweler] template.
+* Removed the `gem_test` template.
+
+#### CLI
+
+* Added a `--version` option to the `ore` command.
+
### 0.9.4 / 2012-07-23
* Do not initialize the repository, if .git or .hg directories already exist.
#### Templates
@@ -335,15 +353,16 @@
[bundler]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/bundler
[bundler_tasks]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/bundler_tasks
[gemspec]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/gemspec
[gemspec_yml]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/gemspec_yml
[gem\_package\_task]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/gem_package_task
-[gem_test]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/gem_test
[git]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/git
[hg]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/hg
-[jeweler_tasks]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/jeweler_tasks
[rdoc]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/rdoc
[rspec]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/rspec
[rubygems_tasks]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/rubygems_tasks
-[rvmrc]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/rvmrc
[test_unit]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/test_unit
+[mini_test]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/mini_test
[yard]: https://github.com/ruby-ore/ore/tree/master/data/ore/templates/yard
+
+[rvm]: https://github.com/ruby-ore/rvm
+[jeweler_tasks]: https://github.com/ruby-ore/jeweler_tasks