Skip to content

Commit f9f7488

Browse files
committed
Prepare to 0.20.1 release
1 parent b51916c commit f9f7488

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.20.1
2+
* Support new versions fo ERB.
13
* 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!`
24

35
## 0.20.0

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

0 commit comments

Comments
 (0)