Skip to content

chore: release - #119

Merged
willemneal merged 1 commit into
mainfrom
release-plz-2025-06-26T03-33-23Z
Jun 26, 2025
Merged

chore: release#119
willemneal merged 1 commit into
mainfrom
release-plz-2025-06-26T03-33-23Z

Conversation

@aha-release-plz

Copy link
Copy Markdown
Contributor

🤖 New release

  • stellar-registry-cli: 0.0.4 -> 0.0.5 (✓ API compatible changes)
  • stellar-scaffold-cli: 0.0.3 -> 0.0.4 (⚠ API breaking changes)

stellar-scaffold-cli 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.41.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Root.global_args in /tmp/.tmpbpLqA3/scaffold-stellar/crates/stellar-scaffold-cli/src/commands/mod.rs:23
  field Root.global_args in /tmp/.tmpbpLqA3/scaffold-stellar/crates/stellar-scaffold-cli/src/commands/mod.rs:23

--- 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 Cmd:Upgrade in /tmp/.tmpbpLqA3/scaffold-stellar/crates/stellar-scaffold-cli/src/commands/mod.rs:77
  variant Error:InvalidProjectPathEncoding in /tmp/.tmpbpLqA3/scaffold-stellar/crates/stellar-scaffold-cli/src/commands/init.rs:25
  variant Error:GenerateError in /tmp/.tmpbpLqA3/scaffold-stellar/crates/stellar-scaffold-cli/src/commands/init.rs:29
  variant Error:Upgrade in /tmp/.tmpbpLqA3/scaffold-stellar/crates/stellar-scaffold-cli/src/commands/mod.rs:96

--- 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.41.0/src/lints/method_parameter_count_changed.ron

Failed in:
  stellar_scaffold_cli::commands::init::Cmd::run now takes 2 parameters instead of 1, in /tmp/.tmpbpLqA3/scaffold-stellar/crates/stellar-scaffold-cli/src/commands/init.rs:41
  stellar_scaffold_cli::commands::generate::contract::Cmd::run now takes 2 parameters instead of 1, in /tmp/.tmpbpLqA3/scaffold-stellar/crates/stellar-scaffold-cli/src/commands/generate/contract/mod.rs:57
Changelog

stellar-registry-cli

0.0.5 - 2025-06-26

Fixed

  • (registry-cli) update mainnet instructions to inform about security practices and docs (#112)

stellar-scaffold-cli

0.0.4 - 2025-06-26

Added

  • init retrieves fresh FT interface (#95)

Fixed

  • (registry-cli) update mainnet instructions to inform about security practices and docs (#112)

Other

  • upgrade a project to a scaffold project (#114)


This PR was generated with release-plz.

@willemneal
willemneal enabled auto-merge (squash) June 26, 2025 03:39
@willemneal
willemneal merged commit ebf79b8 into main Jun 26, 2025
2 checks passed
@willemneal
willemneal deleted the release-plz-2025-06-26T03-33-23Z branch June 26, 2025 03:39
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