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

update cargo near new template image and image_digest #244

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

frol
Copy link
Contributor

@frol frol commented Oct 31, 2024

Automated changes by create-pull-request GitHub action

@dj8yfo dj8yfo merged commit 7ad06bb into main Nov 4, 2024
17 checks passed
@dj8yfo dj8yfo deleted the create-pull-request/patch branch November 4, 2024 07:08
@frol frol mentioned this pull request Nov 4, 2024
dj8yfo pushed a commit that referenced this pull request Nov 14, 2024
## 🤖 New release
* `cargo-near`: 0.11.0 -> 0.12.0 (⚠️ API breaking changes)
* `cargo-near-build`: 0.3.0 -> 0.3.1 (✓ API compatible 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.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field CliNearArgs.teach_me in /tmp/.tmp06Ielo/cargo-near/cargo-near/src/lib.rs:30
  field InteractiveClapContextScopeForNearArgs.teach_me in /tmp/.tmp06Ielo/cargo-near/cargo-near/src/lib.rs:30

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field NearArgs.teach_me in /tmp/.tmp06Ielo/cargo-near/cargo-near/src/lib.rs:35
```

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

## `cargo-near`
<blockquote>

##
[0.12.0](cargo-near-v0.11.0...cargo-near-v0.12.0)
- 2024-11-14

### Added

- Added the ability to use the TEACH-ME mode
([#221](#221))

### Other

- Gracefully handle missing `git` on `cargo near new`
([#246](#246))
- update `cargo near new` template `image` and `image_digest`
([#244](#244))
</blockquote>

## `cargo-near-build`
<blockquote>

##
[0.3.1](cargo-near-build-v0.3.0...cargo-near-build-v0.3.1)
- 2024-11-14

### Added

- Added the ability to use the TEACH-ME mode
([#221](#221))
</blockquote>


</p></details>

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