Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v10.0.0 #115

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

fasterthanlime
Copy link
Contributor

@fasterthanlime fasterthanlime commented Dec 4, 2024

πŸ€– New release

  • merde: 9.0.1 -> 10.0.0 (βœ“ API compatible changes)
  • merde_core: 9.0.1 -> 10.0.0 (⚠️ API breaking changes)
  • merde_json: 9.0.1 -> 10.0.0 (βœ“ API compatible changes)
  • merde_msgpack: 9.0.1 -> 10.0.0 (βœ“ API compatible changes)
  • merde_yaml: 9.0.1 -> 10.0.0 (βœ“ API compatible changes)

⚠️ merde_core breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself 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.36.0/src/lints/function_missing.ron

Failed in:
  function merde_core::compatibility_check_once, previously in file /tmp/.tmpjyw7R5/merde_core/src/lib.rs:58
Changelog

merde

10.0.0 - 2024-12-04

Other

  • [breaking] Force a major version bump

merde_core

10.0.0 - 2024-12-04

Other

  • [breaking] Force a major version bump
  • remove rubicon (merde has a single ABI now anyway)

merde_json

10.0.0 - 2024-12-04

Other

  • [breaking] Force a major version bump

merde_msgpack

10.0.0 - 2024-12-04

Other

  • [breaking] Force a major version bump

merde_yaml

10.0.0 - 2024-12-04

Other

  • [breaking] Force a major version bump


This PR was generated with release-plz.

@fasterthanlime fasterthanlime changed the title chore: release chore: release v10.0.0 Dec 4, 2024
@fasterthanlime fasterthanlime force-pushed the release-plz-2024-12-04T13-09-29Z branch from 4fedd84 to c7f8cb2 Compare December 4, 2024 13:13
@fasterthanlime fasterthanlime merged commit f0c4479 into main Dec 4, 2024
2 checks passed
@fasterthanlime fasterthanlime deleted the release-plz-2024-12-04T13-09-29Z branch December 4, 2024 14:32
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