Skip to content

chore: release v0.1.4 #5

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

Merged
merged 2 commits into from
Jun 12, 2025
Merged

chore: release v0.1.4 #5

merged 2 commits into from
Jun 12, 2025

Conversation

BobAnkh
Copy link
Member

@BobAnkh BobAnkh commented Jun 12, 2025

🤖 New release

  • human-bandwidth: 0.1.3 -> 0.2.0 (⚠ API breaking changes)

human-bandwidth 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.41.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:UnknownBinaryUnit in /tmp/.tmp7zd8CQ/human-bandwidth/src/lib.rs:75

--- failure type_method_marked_deprecated: type method #[deprecated] added ---

Description:
A type method is now #[deprecated]. Downstream crates will get a compiler warning when using this method.
        ref: https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-deprecated-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/type_method_marked_deprecated.ron

Failed in:
  method human_bandwidth::FormattedBandwidth::get_ref in /tmp/.tmp7zd8CQ/human-bandwidth/src/lib.rs:424
Changelog

0.2.0 - 2025-06-12

Features

  • Support encode and decode of binary prefix system (#4) - (0ae582a)


This PR was generated with release-plz.

@maxime-bruno
Copy link
Contributor

Technically it was not a breaking change as the enum variant is only present with the new feature binary-system

@BobAnkh
Copy link
Member Author

BobAnkh commented Jun 12, 2025

Technically it was not a breaking change as the enum variant is only present with the new feature binary-system

I agree. I will try to modify the version manually, as this is generated by release-plz.

@BobAnkh BobAnkh changed the title chore: release v0.2.0 chore: release v0.1.4 Jun 12, 2025
@BobAnkh BobAnkh merged commit 7a9af80 into main Jun 12, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants