Skip to content

Commit 0039b46

Browse files
chore: release 3.0.2
1 parent 68a1a1f commit 0039b46

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [3.0.2](https://github.com/webhippie/po_to_json/compare/v3.0.1...v3.0.2) (2026-03-23)
4+
5+
### Dependencies
6+
7+
* **patch:** update dependency ruby to v4.0.2 ([#65](https://github.com/webhippie/po_to_json/issues/65)) ([b06204a](https://github.com/webhippie/po_to_json/commit/b06204a9498d0dbf30bfb50ba6479157a861639a))
8+
9+
### Miscellaneous
10+
11+
* **flake:** updated lockfile [skip ci] ([68a1a1f](https://github.com/webhippie/po_to_json/commit/68a1a1f85dd684763eae6d5aa316a14df1479a94))
12+
* **flake:** updated lockfile [skip ci] ([adf093a](https://github.com/webhippie/po_to_json/commit/adf093a9682d835384ee8c7f20a26936afd58067))
13+
* **flake:** updated lockfile [skip ci] ([d0e126e](https://github.com/webhippie/po_to_json/commit/d0e126e2003dba10efda7263e11d758e879e529d))
14+
* **flake:** updated lockfile [skip ci] ([521ed77](https://github.com/webhippie/po_to_json/commit/521ed77ecbaf072c4f4362180286561d77214e04))
15+
* **flake:** updated lockfile [skip ci] ([8fb9515](https://github.com/webhippie/po_to_json/commit/8fb95150b11b566db5b7f9b038b676115e252b2c))
16+
* **flake:** updated lockfile [skip ci] ([37869ae](https://github.com/webhippie/po_to_json/commit/37869aeed799850c6dda684535f4e9fa8535938d))
17+
* **flake:** updated lockfile [skip ci] ([1f8de34](https://github.com/webhippie/po_to_json/commit/1f8de341099681b85d5c9a1f59768ff1dee71391))
18+
* **flake:** updated lockfile [skip ci] ([b588fb5](https://github.com/webhippie/po_to_json/commit/b588fb5dbad5f5d3ca0f68cb30465d3e2a85f0d8))
19+
* **flake:** updated lockfile [skip ci] ([96a77c2](https://github.com/webhippie/po_to_json/commit/96a77c2d79da73902cbe1188cd75dfd1b59c8485))
20+
321
## [3.0.1](https://github.com/webhippie/po_to_json/compare/v3.0.0...v3.0.1) (2026-01-19)
422

523
### 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.1'
19+
gem 'po_to_json', '~> 3.0.2'
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.1'
36+
spec.add_dependency 'po_to_json', '~> 3.0.2'
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.1".freeze
28+
VERSION = "3.0.2".freeze
2929
end

0 commit comments

Comments
 (0)