Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 24, 2013
1 parent b22982c commit 37eb792
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
== next
* Add better support for tasks that accept arbitrary additional arguments (e.g. things like `bundle exec`).
== 0.17.0, release 2013-01-24
* Add better support for tasks that accept arbitrary additional arguments (e.g. things like `bundle exec`)
* Add #stop_on_unknown_option!
* Only strip from stdin.gets if it wasn't ended with EOF
* Allow "send" as a task name
* Allow passing options as arguments after "--"
* Autoload Thor::Group

== 0.16.0, release 2012-08-14
* Add enum to string arguments
Expand Down
2 changes: 1 addition & 1 deletion lib/thor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Thor
VERSION = "0.16.0"
VERSION = "0.17.0"
end

0 comments on commit 37eb792

Please sign in to comment.