We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf27135 commit 75b1386Copy full SHA for 75b1386
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))
@@ -17,8 +26,6 @@ Testing improvements:
26
27
* Add ruby 3.4 to CI ([696](https://github.com/arsduo/koala/pull/696))
28
-Others:
-
29
v3.6.0 (2024-06-27)
30
==========
24
31
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