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 #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

BobAnkh
Copy link
Member

@BobAnkh BobAnkh commented Nov 26, 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/.tmpPCtvNY/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::router now takes 2 parameters instead of 1, in /tmp/.tmpPCtvNY/mitosis/netmito/src/api/mod.rs:29
  netmito::api::admin::admin_router now takes 2 parameters instead of 1, in /tmp/.tmpPCtvNY/mitosis/netmito/src/api/admin.rs:24
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 force-pushed the release-plz-2024-11-26T16-13-05Z branch from 952caa3 to 6e86ede Compare November 26, 2024 16:17
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