Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Jul 29, 2024
1 parent e78c35e commit 79e7f30
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.3.0](https://github.com/hirosystems/runehook/compare/v0.2.2...v0.3.0) (2024-07-29)


### Features

* add zeromq streaming and rollback support ([#8](https://github.com/hirosystems/runehook/issues/8)) ([c201bb5](https://github.com/hirosystems/runehook/commit/c201bb521b2fb30e4983d4f601ac7719907c2d26))
* address activity endpoint ([#18](https://github.com/hirosystems/runehook/issues/18)) ([c6b8bbe](https://github.com/hirosystems/runehook/commit/c6b8bbe683d1433a44147a474c389d9380959c23))
* number field in rune response ([#35](https://github.com/hirosystems/runehook/issues/35)) ([4485057](https://github.com/hirosystems/runehook/commit/4485057825dcf22bd4bb4bd667da0d9d2886e1ab))


### Bug Fixes

* cached output balance retrieval ([#16](https://github.com/hirosystems/runehook/issues/16)) ([b87b921](https://github.com/hirosystems/runehook/commit/b87b9212ec1e4addd394dc7af8e3e94c447d4487))
* default output selection without a runestone ([#23](https://github.com/hirosystems/runehook/issues/23)) ([016583c](https://github.com/hirosystems/runehook/commit/016583c69d559ff6eaa4ae525be06ada9cd6a146))
* increase activity count when etching ([#14](https://github.com/hirosystems/runehook/issues/14)) ([e797fc3](https://github.com/hirosystems/runehook/commit/e797fc3bc023777ad38c9a5b1f9a0cd5672607c1))
* move unallocated without need for a runestone ([#22](https://github.com/hirosystems/runehook/issues/22)) ([69559e0](https://github.com/hirosystems/runehook/commit/69559e0b70f49197f0ae645820960e4cfd8852e2))
* open and close pg connections for each chainhook message ([#15](https://github.com/hirosystems/runehook/issues/15)) ([3c93671](https://github.com/hirosystems/runehook/commit/3c936719681b102cc0c2afa5e06b9ffb6d3672ce))
* register receive operations correctly on edicts ([#21](https://github.com/hirosystems/runehook/issues/21)) ([de48a59](https://github.com/hirosystems/runehook/commit/de48a593426c422d5554f7bbd99b133baaca5ae3))

## [0.3.0-beta.5](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.4...v0.3.0-beta.5) (2024-07-29)


Expand Down
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 = "runehook"
version = "0.3.0-beta.5"
version = "0.3.0"
edition = "2021"

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions api/package-lock.json

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

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/runes-api",
"version": "0.3.0-beta.5",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 79e7f30

Please sign in to comment.