Skip to content

Commit

Permalink
Merge pull request #3398 from dusk-network/rusk-wallet-release-0.1.0
Browse files Browse the repository at this point in the history
rusk-wallet: release `0.1.0`
  • Loading branch information
herr-seppia authored Jan 21, 2025
2 parents 2e12c7b + 709f307 commit 835bc6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions rusk-wallet/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.1.0] - 2025-01-20

### Add

- Add gas cost calculation to contract deploy [#2768]
Expand Down Expand Up @@ -57,5 +59,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2288]: https://github.com/dusk-network/rusk/issues/2288

<!-- Releases -->
[unreleased]: https://github.com/dusk-network/rusk/compare/master
<!-- [0.1.0]: https://github.com/dusk-network/rusk/releases/tag/rusk-wallet-0.1.0 -->
[Unreleased]: https://github.com/dusk-network/rusk/compare/rusk-wallet-0.1.0...HEAD
[0.1.0]: https://github.com/dusk-network/rusk/tree/rusk-wallet-0.1.0
2 changes: 1 addition & 1 deletion rusk-wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusk-wallet"
version = "0.1.0-rc.0"
version = "0.1.1-dev"
edition = "2021"
autobins = false
description = "A library providing functionalities to create wallets compatible with Dusk"
Expand Down

0 comments on commit 835bc6f

Please sign in to comment.