Skip to content

Commit c1a2438

Browse files
committed
Release v0.44.0
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent cb41033 commit c1a2438

File tree

36 files changed

+81
-53
lines changed

36 files changed

+81
-53
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ clap = "=4.4.18"
4040
hex = { version = "0.4", default-features = false }
4141
lru = { version = "0.16", default-features = false }
4242
negentropy = { version = "0.5", default-features = false }
43-
nostr = { version = "0.43", path = "./crates/nostr", default-features = false }
44-
nostr-connect = { version = "0.43", path = "./signer/nostr-connect", default-features = false }
45-
nostr-database = { version = "0.43", path = "./database/nostr-database", default-features = false }
46-
nostr-gossip = { version = "0.43", path = "./gossip/nostr-gossip", default-features = false }
47-
nostr-gossip-memory = { version = "0.43", path = "./gossip/nostr-gossip-memory", default-features = false }
48-
nostr-lmdb = { version = "0.43", path = "./database/nostr-lmdb", default-features = false }
49-
nostr-ndb = { version = "0.43", path = "./database/nostr-ndb", default-features = false }
50-
nostr-relay-builder = { version = "0.43", path = "./crates/nostr-relay-builder", default-features = false }
51-
nostr-relay-pool = { version = "0.43", path = "./crates/nostr-relay-pool", default-features = false }
43+
nostr = { version = "0.44", path = "./crates/nostr", default-features = false }
44+
nostr-connect = { version = "0.44", path = "./signer/nostr-connect", default-features = false }
45+
nostr-database = { version = "0.44", path = "./database/nostr-database", default-features = false }
46+
nostr-gossip = { version = "0.44", path = "./gossip/nostr-gossip", default-features = false }
47+
nostr-gossip-memory = { version = "0.44", path = "./gossip/nostr-gossip-memory", default-features = false }
48+
nostr-lmdb = { version = "0.44", path = "./database/nostr-lmdb", default-features = false }
49+
nostr-ndb = { version = "0.44", path = "./database/nostr-ndb", default-features = false }
50+
nostr-relay-builder = { version = "0.44", path = "./crates/nostr-relay-builder", default-features = false }
51+
nostr-relay-pool = { version = "0.44", path = "./crates/nostr-relay-pool", default-features = false }
5252
reqwest = { version = "0.12", default-features = false }
5353
serde = { version = "1.0", default-features = false }
5454
serde_json = { version = "1.0", default-features = false }

crates/nostr-keyring/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
2424
-->
2525

26+
## v0.44.0 - 2025/11/06
27+
28+
No notable changes in this release.
29+
2630
## v0.43.0 - 2025/07/28
2731

2832
### Changed

crates/nostr-keyring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nostr-keyring"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
edition = "2021"
55
description = "Keyring for nostr"
66
authors.workspace = true

crates/nostr-relay-builder/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
-->
2525

26-
## Unreleased
26+
## v0.44.0 - 2025/11/06
2727

2828
### Breaking change
2929

crates/nostr-relay-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nostr-relay-builder"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
edition = "2021"
55
description = "Build your own custom nostr relay!"
66
authors.workspace = true

crates/nostr-relay-pool/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
-->
2525

26-
## Unreleased
26+
## v0.44.0 - 2025/11/06
2727

2828
### Breaking changes
2929

crates/nostr-relay-pool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nostr-relay-pool"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
edition = "2021"
55
description = "Nostr Relay Pool"
66
authors.workspace = true

crates/nostr-sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
-->
2525

26-
## Unreleased
26+
## v0.44.0 - 2025/11/06
2727

2828
### Breaking changes
2929

crates/nostr-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nostr-sdk"
3-
version = "0.43.0"
3+
version = "0.44.0"
44
edition = "2021"
55
description = "High level Nostr client library."
66
authors.workspace = true

0 commit comments

Comments
 (0)