File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.2.1] ( https://github.com/webhippie/po_to_json/compare/v2.2.0...v2.2.1 ) (2025-12-22)
4+
5+
6+ ### Bugfixes
7+
8+ * ** patch:** update dependency ruby to v3.4.8 ([ #57 ] ( https://github.com/webhippie/po_to_json/issues/57 ) ) ([ 846d0e1] ( https://github.com/webhippie/po_to_json/commit/846d0e1ecd2fbb714942b128547f8f16ac528dbf ) )
9+
310## [ 2.2.0] ( https://github.com/webhippie/po_to_json/compare/v2.1.2...v2.2.0 ) (2025-11-10)
411
512
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ look at the [wokflow][workflow].
1616## Installation
1717
1818``` ruby
19- gem ' po_to_json' , ' ~> 2.2.0 '
19+ gem ' po_to_json' , ' ~> 2.2.1 '
2020```
2121
2222## Versioning
@@ -33,7 +33,7 @@ gem using the [Pessimistic Version Constraint][pvc] with two digits of precision
3333For example:
3434
3535``` ruby
36- spec.add_dependency ' po_to_json' , ' ~> 2.2.0 '
36+ spec.add_dependency ' po_to_json' , ' ~> 2.2.1 '
3737```
3838
3939## Usage
Original file line number Diff line number Diff line change 2525#
2626
2727class PoToJson
28- VERSION = "2.2.0 " . freeze
28+ VERSION = "2.2.1 " . freeze
2929end
You can’t perform that action at this time.
0 commit comments