Skip to content

Commit

Permalink
chore: release v0.6.3 (#155)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `cargo-near`: 0.6.2 -> 0.6.3

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

<blockquote>

##
[0.6.3](cargo-near-v0.6.2...cargo-near-v0.6.3)
- 2024-07-03

### Added
- Support passing feature flags to `cargo` invocation
([#160](#160))

### Fixed
- Also pass feature flags to ABI build step
([#161](#161))

### Other
- Updates near-cli-rs and cargo-near in the new project template to
latest versions ([#168](#168))
- Updated dependencies to the latest versions
([#167](#167))
- Updated "interactive_clap" to 0.2.10 (updated "flatten" parameter)
([#154](#154))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
frol authored Jul 5, 2024
1 parent 7723c08 commit 4df8bf9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.3](https://github.com/near/cargo-near/compare/cargo-near-v0.6.2...cargo-near-v0.6.3) - 2024-07-03

### Added
- Support passing feature flags to `cargo` invocation ([#160](https://github.com/near/cargo-near/pull/160))

### Fixed
- Also pass feature flags to ABI build step ([#161](https://github.com/near/cargo-near/pull/161))

### Other
- Updates near-cli-rs and cargo-near in the new project template to latest versions ([#168](https://github.com/near/cargo-near/pull/168))
- Updated dependencies to the latest versions ([#167](https://github.com/near/cargo-near/pull/167))
- Updated "interactive_clap" to 0.2.10 (updated "flatten" parameter) ([#154](https://github.com/near/cargo-near/pull/154))

## [0.6.2](https://github.com/near/cargo-near/compare/cargo-near-v0.6.1...cargo-near-v0.6.2) - 2024-04-14

### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-near/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-near"
version = "0.6.2"
version = "0.6.3"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.76.0"
Expand Down

0 comments on commit 4df8bf9

Please sign in to comment.