Skip to content

Commit

Permalink
chore(release): 0.3.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.0-beta.1](v0.2.2...v0.3.0-beta.1) (2024-07-04)

### Features

* add zeromq streaming and rollback support ([#8](#8)) ([c201bb5](c201bb5))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent 8ff7247 commit 5c35603
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.0-beta.1](https://github.com/hirosystems/runehook/compare/v0.2.2...v0.3.0-beta.1) (2024-07-04)


### Features

* add zeromq streaming and rollback support ([#8](https://github.com/hirosystems/runehook/issues/8)) ([c201bb5](https://github.com/hirosystems/runehook/commit/c201bb521b2fb30e4983d4f601ac7719907c2d26))

## [0.2.2](https://github.com/hirosystems/runehook/compare/v0.2.1...v0.2.2) (2024-07-02)


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.2.2"
version = "0.3.0-beta.1"
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.2.2",
"version": "0.3.0-beta.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5c35603

Please sign in to comment.