Skip to content

Commit

Permalink
Prepare to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Dec 17, 2019
1 parent ac240ce commit fb625b2
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,3 +1,7 @@
# 1.0.1
* Fix thor when `thor/base` and `thor/group` are required without `thor.rb`.
* Handle relative source path in `create_link`.

# 1.0.0
* Drop support to Ruby 1.8 and 1.9.
* Deprecate relying on default `exit_on_failure?`.
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 = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit fb625b2

Please sign in to comment.