Skip to content

Commit

Permalink
Prepare to 0.20.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 10, 2018
1 parent 43042c5 commit 7d08952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 0.20.2
* Fix `did_you_mean` support.

# 0.20.1
* Support new versions fo ERB.
* Fix `check_unknown_options!` to not check the content that was not parsed, i.e. after a `--` or after the first unknown with `stop_on_unknown_option!`
* Add `did_you_mean` support.

## 0.20.0
* Add `check_default_type!` to check if the default value of an option matches the defined type.
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.20.1"
VERSION = "0.20.2"
end

0 comments on commit 7d08952

Please sign in to comment.