Skip to content

Commit

Permalink
Merge pull request #24 from CounterpartyXCP/release
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
ouziel-slama authored Mar 25, 2024
2 parents d7bcd05 + 3e7d345 commit 24ed0e6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4"
version = "0.4.5"
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,13 +3,29 @@

## Releases ##

- [v0.4.4](#0_4_5)
- [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_5"/>

## addrindexrs v0.4.5 ##

### Change log ###

- Use `txid_limit` only in `get_oldest_tx()`

#### Credits ###

- Warren Puffet
- Adam Krellenstein
- Ouziel Slama


<a name="0_4_4"/>

## addrindexrs v0.4.4 ##
Expand Down

0 comments on commit 24ed0e6

Please sign in to comment.