Skip to content

Commit

Permalink
Bump to 0.39.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Jan 31, 2025
1 parent f158167 commit bd3b35f
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 38 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ atomic-destructor = { version = "0.3", default-features = false }
js-sys = "0.3"
negentropy = { version = "0.5", default-features = false }
negentropy-deprecated = { package = "negentropy", version = "0.3", 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 }
nwc = { version = "0.38", path = "./crates/nwc", default-features = false }
nostr = { version = "0.39", path = "./crates/nostr", default-features = false }
nostr-connect = { version = "0.39", path = "./crates/nostr-connect", default-features = false }
nostr-database = { version = "0.39", path = "./crates/nostr-database", default-features = false }
nostr-indexeddb = { version = "0.39", path = "./crates/nostr-indexeddb", default-features = false }
nostr-lmdb = { version = "0.39", path = "./crates/nostr-lmdb", default-features = false }
nostr-ndb = { version = "0.39", path = "./crates/nostr-ndb", default-features = false }
nostr-relay-builder = { version = "0.39", path = "./crates/nostr-relay-builder", default-features = false }
nostr-relay-pool = { version = "0.39", path = "./crates/nostr-relay-pool", default-features = false }
nostr-sdk = { version = "0.39", path = "./crates/nostr-sdk", default-features = false }
nwc = { version = "0.39", path = "./crates/nwc", default-features = false }
serde_json = { version = "1.0", default-features = false }
tokio = { version = ">=1.37", default-features = false }
tracing = { version = "0.1", default-features = false }
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.38.0")
coordinates("org.rust-nostr", "nostr-sdk", "0.39.0")

pom {
name.set("nostr-sdk")
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/jvm/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mavenPublishing {

signAllPublications()

coordinates("org.rust-nostr", "nostr-sdk-jvm", "0.39.0-alpha.1")
coordinates("org.rust-nostr", "nostr-sdk-jvm", "0.39.0")

pom {
name.set("nostr-sdk-jvm")
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.38.0',
version='0.39.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.38.0",
"version": "0.39.0",
"description": "Nostr protocol implementation, Relay, RelayPool, high-level client library, NWC client and more.",
"keywords": [
"nostr",
Expand Down
5 changes: 3 additions & 2 deletions contrib/release/RELEASE_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@
* Bump versions
* Rust in various `Cargo.toml`
* Android in `lib/build.gradle.kts`
* JVM in `lib/build.gradle.kts`
* Python in `setup.py`
* Flutter in `pubspec.yaml` (other repository)
* JavaScript in `package.json`
* Swift Package NOT require version update
* Swift Package DOESN'T require version update

* Commit and push (**without tag**): `Bump to vX.X.X`

* Release crates and bindings
* Publish crates with `just release` or `bash ./contrib/scripts/release.sh`
* Publish `Kotlin` bindings
* Publish `Kotlin` (android + JVM) bindings
* Publish `Python` bindings
* Publish `JavaScript` bindings
* Publish `Swift` bindings
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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.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.38.0"
version = "0.39.0"
edition = "2021"
description = "High level Nostr client library."
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.38.0"
version = "0.39.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.38.0"
version = "0.39.0"
edition = "2021"
description = "Nostr Wallet Connect"
authors.workspace = true
Expand Down

0 comments on commit bd3b35f

Please sign in to comment.