Skip to content

feat: support jsonl#500

Merged
kantord merged 12 commits intomainfrom
add-jsonl-support
Feb 1, 2026
Merged

feat: support jsonl#500
kantord merged 12 commits intomainfrom
add-jsonl-support

Conversation

@kantord
Copy link
Copy Markdown
Owner

@kantord kantord commented Jan 29, 2026

No description provided.

@kantord kantord marked this pull request as ready for review January 29, 2026 22:11
@kantord kantord merged commit 1eae53f into main Feb 1, 2026
17 checks passed
@kantord kantord mentioned this pull request Feb 1, 2026
@kantord kantord deleted the add-jsonl-support branch February 1, 2026 18:18
kantord added a commit that referenced this pull request Feb 1, 2026
## 🤖 New release

* `prunist`: 0.15.0 -> 0.16.0
* `headson`: 0.15.0 -> 0.16.0 (⚠ API breaking changes)

### ⚠ `headson` breaking changes

```text
--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant FilesetInputKind::Yaml 1 -> 2 in /tmp/.tmpJuV3R3/headson/src/ingest/fileset.rs:36
  variant FilesetInputKind::Text 2 -> 3 in /tmp/.tmpJuV3R3/headson/src/ingest/fileset.rs:37

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant FilesetInputKind:Jsonl in /tmp/.tmpJuV3R3/headson/src/ingest/fileset.rs:35
  variant InputKind:Jsonl in /tmp/.tmpJuV3R3/headson/src/lib.rs:65
```

<details><summary><i><b>Changelog</b></i></summary><p>


## `headson`

<blockquote>

##
[0.16.0](headson-v0.15.0...headson-v0.16.0)
- 2026-02-01

### Added

- support jsonl ([#500](#500))

### Other

- sample JSONL lines during ingest
([#503](#503))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant