From 0f2c0afc3c183e9c87076eebda91f022fbde4407 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Tue, 26 Mar 2024 19:54:11 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE-NOTES.md | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fff596..57001cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "addrindexrs" -version = "0.4.5" +version = "0.4.6" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 9ca5f24..e605b40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "addrindexrs" -version = "0.4.5" +version = "0.4.6" authors = ["Roman Zeyde ", "kenshin-samourai "] description = "An efficient address indexer in Rust" license = "MIT" diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b7be97c..6d50692 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,7 +3,8 @@ ## Releases ## -- [v0.4.4](#0_4_5) +- [v0.4.6](#0_4_6) +- [v0.4.5](#0_4_5) - [v0.4.4](#0_4_4) - [v0.4.3](#0_4_3) - [v0.4.0](#0_4_0) @@ -11,6 +12,21 @@ - [v0.2.0](#0_2_0) - [v0.1.0](#0_1_0) + + +## addrindexrs v0.4.6 ## + +### Change log ### + +- Accept 'main' and 'test' for Network, like bitcoind and counterparty-core + +#### Credits ### + +- Warren Puffet +- Adam Krellenstein +- Ouziel Slama + + ## addrindexrs v0.4.5 ##