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 31168c1 commit b60e9ebCopy full SHA for b60e9eb
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 1.1.0
2
+* Don't use ANSI colors when terminal is dumb.
3
+* Ensure default option/argument is not erroneously aliased.
4
+* Fixes a bug in the calculation of the print_wrapped method.
5
+* Obey `:mute` and `options[:quiet]` in `Shell#say`.
6
+* Support Ruby 3.0.
7
+* Add force option to the `gsub_file` action.
8
+
9
# 1.0.1
10
* Fix thor when `thor/base` and `thor/group` are required without `thor.rb`.
11
* Handle relative source path in `create_link`.
lib/thor/version.rb
@@ -1,3 +1,3 @@
class Thor
- VERSION = "1.0.1"
+ VERSION = "1.1.0"
end
0 commit comments