We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG
1 parent 5990cbb commit 100f72eCopy full SHA for 100f72e
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 1.3.0
2
+- Bump dependencies and Ruby version to 3.4.5.
3
+- Read locally installed Ruby implementation and version (Ruby, TruffleRuby,
4
+ JRuby, MRuby, etc.) if none is found.
5
+- Add integration tests.
6
+- Add test coverage using
7
+ [SimpleCov](https://github.com/simplecov-ruby/simplecov).
8
+- Replace [Thor](https://github.com/rails/thor) with
9
+ [`dry-cli`](https://github.com/dry-rb/dry-cli) for command-line interface.
10
+
11
# 1.2.0
12
- Bump Ruby version to 2.7.1.
13
0 commit comments