Skip to content

Commit 1d89d2e

Browse files
committed
Preprare release 3.7.0
1 parent faae43d commit 1d89d2e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

changelog.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ Updated features:
99

1010
Removed features:
1111

12+
Internal improvements:
13+
14+
Testing improvements:
15+
16+
Others:
17+
18+
v3.7.0 (2025-08-27)
19+
==========
20+
1221
Internal improvements:
1322

1423
* explicitly require ostruct for ruby >= 3.3.5 ([694](https://github.com/arsduo/koala/pull/694))
@@ -20,8 +29,6 @@ Testing improvements:
2029
* Fix json assertions in CI ([701](https://github.com/arsduo/koala/pull/701))
2130
* Fix ruby 3.5 CI ([702](https://github.com/arsduo/koala/pull/702))
2231

23-
Others:
24-
2532
v3.6.0 (2024-06-27)
2633
==========
2734

lib/koala/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Koala
2-
VERSION = "3.6.0"
2+
VERSION = "3.7.0"
33
end

0 commit comments

Comments
 (0)