We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce950a commit 6729914Copy full SHA for 6729914
2 files changed
CHANGES.rst
@@ -6,6 +6,11 @@ crate_ruby changelog
6
unreleased
7
==========
8
9
+0.2.2
10
+=====
11
+
12
+- CI: Validated on recent versions of Ruby up to 4.1-dev
13
14
15
0.2.1
16
=====
lib/crate_ruby/version.rb
@@ -21,5 +21,5 @@
21
# software solely pursuant to the terms of the relevant commercial agreement.
22
23
module CrateRuby
24
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
25
end
0 commit comments