Skip to content

Commit 1dde554

Browse files
authored
chore: release
1 parent 528c6f2 commit 1dde554

File tree

7 files changed

+28
-8
lines changed

7 files changed

+28
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kormir-server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1](https://github.com/bennyhodl/kormir/compare/kormir-server-v0.3.0...kormir-server-v0.3.1) - 2024-11-27
11+
12+
### Other
13+
14+
- use ddk versions of rust-dlc
15+
- async ddk
16+
1017
## [0.3.0](https://github.com/bennyhodl/kormir/releases/tag/kormir-server-v0.3.0) - 2024-11-03
1118

1219
### Fixed

kormir-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kormir-server"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["benthecarman <[email protected]>", "benny b <[email protected]>"]
66
description = "DLC Oracle RPC Server"
@@ -10,7 +10,7 @@ homepage = "https://github.com/bennyhodl/kormir"
1010
repository = "https://github.com/bennyhodl/kormir"
1111

1212
[dependencies]
13-
kormir = { path = "../kormir", version = "0.3.1", features = ["nostr"] }
13+
kormir = { path = "../kormir", version = "0.3.2", features = ["nostr"] }
1414

1515
anyhow = "1.0"
1616
axum = { version = "0.6.16", features = ["headers"] }

kormir-wasm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1](https://github.com/bennyhodl/kormir/compare/kormir-wasm-v0.3.0...kormir-wasm-v0.3.1) - 2024-11-27
11+
12+
### Other
13+
14+
- use ddk versions of rust-dlc
15+
1016
## [0.3.0](https://github.com/bennyhodl/kormir/releases/tag/kormir-wasm-v0.3.0) - 2024-11-03
1117

1218
### Other

kormir-wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kormir-wasm"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["benthecarman <[email protected]>"]
66
description = "DLC Oracle WASM SDK"
@@ -13,7 +13,7 @@ repository = "https://github.com/bennyhodl/kormir"
1313
crate-type = ["cdylib", "rlib"]
1414

1515
[dependencies]
16-
kormir = { path = "../kormir", version = "0.3.1", features = ["nostr"] }
16+
kormir = { path = "../kormir", version = "0.3.2", features = ["nostr"] }
1717

1818
anyhow = "1.0.75"
1919
bip39 = "2.0.0"

kormir/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2](https://github.com/bennyhodl/kormir/compare/kormir-v0.3.1...kormir-v0.3.2) - 2024-11-27
11+
12+
### Other
13+
14+
- use ddk versions of rust-dlc
15+
- async ddk
16+
1017
## [0.3.1](https://github.com/bennyhodl/kormir/compare/kormir-v0.3.0...kormir-v0.3.1) - 2024-11-03
1118

1219
### Other

kormir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kormir"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
authors = ["benthecarman <[email protected]>", "benny b <[email protected]>"]
66
description = "Oracle implementation for DLCs"

0 commit comments

Comments
 (0)