From b3d7065cd67b494d403d59630309482548f87d8a Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Tue, 21 Jan 2025 10:30:14 +0100 Subject: [PATCH] rusk-wallet: release `0.1.0` --- rusk-wallet/CHANGELOG.md | 6 ++++-- rusk-wallet/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rusk-wallet/CHANGELOG.md b/rusk-wallet/CHANGELOG.md index f27e9456b9..56e89e7a61 100644 --- a/rusk-wallet/CHANGELOG.md +++ b/rusk-wallet/CHANGELOG.md @@ -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] @@ -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 -[unreleased]: https://github.com/dusk-network/rusk/compare/master - +[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 diff --git a/rusk-wallet/Cargo.toml b/rusk-wallet/Cargo.toml index c52cbe4454..2e1c14413a 100644 --- a/rusk-wallet/Cargo.toml +++ b/rusk-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusk-wallet" -version = "0.1.0-rc.0" +version = "0.1.0" edition = "2021" autobins = false description = "A library providing functionalities to create wallets compatible with Dusk"