We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8452893 commit 08265a3Copy full SHA for 08265a3
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.18.0, release 2013-03-26
2
+* Remove rake2thor
3
+* Only display colors if output medium supports colors
4
+* Pass parent_options to subcommands
5
+* Fix non-dash-prefixed aliases
6
+* Make error messages more helpful
7
+* Rename "task" to "command"
8
+* Add the method to allow for custom package name
9
+
10
## 0.17.0, release 2013-01-24
11
* Add better support for tasks that accept arbitrary additional arguments (e.g. things like `bundle exec`)
12
* Add #stop_on_unknown_option!
lib/thor/version.rb
@@ -1,3 +1,3 @@
class Thor
- VERSION = "0.17.0"
+ VERSION = "0.18.0"
end
0 commit comments