From 99c43ae0753083479a70d938e7df95fc4cc31ebe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Jul 2024 23:44:01 +0000 Subject: [PATCH] chore(release): 0.3.0-beta.2 [skip ci] ## [0.3.0-beta.2](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.1...v0.3.0-beta.2) (2024-07-05) ### Bug Fixes * cached output balance retrieval ([#16](https://github.com/hirosystems/runehook/issues/16)) ([b87b921](https://github.com/hirosystems/runehook/commit/b87b9212ec1e4addd394dc7af8e3e94c447d4487)) * increase activity count when etching ([#14](https://github.com/hirosystems/runehook/issues/14)) ([e797fc3](https://github.com/hirosystems/runehook/commit/e797fc3bc023777ad38c9a5b1f9a0cd5672607c1)) * 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)) --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- api/package-lock.json | 4 ++-- api/package.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dccce80..35963a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.0-beta.2](https://github.com/hirosystems/runehook/compare/v0.3.0-beta.1...v0.3.0-beta.2) (2024-07-05) + + +### Bug Fixes + +* cached output balance retrieval ([#16](https://github.com/hirosystems/runehook/issues/16)) ([b87b921](https://github.com/hirosystems/runehook/commit/b87b9212ec1e4addd394dc7af8e3e94c447d4487)) +* increase activity count when etching ([#14](https://github.com/hirosystems/runehook/issues/14)) ([e797fc3](https://github.com/hirosystems/runehook/commit/e797fc3bc023777ad38c9a5b1f9a0cd5672607c1)) +* 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)) + ## [0.3.0-beta.1](https://github.com/hirosystems/runehook/compare/v0.2.2...v0.3.0-beta.1) (2024-07-04) diff --git a/Cargo.lock b/Cargo.lock index 2388867..7c8ef84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3050,7 +3050,7 @@ dependencies = [ [[package]] name = "runehook" -version = "0.3.0-beta.1" +version = "0.3.0-beta.2" dependencies = [ "bitcoin 0.30.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3ff4cbc..867057d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runehook" -version = "0.3.0-beta.1" +version = "0.3.0-beta.2" edition = "2021" [[bin]] diff --git a/api/package-lock.json b/api/package-lock.json index 3db8cd8..379a9da 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.1", + "version": "0.3.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.1", + "version": "0.3.0-beta.2", "license": "Apache 2.0", "dependencies": { "@fastify/cors": "^8.0.0", diff --git a/api/package.json b/api/package.json index 0a40ea9..10d803d 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@hirosystems/runes-api", - "version": "0.3.0-beta.1", + "version": "0.3.0-beta.2", "description": "", "main": "index.js", "scripts": {