Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhodl authored Nov 27, 2024
1 parent 528c6f2 commit 1dde554
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions kormir-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/bennyhodl/kormir/compare/kormir-server-v0.3.0...kormir-server-v0.3.1) - 2024-11-27

### Other

- use ddk versions of rust-dlc
- async ddk

## [0.3.0](https://github.com/bennyhodl/kormir/releases/tag/kormir-server-v0.3.0) - 2024-11-03

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions kormir-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kormir-server"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["benthecarman <ben@mutinywallet.com>", "benny b <ben@bitcoinbay.foundation>"]
description = "DLC Oracle RPC Server"
Expand All @@ -10,7 +10,7 @@ homepage = "https://github.com/bennyhodl/kormir"
repository = "https://github.com/bennyhodl/kormir"

[dependencies]
kormir = { path = "../kormir", version = "0.3.1", features = ["nostr"] }
kormir = { path = "../kormir", version = "0.3.2", features = ["nostr"] }

anyhow = "1.0"
axum = { version = "0.6.16", features = ["headers"] }
Expand Down
6 changes: 6 additions & 0 deletions kormir-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/bennyhodl/kormir/compare/kormir-wasm-v0.3.0...kormir-wasm-v0.3.1) - 2024-11-27

### Other

- use ddk versions of rust-dlc

## [0.3.0](https://github.com/bennyhodl/kormir/releases/tag/kormir-wasm-v0.3.0) - 2024-11-03

### Other
Expand Down
4 changes: 2 additions & 2 deletions kormir-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kormir-wasm"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["benthecarman <ben@mutinywallet.com>"]
description = "DLC Oracle WASM SDK"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/bennyhodl/kormir"
crate-type = ["cdylib", "rlib"]

[dependencies]
kormir = { path = "../kormir", version = "0.3.1", features = ["nostr"] }
kormir = { path = "../kormir", version = "0.3.2", features = ["nostr"] }

anyhow = "1.0.75"
bip39 = "2.0.0"
Expand Down
7 changes: 7 additions & 0 deletions kormir/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2](https://github.com/bennyhodl/kormir/compare/kormir-v0.3.1...kormir-v0.3.2) - 2024-11-27

### Other

- use ddk versions of rust-dlc
- async ddk

## [0.3.1](https://github.com/bennyhodl/kormir/compare/kormir-v0.3.0...kormir-v0.3.1) - 2024-11-03

### Other
Expand Down
2 changes: 1 addition & 1 deletion kormir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kormir"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["benthecarman <ben@mutinywallet.com>", "benny b <ben@bitcoinbay.foundation>"]
description = "Oracle implementation for DLCs"
Expand Down

0 comments on commit 1dde554

Please sign in to comment.