Skip to content

Commit 08265a3

Browse files
committed
Prepare for version 0.18.0
1 parent 8452893 commit 08265a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 0.17.0, release 2013-01-24
211
* Add better support for tasks that accept arbitrary additional arguments (e.g. things like `bundle exec`)
312
* Add #stop_on_unknown_option!

lib/thor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Thor
2-
VERSION = "0.17.0"
2+
VERSION = "0.18.0"
33
end

0 commit comments

Comments
 (0)