cargo-near icon indicating copy to clipboard operation
cargo-near copied to clipboard

chore: release v0.7.0

Open frol opened this issue 2 months ago • 0 comments

🤖 New release

  • cargo-near: 0.6.2 -> 0.7.0 (⚠️ API breaking changes)

⚠️ cargo-near 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.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field BuildCommand.features in /tmp/.tmpdFt8YA/cargo-near/cargo-near/src/commands/build_command/mod.rs:30
  field BuildCommand.no_default_features in /tmp/.tmpdFt8YA/cargo-near/cargo-near/src/commands/build_command/mod.rs:34
  field InteractiveClapContextScopeForBuildCommand.features in /tmp/.tmpdFt8YA/cargo-near/cargo-near/src/commands/build_command/mod.rs:3
  field InteractiveClapContextScopeForBuildCommand.no_default_features in /tmp/.tmpdFt8YA/cargo-near/cargo-near/src/commands/build_command/mod.rs:3
  field CliBuildCommand.features in /tmp/.tmpdFt8YA/cargo-near/cargo-near/src/commands/build_command/mod.rs:3
  field CliBuildCommand.no_default_features in /tmp/.tmpdFt8YA/cargo-near/cargo-near/src/commands/build_command/mod.rs:3
Changelog

0.7.0 - 2024-05-06

Added

  • Support passing feature flags to cargo invocation (#160)

Fixed

  • Also pass feature flags to ABI build step (#161)

Other

  • Updated "interactive_clap" to 0.2.10 (updated "flatten" parameter) (#154)

This PR was generated with release-plz.

frol avatar Apr 23 '24 09:04 frol