Skip to content

Commit

Permalink
Bump to v0.38.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
  • Loading branch information
yukibtc committed Dec 31, 2024
1 parent 4799b8a commit c544278
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
-->

## [Unreleased]
## [v0.38.0] - 2024/12/31

### Summary

Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ atomic-destructor = { version = "0.3", default-features = false }
js-sys = "0.3"
negentropy = { version = "0.4", default-features = false }
negentropy-deprecated = { package = "negentropy", version = "0.3", default-features = false }
nostr = { version = "0.37", path = "./crates/nostr", default-features = false }
nostr-connect = { version = "0.37", path = "./crates/nostr-connect", default-features = false }
nostr-database = { version = "0.37", path = "./crates/nostr-database", default-features = false }
nostr-indexeddb = { version = "0.37", path = "./crates/nostr-indexeddb", default-features = false }
nostr-lmdb = { version = "0.37", path = "./crates/nostr-lmdb", default-features = false }
nostr-ndb = { version = "0.37", path = "./crates/nostr-ndb", default-features = false }
nostr-relay-builder = { version = "0.37", path = "./crates/nostr-relay-builder", default-features = false }
nostr-relay-pool = { version = "0.37", path = "./crates/nostr-relay-pool", default-features = false }
nostr-sdk = { version = "0.37", path = "./crates/nostr-sdk", default-features = false }
nostr-zapper = { version = "0.37", path = "./crates/nostr-zapper", default-features = false }
nwc = { version = "0.37", path = "./crates/nwc", default-features = false }
nostr = { version = "0.38", path = "./crates/nostr", default-features = false }
nostr-connect = { version = "0.38", path = "./crates/nostr-connect", default-features = false }
nostr-database = { version = "0.38", path = "./crates/nostr-database", default-features = false }
nostr-indexeddb = { version = "0.38", path = "./crates/nostr-indexeddb", default-features = false }
nostr-lmdb = { version = "0.38", path = "./crates/nostr-lmdb", default-features = false }
nostr-ndb = { version = "0.38", path = "./crates/nostr-ndb", default-features = false }
nostr-relay-builder = { version = "0.38", path = "./crates/nostr-relay-builder", default-features = false }
nostr-relay-pool = { version = "0.38", path = "./crates/nostr-relay-pool", default-features = false }
nostr-sdk = { version = "0.38", path = "./crates/nostr-sdk", default-features = false }
nostr-zapper = { version = "0.38", path = "./crates/nostr-zapper", default-features = false }
nwc = { version = "0.38", path = "./crates/nwc", default-features = false }
once_cell = { version = "1.20", default-features = false }
serde_json = { version = "1.0", default-features = false }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mavenPublishing {

signAllPublications()

coordinates("org.rust-nostr", "nostr-sdk", "0.37.0")
coordinates("org.rust-nostr", "nostr-sdk", "0.38.0")

pom {
name.set("nostr-sdk")
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='nostr-sdk',
version='0.37.0',
version='0.38.0',
description="Nostr protocol implementation, Relay, RelayPool, high-level client library, NWC client and more.",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rust-nostr/nostr-sdk",
"version": "0.37.0",
"version": "0.38.0",
"description": "Nostr protocol implementation, Relay, RelayPool, high-level client library, NWC client and more.",
"keywords": [
"nostr",
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-cli"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Nostr CLI"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-connect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-connect"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Nostr Connect (NIP46)"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-database"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Database for Nostr apps"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-indexeddb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-indexeddb"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Web's IndexedDB Storage backend for Nostr apps"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-lmdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-lmdb"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "LMDB storage backend for nostr apps"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-ndb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-ndb"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "ndb (nostrdb) storage backend for Nostr apps"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-relay-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-relay-builder"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Nostr Relay Builder"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-relay-pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-relay-pool"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Nostr Relay Pool"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-sdk"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "High level Nostr client library."
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-zapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-zapper"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Zapper abstraction for Nostr apps"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Rust implementation of the Nostr protocol."
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/nwc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nwc"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
description = "Nostr Wallet Connect"
authors.workspace = true
Expand Down

0 comments on commit c544278

Please sign in to comment.