Skip to content

Commit

Permalink
Bump to 0.12.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 3, 2010
1 parent 1aa9eab commit af0625e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,6 @@
== 0.12, released 2010-01-02

* Methods generated by attr_* are automatically not marked as tasks
* inject_into_file does not add the same content twice, unless :force is set
* Removed rr in favor to rspec mock framework
* Improved output for thor -T
Expand Down
2 changes: 1 addition & 1 deletion lib/thor/version.rb
@@ -1,3 +1,3 @@
class Thor
VERSION = "0.12.3".freeze
VERSION = "0.12.4".freeze
end

0 comments on commit af0625e

Please sign in to comment.