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

Commit

Permalink
Bump to version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Nov 30, 2022
1 parent 188aa76 commit 9d76177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.13.0] - 2022-11-30

### Changed

- Changed fn signature in `gas::new` to include the gas limit [#116]
Expand Down Expand Up @@ -376,7 +378,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.12.0...HEAD
[unreleased]: https://github.com/dusk-network/wallet-cli/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/dusk-network/wallet-cli/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/dusk-network/wallet-cli/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/dusk-network/wallet-cli/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/dusk-network/wallet-cli/compare/v0.10.0...v0.11.0
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.12.0"
version = "0.13.0"
edition = "2021"
autobins = false
description = "A library providing functionalities to create wallets compatible with Dusk Network"
Expand Down

0 comments on commit 9d76177

Please sign in to comment.