Skip to content

Commit 7d08952

Browse files
committed
Prepare to 0.20.2 release
1 parent 43042c5 commit 7d08952

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# 0.20.2
2+
* Fix `did_you_mean` support.
3+
14
# 0.20.1
25
* Support new versions fo ERB.
36
* 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!`
7+
* Add `did_you_mean` support.
48

59
## 0.20.0
610
* Add `check_default_type!` to check if the default value of an option matches the defined type.

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.20.1"
2+
VERSION = "0.20.2"
33
end

0 commit comments

Comments
 (0)