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

Merged
merged 1 commit into from
Dec 20, 2023
Merged

chore: release #32

merged 1 commit into from
Dec 20, 2023

Conversation

Miaxos
Copy link
Contributor

@Miaxos Miaxos commented Dec 18, 2023

🤖 New release

  • swarmd: 0.1.20 -> 0.1.21
  • swarmd_generated: 0.1.1-alpha.2 -> 0.1.1-alpha.3 (⚠️ API breaking changes)

⚠️ swarmd_generated breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/constructible_struct_adds_field.ron

Failed in:
  field PublishWorkerResponse.route in /tmp/.tmpiaw3JX/swarmd/lib/swarmd-generated/src/models/publish_worker_response.rs:16
  field PublishWorkerResponse.route in /tmp/.tmpiaw3JX/swarmd/lib/swarmd-generated/src/models/publish_worker_response.rs:16

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method 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.24.2/src/lints/method_parameter_count_changed.ron

Failed in:
  swarmd_generated::models::publish_worker_response::PublishWorkerResponse::new now takes 2 parameters instead of 1, in /tmp/.tmpiaw3JX/swarmd/lib/swarmd-generated/src/models/publish_worker_response.rs:20
  swarmd_generated::models::PublishWorkerResponse::new now takes 2 parameters instead of 1, in /tmp/.tmpiaw3JX/swarmd/lib/swarmd-generated/src/models/publish_worker_response.rs:20
Changelog

swarmd

0.1.21 - 2023-12-20

Added

  • remove template folder when creating a new project

Other

  • show route when deploying

swarmd_generated

0.1.1-alpha.3 - 2023-12-20

Other

  • show route when deploying


This PR was generated with release-plz.

@Miaxos Miaxos added the release label Dec 18, 2023
Signed-off-by: Anthony Griffon <1060101+Miaxos@users.noreply.github.com>
@Miaxos Miaxos changed the title chore(swarmd): release v0.1.21 chore: release Dec 20, 2023
@Miaxos Miaxos force-pushed the release-plz-2023-12-18T17-54-28Z branch from 8d93c75 to cb206f6 Compare December 20, 2023 11:20
@Miaxos Miaxos merged commit a30b8b8 into main Dec 20, 2023
9 checks passed
@Miaxos Miaxos deleted the release-plz-2023-12-18T17-54-28Z branch December 20, 2023 11:37
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