From c343c3da737be8ad592ff24c69479f81bd5f1a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ceyhun=20=C5=9Een?= Date: Fri, 6 Sep 2024 11:01:39 +0300 Subject: [PATCH] cargo: changelog: Add 0.0.11. --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bd61f..db02d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index a21c00f..2a1b647 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin-mock-rpc" -version = "0.0.9" +version = "0.0.11" edition = "2021" [dependencies]