Skip to content

Commit

Permalink
cargo: changelog: Add 0.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Sep 6, 2024
1 parent 6220ee4 commit c343c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ 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).

## [Unreleased]
## [0.0.11] - 2024-09-06

### Changed

- RPC server interface is disabled by default
- It can be enabled by a feature flag
- `Client::new()` call now checks for open ledgers
- If there isn't any other ledgers are open, cleans database
- Works only on systems with `lsof` command
- Without `lsof`, ledger cleans ledger if `Client::new()` is called again

## [0.0.10] - 2024-09-04

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.9"
version = "0.0.11"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit c343c3d

Please sign in to comment.