diff --git a/Cargo.lock b/Cargo.lock index 7d16e20..cc0f407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "addrindexrs" -version = "0.4.3" +version = "0.4.4" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 1895119..075ea6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "addrindexrs" -version = "0.4.3" +version = "0.4.4" 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 0cff6d5..bfad3b5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,12 +3,28 @@ ## Releases ## +- [v0.4.4](#0_4_4) - [v0.4.3](#0_4_3) - [v0.4.0](#0_4_0) - [v0.3.0](#0_3_0) - [v0.2.0](#0_2_0) - [v0.1.0](#0_1_0) + + +## addrindexrs v0.4.4 ## + +### Change log ### + +- `--backend-connect` also accepts hostnames and not just IPs. +- Build Docker image on every push and publish on release. + +#### Credits ### + +- Warren Puffet +- Adam Krellenstein +- Ouziel Slama + ## addrindexrs v0.4.3 ##