Skip to content

chore: release#6

Merged
bbaldino merged 1 commit into
masterfrom
release-plz-2025-04-25T21-18-30Z
Apr 25, 2025
Merged

chore: release#6
bbaldino merged 1 commit into
masterfrom
release-plz-2025-04-25T21-18-30Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 New release

  • parsely-impl: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • parsely-macro: 0.1.0 -> 0.1.1
  • parsely-rs: 0.1.0 -> 0.1.1 (✓ API compatible changes)

parsely-impl breaking changes

--- failure trait_allows_fewer_generic_type_params: trait now allows fewer generic type parameters ---

Description:
A trait now allows fewer generic type parameters than it used to. Uses of this trait that supplied all previously-supported generic types will be broken.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_allows_fewer_generic_type_params.ron

Failed in:
  trait StateSync allows 1 -> 0 generic types in /tmp/.tmpkgT6cl/parsely/impl/src/parsely_write.rs:8
  trait ParselyWrite allows 2 -> 0 generic types in /tmp/.tmpkgT6cl/parsely/impl/src/parsely_write.rs:25

--- failure trait_method_requires_different_generic_type_params: trait method now requires a different number of generic type parameters ---

Description:
A trait method now requires a different number of generic type parameters than it used to. Calls or implementations of this trait method using the previous number of generic types will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_requires_different_generic_type_params.ron

Failed in:
  ParselyWrite::write (1 -> 2 generic types) in /tmp/.tmpkgT6cl/parsely/impl/src/parsely_write.rs:27

--- warning unconditionally_sealed_trait_became_unsealed: unconditionally sealed trait became unsealed ---

Description:
An unconditionally sealed trait has become unsealed, allowing downstream crates to implement it. Reverting this would be a major breaking change.
        ref: https://rust-lang.github.io/api-guidelines/future-proofing.html#sealed-traits-protect-against-downstream-implementations-c-sealed
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/unconditionally_sealed_trait_became_unsealed.ron

Failed in:
  trait parsely_impl::parsely_write::StateSync in file /tmp/.tmpkgT6cl/parsely/impl/src/parsely_write.rs:8
Changelog

parsely-impl

0.2.0 - 2025-04-25

Other

  • Better expression ergonomics (#5)
  • clean up field reader code gen
  • add StateSync impl for String
  • remove the 'after' attribute
  • remove the buffer_type attribute
  • release v0.1.0

parsely-macro

0.1.1 - 2025-04-25

Other

  • release v0.1.0

parsely-rs

0.1.1 - 2025-04-25

Other

  • Better expression ergonomics (#5)
  • clean up field reader code gen
  • add StateSync impl for String
  • remove the 'after' attribute
  • remove the buffer_type attribute
  • release v0.1.0


This PR was generated with release-plz.

@bbaldino bbaldino merged commit 82458f0 into master Apr 25, 2025
@bbaldino bbaldino deleted the release-plz-2025-04-25T21-18-30Z branch April 25, 2025 21:19
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