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 v0.3.0 #50

Closed
wants to merge 1 commit into from
Closed

Conversation

BobAnkh
Copy link
Member

@BobAnkh BobAnkh commented Nov 22, 2024

🤖 New release

  • mito: 0.2.0 -> 0.3.0
  • netmito: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)

⚠️ netmito 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.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant ClientCommand:Shutdown in /tmp/.tmpPgt5sf/mitosis/netmito/src/config/client.rs:96

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_parameter_count_changed.ron

Failed in:
  netmito::api::admin::admin_router now takes 2 parameters instead of 1, in /tmp/.tmpPgt5sf/mitosis/netmito/src/api/admin.rs:24
  netmito::api::router now takes 2 parameters instead of 1, in /tmp/.tmpPgt5sf/mitosis/netmito/src/api/mod.rs:29
Changelog

mito

0.3.0 - 2024-11-26

Features

  • (api) Support admin shutdown coordinator - (79bf8d1)

Bug Fixes

  • (client) Change interact error message display - (57e4023)
  • (task) Relax local path constraints in spec - (1282f72)

Miscellaneous Tasks

  • Update Cargo.lock dependencies - (0000000)


This PR was generated with release-plz.

@BobAnkh BobAnkh changed the title chore: release v0.2.1 chore: release v0.3.0 Nov 26, 2024
@BobAnkh BobAnkh force-pushed the release-plz-2024-11-22T08-30-22Z branch 2 times, most recently from 1d926e3 to dc557f6 Compare November 26, 2024 16:06
@BobAnkh BobAnkh force-pushed the release-plz-2024-11-22T08-30-22Z branch from dc557f6 to 9f28069 Compare November 26, 2024 16:11
@BobAnkh BobAnkh closed this Nov 26, 2024
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.

1 participant