Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #227 from dusk-network/release-0.21.0
Browse files Browse the repository at this point in the history
Release 0.21.0
  • Loading branch information
herr-seppia authored Dec 30, 2023
2 parents 8fa50ad + f605cc4 commit 6f5ffe0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/wallet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,12 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.dusk_blockchain_ref }}

- name: Install dependencies
uses: actions-rs/toolchain@v1
with:
profile: minimal

- name: Add rustfmt component
run: rustup component add rustfmt
uses: dsherret/rust-toolchain-file@v1

- name: Add arm target for Apple Silicon build
run: rustup target add aarch64-apple-darwin
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.0] - 2023-12-30

### Added

- Add `seed-file` to `create` command [#226]
Expand Down Expand Up @@ -465,6 +467,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Implementation of `Store` trait from `wallet-core`
- Implementation of `State` and `Prover` traits from `wallet-core`

[#226]: https://github.com/dusk-network/wallet-cli/issues/226
[#222]: https://github.com/dusk-network/wallet-cli/issues/222
[#218]: https://github.com/dusk-network/wallet-cli/issues/218
[#214]: https://github.com/dusk-network/wallet-cli/issues/214
Expand Down Expand Up @@ -559,7 +562,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Releases -->

[unreleased]: https://github.com/dusk-network/wallet-cli/compare/v0.20.1...HEAD
[unreleased]: https://github.com/dusk-network/wallet-cli/compare/v0.21.0...HEAD
[0.21.0]: https://github.com/dusk-network/wallet-cli/compare/v0.20.1...v0.21.0
[0.20.1]: https://github.com/dusk-network/wallet-cli/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/dusk-network/wallet-cli/compare/v0.19.1...v0.20.0
[0.19.1]: https://github.com/dusk-network/wallet-cli/compare/v0.19.0...v0.19.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-wallet"
version = "0.20.1"
version = "0.21.0"
edition = "2021"
autobins = false
description = "A library providing functionalities to create wallets compatible with Dusk Network"
Expand Down

0 comments on commit 6f5ffe0

Please sign in to comment.