Skip to content

chore: release v0.9.0 - #35

Merged
mandrean merged 2 commits into
masterfrom
release-plz-2026-03-21T22-44-06Z
Mar 21, 2026
Merged

chore: release v0.9.0#35
mandrean merged 2 commits into
masterfrom
release-plz-2026-03-21T22-44-06Z

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 21, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • har: 0.8.1 -> 0.9.0 (⚠ API breaking changes)

har breaking changes

--- 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 Error:Read in /tmp/.tmpLndcPy/har-rs/src/lib.rs:22
  variant Error:DecodeJson in /tmp/.tmpLndcPy/har-rs/src/lib.rs:27
  variant Error:EncodeYaml in /tmp/.tmpLndcPy/har-rs/src/lib.rs:34
  variant Error:EncodeJson in /tmp/.tmpLndcPy/har-rs/src/lib.rs:39
  variant Error:MissingLog in /tmp/.tmpLndcPy/har-rs/src/lib.rs:44
  variant Error:MissingVersion in /tmp/.tmpLndcPy/har-rs/src/lib.rs:46
  variant Error:UnsupportedVersion in /tmp/.tmpLndcPy/har-rs/src/lib.rs:48

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::Io, previously in file /tmp/.tmprXfDQo/har/src/lib.rs:14
  variant Error::Yaml, previously in file /tmp/.tmprXfDQo/har/src/lib.rs:16
  variant Error::Json, previously in file /tmp/.tmprXfDQo/har/src/lib.rs:18
Changelog

0.9.0 - 2026-03-21

Added

  • gate YAML support behind opt-in feature (#36)

Other

  • Refresh crate with Rust 2024, release-plz, and clearer parsing errors (#34)


This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release-plz-2026-03-21T22-44-06Z branch from 1e39467 to b509cd5 Compare March 21, 2026 23:07
@mandrean
mandrean merged commit 4ec55fc into master Mar 21, 2026
1 check passed
@mandrean
mandrean deleted the release-plz-2026-03-21T22-44-06Z branch March 21, 2026 23:28
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