-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.3.0](v0.2.2...v0.3.0) (2024-07-29) ### Features * add zeromq streaming and rollback support ([#8](#8)) ([c201bb5](c201bb5)) * address activity endpoint ([#18](#18)) ([c6b8bbe](c6b8bbe)) * number field in rune response ([#35](#35)) ([4485057](4485057)) ### Bug Fixes * cached output balance retrieval ([#16](#16)) ([b87b921](b87b921)) * default output selection without a runestone ([#23](#23)) ([016583c](016583c)) * increase activity count when etching ([#14](#14)) ([e797fc3](e797fc3)) * move unallocated without need for a runestone ([#22](#22)) ([69559e0](69559e0)) * open and close pg connections for each chainhook message ([#15](#15)) ([3c93671](3c93671)) * register receive operations correctly on edicts ([#21](#21)) ([de48a59](de48a59))
- Loading branch information
1 parent
e78c35e
commit 79e7f30
Showing
5 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "runehook" | ||
version = "0.3.0-beta.5" | ||
version = "0.3.0" | ||
edition = "2021" | ||
|
||
[[bin]] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters