ChangeLog.md in rubygems-tasks-0.2.0 vs ChangeLog.md in rubygems-tasks-0.2.1

- old
+ new

@@ -1,4 +1,38 @@ +### 0.2.1 / 2012-04-29 + +* Overrode the `FileUtils.fu_output_message` to call + {Gem::Tasks::Printing#debug}. +* Added `@api semipublic` tags to mark the semi-public API. +* Fixed a spelling error. + +#### console + +* Infer the primary file to require from the gemspec name. +* No longer run `bundle console`, since it is not the same as running + `bundle exec irb -Ilib -rfoo/bar`. + +#### scm:status + +* Will display the human-readable status, if the repository is dirty. +* Hooks into the `validate` task. + +#### scm:push + +* Depends on the `validate` task. + +#### scm:tag + +* Depends on the `validate` task. + +#### build:* + +* All `build:*` tasks now depend on the `validate` task. + +#### push + +* Depends on the `validate` task. + ### 0.2.0 / 2012-04-27 * Removed `Gem::Tasks::Task.task_name`. #### scm:status