We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac240ce commit fb625b2Copy full SHA for fb625b2
CHANGELOG.md
@@ -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
+
5
# 1.0.0
6
* Drop support to Ruby 1.8 and 1.9.
7
* Deprecate relying on default `exit_on_failure?`.
lib/thor/version.rb
@@ -1,3 +1,3 @@
class Thor
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments