We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc35a7b commit 4868a1dCopy full SHA for 4868a1d
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v1.1.0
2
+
3
+_<sup>Unreleased</sup>_
4
5
+#### ⭐️ New Features
6
7
+- Add support for Ruby 3.3. (e05756768c1535babccfca71f32d5218dd4da626)
8
9
## [v1.0.2](https://github.com/yuki24/artemis/tree/v1.0.2)
10
11
_<sup>released at 2024-05-02 02:41:10 UTC</sup>_
lib/artemis/version.rb
@@ -1,3 +1,3 @@
module Artemis
- VERSION = "1.0.2"
+ VERSION = "1.1.0"
end
0 commit comments