Skip to content

Commit fb625b2

Browse files
committed
Prepare to 1.0.1
1 parent ac240ce commit fb625b2

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,3 +1,7 @@
1+
# 1.0.1
2+
* Fix thor when `thor/base` and `thor/group` are required without `thor.rb`.
3+
* Handle relative source path in `create_link`.
4+
15
# 1.0.0
26
* Drop support to Ruby 1.8 and 1.9.
37
* Deprecate relying on default `exit_on_failure?`.

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 = "1.0.0"
2+
VERSION = "1.0.1"
33
end

0 commit comments

Comments
 (0)