Skip to content

Commit

Permalink
chore: release v0.10.0 (#341)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `near-workspaces`: 0.9.0 -> 0.10.0 (✓ API compatible changes)

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

<blockquote>

##
[0.10.0](near-workspaces-v0.9.0...near-workspaces-v0.10.0)
- 2024-01-25

### Other
- Impl Clone on result Value
([#345](#345))
- Upgraded NEAR crates to 0.20.0 release
([#346](#346))
- dependecy bumps
([#338](#338))
- cleanup internals
([#329](#329))
- use stable sandbox by default
([#335](#335))
- [**breaking**] Remove `interop_sdk` feature from defaults
([#339](#339))
- fix typos
([#340](#340))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: Vlad <304265+frol@users.noreply.github.com>
Co-authored-by: Vlad <304265+frol@users.noreply.github.com>
  • Loading branch information
frol and frol committed Jan 25, 2024
1 parent 81f28db commit 5628eec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## [0.10.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.9.0...near-workspaces-v0.10.0) - 2024-01-25

### Other
- Impl Clone on result Value ([#345](https://github.com/near/near-workspaces-rs/pull/345))
- Upgraded NEAR crates to 0.20.0 release ([#346](https://github.com/near/near-workspaces-rs/pull/346))
- dependecy bumps ([#338](https://github.com/near/near-workspaces-rs/pull/338))
- cleanup internals ([#329](https://github.com/near/near-workspaces-rs/pull/329))
- use stable sandbox by default ([#335](https://github.com/near/near-workspaces-rs/pull/335))
- [**breaking**] Remove `interop_sdk` feature from defaults ([#339](https://github.com/near/near-workspaces-rs/pull/339))
- fix typos ([#340](https://github.com/near/near-workspaces-rs/pull/340))

## [0.9.0](https://github.com/near/near-workspaces-rs/compare/near-workspaces-v0.8.0...near-workspaces-v0.9.0) - 2023-10-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion workspaces/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-workspaces"
version = "0.9.0"
version = "0.10.0"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 5628eec

Please sign in to comment.