Skip to content

Commit

Permalink
Bump version and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 20, 2024
1 parent 037c52e commit 2101fb0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "addrindexrs"
version = "0.4.3"
version = "0.4.4"
authors = ["Roman Zeyde <[email protected]>", "kenshin-samourai <[email protected]>"]
description = "An efficient address indexer in Rust"
license = "MIT"
Expand Down
16 changes: 16 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a name="0_4_4"/>

## 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

<a name="0_4_3"/>

## addrindexrs v0.4.3 ##
Expand Down

0 comments on commit 2101fb0

Please sign in to comment.