Skip to content

Commit

Permalink
Prepare to 0.20.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 9, 2018
1 parent b51916c commit f9f7488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 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!`

## 0.20.0
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.0"
VERSION = "0.20.1"
end

0 comments on commit f9f7488

Please sign in to comment.