Merged
Conversation
Merged
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/).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.