Skip to content

chore: release - #26

Merged
puradox merged 1 commit into
mainfrom
release-plz-2026-07-19T02-15-37Z
Jul 20, 2026
Merged

chore: release#26
puradox merged 1 commit into
mainfrom
release-plz-2026-07-19T02-15-37Z

Conversation

@puradox

@puradox puradox commented Jul 19, 2026

Copy link
Copy Markdown
Owner

🤖 New release

  • tinhorn-core: 0.1.5 -> 0.2.0 (⚠ API breaking changes)
  • tinhorn: 0.2.1 -> 0.2.2

tinhorn-core breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field OutcomeDie.rerolled in /tmp/.tmpOihkJP/tinhorn/crates/tinhorn-core/src/app.rs:1488

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type OutcomeDie no longer derives Copy, in /tmp/.tmpOihkJP/tinhorn/crates/tinhorn-core/src/app.rs:1473

--- 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.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant TermMod:Reroll in /tmp/.tmpOihkJP/tinhorn/crates/tinhorn-core/src/parse.rs:78
Changelog

tinhorn-core

0.2.0 - 2026-07-19

Added

  • (app) flare exploding crits as they land, not at chain end (#28)
  • (parse) reroll modifiers (r/ro) with chained compare points (#25)

Other

  • trim verbose comments to their essential point (#29)

tinhorn

0.2.2 - 2026-07-19

Added

  • (parse) reroll modifiers (r/ro) with chained compare points (#25)

Other

  • trim verbose comments to their essential point (#29)


This PR was generated with release-plz.

@puradox
puradox force-pushed the release-plz-2026-07-19T02-15-37Z branch from ddcb300 to 7a3fab2 Compare July 19, 2026 10:38
@puradox
puradox force-pushed the release-plz-2026-07-19T02-15-37Z branch from 7a3fab2 to dc8d3b7 Compare July 19, 2026 12:04
@puradox
puradox merged commit 3f5b70c into main Jul 20, 2026
2 checks passed
@puradox
puradox deleted the release-plz-2026-07-19T02-15-37Z branch July 20, 2026 17:58
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