Skip to content

Commit b60e9eb

Browse files
committed
Prepare for 1.1.0
1 parent 31168c1 commit b60e9eb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 1.0.1
210
* Fix thor when `thor/base` and `thor/group` are required without `thor.rb`.
311
* Handle relative source path in `create_link`.

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.1"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)