Skip to content

Conversation

frol
Copy link
Contributor

@frol frol commented Apr 17, 2025

Automated changes by create-pull-request GitHub action

@dj8yfo dj8yfo merged commit 11c0d1f into main Apr 17, 2025
18 checks passed
@dj8yfo dj8yfo deleted the create-pull-request/patch branch April 17, 2025 06:49
dj8yfo pushed a commit that referenced this pull request Apr 21, 2025
## 🤖 New release

* `cargo-near-build`: 0.4.6 -> 0.5.0 (⚠ API breaking changes)
* `cargo-near`: 0.13.6 -> 0.14.0 (✓ API compatible changes)

### ⚠ `cargo-near-build` breaking changes

```text
--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/feature_missing.ron

Failed in:
  feature build_script in the package's Cargo.toml

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/function_missing.ron

Failed in:
  function cargo_near_build::extended::build, previously in file /tmp/.tmp1ismMb/cargo-near-build/src/near/build_extended/mod.rs:25

--- 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.40.0/src/lints/function_parameter_count_changed.ron

Failed in:
  cargo_near_build::docker::build now takes 2 parameters instead of 1, in /tmp/.tmpEceL24/cargo-near/cargo-near-build/src/near/docker_build/mod.rs:16

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/struct_missing.ron

Failed in:
  struct cargo_near_build::extended::EnvPairs, previously in file /tmp/.tmp1ismMb/cargo-near-build/src/types/near/build_extended/build_script.rs:31
  struct cargo_near_build::extended::BuildScriptOpts, previously in file /tmp/.tmp1ismMb/cargo-near-build/src/types/near/build_extended/build_script.rs:2
  struct cargo_near_build::extended::BuildOptsExtended, previously in file /tmp/.tmp1ismMb/cargo-near-build/src/types/near/build_extended/mod.rs:7
```

<details><summary><i><b>Changelog</b></i></summary><p>

## `cargo-near-build`

<blockquote>

##
[0.5.0](cargo-near-build-v0.4.6...cargo-near-build-v0.5.0)
- 2025-04-21

### Added

- [**breaking**] pass in external nep330_wasm_output path from env as
override ([#328](#328))
- populate `output_wasm_path` into `ContractSourceMetadata`
([#323](#323))
</blockquote>

## `cargo-near`

<blockquote>

##
[0.14.0](cargo-near-v0.13.6...cargo-near-v0.14.0)
- 2025-04-21

### Added

- [**breaking**] pass in external nep330_wasm_output path from env as
override ([#328](#328))
- populate `output_wasm_path` into `ContractSourceMetadata`
([#323](#323))

### Other

- update `cargo near new` template `image` and `image_digest`
([#327](#327))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
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.

2 participants