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.0] ( https://github.com/webhippie/po_to_json/compare/v2.1.2...v2.2.0 ) (2025-11-10)
4+
5+
6+ ### Features
7+
8+ * implement generate_for_json method ([ aa8a13a] ( https://github.com/webhippie/po_to_json/commit/aa8a13ab8e2784ea23b889b775c6c700eb0b7821 ) )
9+
310## [ 2.1.2] ( https://github.com/webhippie/po_to_json/compare/v2.1.1...v2.1.2 ) (2025-10-13)
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.1.2 '
19+ gem ' po_to_json' , ' ~> 2.2.0 '
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.1.2 '
36+ spec.add_dependency ' po_to_json' , ' ~> 2.2.0 '
3737```
3838
3939## Usage
Original file line number Diff line number Diff line change 2525#
2626
2727class PoToJson
28- VERSION = "2.1.2 " . freeze
28+ VERSION = "2.2.0 " . freeze
2929end
You can’t perform that action at this time.
0 commit comments