Skip to content

Commit

Permalink
changelog and cargo: Add 0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Sep 3, 2024
1 parent 25f2f3b commit b363f45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.9] - 2024-09-03

### Added

- Simple UTXO management

### Changed

- Improved logging
- Error on unimplemented RPC argument
- Improved main binary CLI interface

## [0.0.8] - 2024-08-28

### Added
Expand Down Expand Up @@ -122,6 +134,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `generate_to_address`
- `get_balance`

[0.0.9]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.5...v0.0.6
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 = "bitcoin-mock-rpc"
version = "0.0.8"
version = "0.0.9"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit b363f45

Please sign in to comment.