We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faae43d commit 47d0520Copy full SHA for 47d0520
changelog.md
@@ -9,6 +9,15 @@ Updated features:
9
10
Removed features:
11
12
+Internal improvements:
13
+
14
+Testing improvements:
15
16
+Others:
17
18
+v3.7.0 (2025-08-27)
19
+==========
20
21
Internal improvements:
22
23
* explicitly require ostruct for ruby >= 3.3.5 ([694](https://github.com/arsduo/koala/pull/694))
@@ -20,8 +29,6 @@ Testing improvements:
29
* Fix json assertions in CI ([701](https://github.com/arsduo/koala/pull/701))
30
* Fix ruby 3.5 CI ([702](https://github.com/arsduo/koala/pull/702))
31
-Others:
24
-
25
32
v3.6.0 (2024-06-27)
26
33
==========
27
34
lib/koala/version.rb
@@ -1,3 +1,3 @@
1
module Koala
2
- VERSION = "3.6.0"
+ VERSION = "3.7.0"
3
end
0 commit comments