Skip to content

Commit 1b34e4b

Browse files
committed
Bump 0.2.5
1 parent 5604207 commit 1b34e4b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.2.5] - 2024-12-25
11+
12+
### Added
13+
14+
- Support Ruby 3.4. ([@skryukov])
15+
1016
## [0.2.4] - 2024-10-31
1117

1218
### Added
@@ -57,7 +63,8 @@ and this project adheres to [Semantic Versioning].
5763
[@killondark]: https://github.com/killondark
5864
[@skryukov]: https://github.com/skryukov
5965

60-
[Unreleased]: https://github.com/skryukov/json_skooma/compare/v0.2.4...HEAD
66+
[Unreleased]: https://github.com/skryukov/json_skooma/compare/v0.2.5...HEAD
67+
[0.2.5]: https://github.com/skryukov/json_skooma/compare/v0.2.4...v0.2.5
6168
[0.2.4]: https://github.com/skryukov/json_skooma/compare/v0.2.3...v0.2.4
6269
[0.2.3]: https://github.com/skryukov/json_skooma/compare/v0.2.2...v0.2.3
6370
[0.2.2]: https://github.com/skryukov/json_skooma/compare/v0.2.1...v0.2.2

lib/json_skooma/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSONSkooma
4-
VERSION = "0.2.4"
4+
VERSION = "0.2.5"
55
end

0 commit comments

Comments
 (0)