Skip to content

Commit 44cf102

Browse files
authored
chore: release v0.16.0
1 parent 7a4d604 commit 44cf102

3 files changed

Lines changed: 45 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.0](https://github.com/kantord/headson/compare/headson-v0.15.0...headson-v0.16.0) - 2026-02-01
11+
12+
### Added
13+
14+
- support jsonl ([#500](https://github.com/kantord/headson/pull/500))
15+
1016
## [0.15.0](https://github.com/kantord/headson/compare/headson-v0.14.0...headson-v0.15.0) - 2026-01-18
1117

1218
### Added

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.15.0"
10+
version = "0.16.0"
1111

1212
[package]
1313
name = "headson"
@@ -47,7 +47,7 @@ once_cell = "1.19"
4747
syntect = "5"
4848
regex = "1.11"
4949
clap_complete = "4.5.62"
50-
prunist = { path = "crates/prunist", version = "0.15.0" }
50+
prunist = { path = "crates/prunist", version = "0.16.0" }
5151

5252

5353

0 commit comments

Comments
 (0)