Skip to content

Commit 8a95dfc

Browse files
chore: release 3.0.4
1 parent 6ed3aea commit 8a95dfc

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3333
For 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

lib/po_to_json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
#
2626

2727
class PoToJson
28-
VERSION = "3.0.3".freeze
28+
VERSION = "3.0.4".freeze
2929
end

0 commit comments

Comments
 (0)