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+ ## [ 3.0.4] ( https://github.com/webhippie/po_to_json/compare/v3.0.3...v3.0.4 ) (2026-05-18)
4+
5+ ### Dependencies
6+
7+ * ** patch:** update dependency ruby to v4.0.4 ([ #71 ] ( https://github.com/webhippie/po_to_json/issues/71 ) ) ([ b4b92bd] ( https://github.com/webhippie/po_to_json/commit/b4b92bdbdefa7523585789ac8e3e108e277dfb8b ) )
8+
9+ ### Miscellaneous
10+
11+ * ** flake:** updated lockfile [ skip ci] ([ 6ed3aea] ( https://github.com/webhippie/po_to_json/commit/6ed3aea1cf3d3fd5d73ae9b7a66c338fffabe3cc ) )
12+ * ** flake:** updated lockfile [ skip ci] ([ cb7d4af] ( https://github.com/webhippie/po_to_json/commit/cb7d4afcc8f33130563cb5341375f599add74537 ) )
13+ * ** flake:** updated lockfile [ skip ci] ([ 22fa1b4] ( https://github.com/webhippie/po_to_json/commit/22fa1b4463dc1d47ddad18042474977b3f381b2a ) )
14+
315## [ 3.0.3] ( https://github.com/webhippie/po_to_json/compare/v3.0.2...v3.0.3 ) (2026-04-27)
416
517### Dependencies
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' , ' ~> 3.0.3 '
19+ gem ' po_to_json' , ' ~> 3.0.4 '
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' , ' ~> 3.0.3 '
36+ spec.add_dependency ' po_to_json' , ' ~> 3.0.4 '
3737```
3838
3939## Usage
Original file line number Diff line number Diff line change 2525#
2626
2727class PoToJson
28- VERSION = "3.0.3 " . freeze
28+ VERSION = "3.0.4 " . freeze
2929end
You can’t perform that action at this time.
0 commit comments