Skip to content

chore: release v0.16.0#501

Merged
kantord merged 1 commit intomainfrom
release-plz-2026-02-01T18-18-08Z
Feb 1, 2026
Merged

chore: release v0.16.0#501
kantord merged 1 commit intomainfrom
release-plz-2026-02-01T18-18-08Z

Conversation

@kantord
Copy link
Copy Markdown
Owner

@kantord kantord commented 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

--- 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
Changelog

headson

0.16.0 - 2026-02-01

Added

  • support jsonl (#500)

Other

  • sample JSONL lines during ingest (#503)


This PR was generated with release-plz.

@kantord kantord force-pushed the release-plz-2026-02-01T18-18-08Z branch from 9a43586 to 44cf102 Compare February 1, 2026 18:40
@kantord kantord force-pushed the release-plz-2026-02-01T18-18-08Z branch from 44cf102 to 9d1958f Compare February 1, 2026 20:47
@kantord kantord merged commit fc214a2 into main Feb 1, 2026
17 checks passed
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