Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Updated features:

Removed features:

Internal improvements:

Testing improvements:

Others:

v3.7.0 (2025-08-27)
==========

Internal improvements:

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

Others:

v3.6.0 (2024-06-27)
==========

Expand Down
2 changes: 1 addition & 1 deletion lib/koala/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Koala
VERSION = "3.6.0"
VERSION = "3.7.0"
end