File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.5] - 2024-12-25
11
+
12
+ ### Added
13
+
14
+ - Support Ruby 3.4. ([ @skryukov ] )
15
+
10
16
## [ 0.2.4] - 2024-10-31
11
17
12
18
### Added
@@ -57,7 +63,8 @@ and this project adheres to [Semantic Versioning].
57
63
[ @killondark ] : https://github.com/killondark
58
64
[ @skryukov ] : https://github.com/skryukov
59
65
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
61
68
[ 0.2.4 ] : https://github.com/skryukov/json_skooma/compare/v0.2.3...v0.2.4
62
69
[ 0.2.3 ] : https://github.com/skryukov/json_skooma/compare/v0.2.2...v0.2.3
63
70
[ 0.2.2 ] : https://github.com/skryukov/json_skooma/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module JSONSkooma
4
- VERSION = "0.2.4 "
4
+ VERSION = "0.2.5 "
5
5
end
You can’t perform that action at this time.
0 commit comments