Skip to content

Commit f70594c

Browse files
committed
Bump to 0.42.0
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
1 parent 184e686 commit f70594c

File tree

20 files changed

+48
-48
lines changed

20 files changed

+48
-48
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
-->
2727

28-
## Unreleased
28+
## v0.42.0 - 2025/05/20
2929

3030
### Breaking changes
3131

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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ clap = "=4.4.18"
1919
js-sys = "0.3"
2020
lru = { version = "0.14", default-features = false }
2121
negentropy = { version = "0.5", default-features = false }
22-
nostr = { version = "0.41", path = "./crates/nostr", default-features = false }
23-
nostr-connect = { version = "0.41", path = "./crates/nostr-connect", default-features = false }
24-
nostr-database = { version = "0.41", path = "./crates/nostr-database", default-features = false }
25-
nostr-indexeddb = { version = "0.41", path = "./crates/nostr-indexeddb", default-features = false }
26-
nostr-lmdb = { version = "0.41", path = "./crates/nostr-lmdb", default-features = false }
27-
nostr-mls-memory-storage = { version = "0.41", path = "./crates/nostr-mls-memory-storage", default-features = false }
28-
nostr-mls-sqlite-storage = { version = "0.41", path = "./crates/nostr-mls-sqlite-storage", default-features = false }
29-
nostr-mls-storage = { version = "0.41", path = "./crates/nostr-mls-storage", default-features = false }
30-
nostr-mls = { version = "0.41", path = "./crates/nostr-mls", default-features = false }
31-
nostr-ndb = { version = "0.41", path = "./crates/nostr-ndb", default-features = false }
32-
nostr-relay-builder = { version = "0.41", path = "./crates/nostr-relay-builder", default-features = false }
33-
nostr-relay-pool = { version = "0.41", path = "./crates/nostr-relay-pool", default-features = false }
34-
nostr-sdk = { version = "0.41", path = "./crates/nostr-sdk", default-features = false }
22+
nostr = { version = "0.42", path = "./crates/nostr", default-features = false }
23+
nostr-connect = { version = "0.42", path = "./crates/nostr-connect", default-features = false }
24+
nostr-database = { version = "0.42", path = "./crates/nostr-database", default-features = false }
25+
nostr-indexeddb = { version = "0.42", path = "./crates/nostr-indexeddb", default-features = false }
26+
nostr-lmdb = { version = "0.42", path = "./crates/nostr-lmdb", default-features = false }
27+
nostr-mls-memory-storage = { version = "0.42", path = "./crates/nostr-mls-memory-storage", default-features = false }
28+
nostr-mls-sqlite-storage = { version = "0.42", path = "./crates/nostr-mls-sqlite-storage", default-features = false }
29+
nostr-mls-storage = { version = "0.42", path = "./crates/nostr-mls-storage", default-features = false }
30+
nostr-mls = { version = "0.42", path = "./crates/nostr-mls", default-features = false }
31+
nostr-ndb = { version = "0.42", path = "./crates/nostr-ndb", default-features = false }
32+
nostr-relay-builder = { version = "0.42", path = "./crates/nostr-relay-builder", default-features = false }
33+
nostr-relay-pool = { version = "0.42", path = "./crates/nostr-relay-pool", default-features = false }
34+
nostr-sdk = { version = "0.42", path = "./crates/nostr-sdk", default-features = false }
3535
reqwest = { version = "0.12", default-features = false }
3636
serde = { version = "1.0", default-features = false }
3737
serde_json = { version = "1.0", default-features = false }

crates/nostr-blossom/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-blossom"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "A library for interacting with the Blossom protocol"
66
authors.workspace = true

crates/nostr-cli/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-cli"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Nostr CLI"
66
authors.workspace = true

crates/nostr-connect/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-connect"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Nostr Connect (NIP46)"
66
authors.workspace = true

crates/nostr-database/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-database"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Database for Nostr apps"
66
authors.workspace = true

crates/nostr-indexeddb/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-indexeddb"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Web's IndexedDB Storage backend for Nostr apps"
66
authors.workspace = true

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.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Keyring for nostr"
66
authors.workspace = true

crates/nostr-lmdb/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-lmdb"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "LMDB storage backend for nostr apps"
66
authors.workspace = true

crates/nostr-mls-memory-storage/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-mls-memory-storage"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "In-memory database for nostr-mls that implements the NostrMlsStorageProvider Trait"
66
authors = ["Jeff Gardner <j@jeffg.me>", "Yuki Kishimoto <yukikishimoto@protonmail.com>", "Rust Nostr Developers"]

crates/nostr-mls-sqlite-storage/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-mls-sqlite-storage"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Sqlite database for nostr-mls that implements the NostrMlsStorageProvider Trait"
66
authors = ["Jeff Gardner <j@jeffg.me>", "Yuki Kishimoto <yukikishimoto@protonmail.com>", "Rust Nostr Developers"]

crates/nostr-mls-storage/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-mls-storage"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Storage abstraction for nostr-mls that wraps OpenMLS storage backends"
66
authors = ["Jeff Gardner <j@jeffg.me>", "Yuki Kishimoto <yukikishimoto@protonmail.com>", "Rust Nostr Developers"]

crates/nostr-mls/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-mls"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "A simplified interface to build secure messaging apps on nostr with MLS."
66
authors = ["Jeff Gardner <j@jeffg.me>", "Yuki Kishimoto <yukikishimoto@protonmail.com>", "Rust Nostr Developers"]

crates/nostr-ndb/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-ndb"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "ndb (nostrdb) storage backend for Nostr apps"
66
authors.workspace = true

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.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Build your own custom nostr relay!"
66
authors.workspace = true

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.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Nostr Relay Pool"
66
authors.workspace = true

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.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "High level Nostr client library."
66
authors.workspace = true

crates/nostr/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"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Rust implementation of the Nostr protocol."
66
authors.workspace = true

crates/nwc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nwc"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
description = "Nostr Wallet Connect"
66
authors.workspace = true

0 commit comments

Comments
 (0)