Skip to content

chore: release#8

Merged
bbaldino merged 1 commit into
masterfrom
release-plz-2025-04-30T20-32-49Z
May 1, 2025
Merged

chore: release#8
bbaldino merged 1 commit into
masterfrom
release-plz-2025-04-30T20-32-49Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 30, 2025

🤖 New release

  • parsely-impl: 0.3.0 -> 0.4.0 (⚠ API breaking changes)
  • parsely-rs: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • parsely-macro: 0.1.2 -> 0.1.3

parsely-impl breaking changes

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_missing.ron

Failed in:
  method into_parsely_result_read of trait IntoParselyResult, previously in file /tmp/.tmpP10E6P/parsely-impl/src/error.rs:37
  method into_parsely_result of trait IntoWritableParselyResult, previously in file /tmp/.tmpP10E6P/parsely-impl/src/error.rs:10

--- 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 (2 -> 1 generic types) in /tmp/.tmp5n7tUG/parsely/impl/src/parsely_write.rs:27
  ParselyRead::read (2 -> 1 generic types) in /tmp/.tmp5n7tUG/parsely/impl/src/parsely_read.rs:7
Changelog

parsely-impl

0.4.0 - 2025-05-01

Added

  • trait rework (#9)
  • upgrade bits-io, re-export BitSliceUxExts

parsely-rs

0.1.3 - 2025-05-01

Added

  • trait rework (#9)
  • upgrade bits-io, re-export BitSliceUxExts

Other

  • rename test file/add a test for 'while'

parsely-macro

0.1.3 - 2025-05-01

Other

  • updated the following local packages: parsely-impl


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2025-04-30T20-32-49Z branch from a65b552 to f2eb2fa Compare May 1, 2025 18:28
@bbaldino bbaldino merged commit 1a2c6f7 into master May 1, 2025
@bbaldino bbaldino deleted the release-plz-2025-04-30T20-32-49Z branch May 1, 2025 18:29
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