crates: bump cln-rpc, cln-grpc and cln-plugin to v0.7.0 for release
What changed, and why it matters
This commit is a routine version bump for three Rust software packages (cln-rpc, cln-grpc, and cln-plugin) from version 0.6.0 to 0.7.0. It only changes version numbers in package metadata files. There is no code change, no bug fix, and no security-related content.
No security action needed. Treat as a normal release bookkeeping commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates version strings in Cargo.toml and Cargo.lock files across the workspace: cln-rpc, cln-grpc, cln-plugin, and cln-grpc-plugin are bumped from 0.6.0 to 0.7.0. No source code, dependencies, or functionality are modified. The commit message states ‘for release’ and ‘Changelog-None’.
Changed components
cln-rpc crate version metadatacln-grpc crate version metadatacln-plugin crate version metadatacln-grpc-plugin crate version metadataInspect captured patch +11 / −11
diff --git a/Cargo.lock b/Cargo.lock
index a9ae113d..f01ae163 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -454,7 +454,7 @@ dependencies = [
[[package]]
name = "cln-grpc"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"anyhow",
"bitcoin",
@@ -476,7 +476,7 @@ dependencies = [
[[package]]
name = "cln-grpc-plugin"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"anyhow",
"cln-grpc",
@@ -511,7 +511,7 @@ dependencies = [
[[package]]
name = "cln-plugin"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"anyhow",
"bytes",
@@ -529,7 +529,7 @@ dependencies = [
[[package]]
name = "cln-rpc"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"anyhow",
"bitcoin",
diff --git a/Cargo.toml b/Cargo.toml
index 9ce898ca..6f476f0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,6 @@ members = [
]
[workspace.dependencies]
-cln-rpc = { path = "cln-rpc", version = "0.6.0" }
-cln-grpc = { path = "cln-grpc", version = "0.6.0" }
-cln-plugin = { path = "plugins", version = "0.6.0" }
+cln-rpc = { path = "cln-rpc", version = "0.7.0" }
+cln-grpc = { path = "cln-grpc", version = "0.7.0" }
+cln-plugin = { path = "plugins", version = "0.7.0" }
diff --git a/cln-grpc/Cargo.toml b/cln-grpc/Cargo.toml
index c7a3eb9c..7259df25 100644
--- a/cln-grpc/Cargo.toml
+++ b/cln-grpc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cln-grpc"
-version = "0.6.0"
+version = "0.7.0"
edition = "2024"
license = "MIT"
description = "The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network."
diff --git a/cln-rpc/Cargo.toml b/cln-rpc/Cargo.toml
index 42320ad7..c2db2b2b 100644
--- a/cln-rpc/Cargo.toml
+++ b/cln-rpc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cln-rpc"
-version = "0.6.0"
+version = "0.7.0"
edition = "2024"
license = "MIT"
description = "An async RPC client for Core Lightning."
diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml
index 3d30e6c6..421b0476 100644
--- a/plugins/Cargo.toml
+++ b/plugins/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cln-plugin"
-version = "0.6.0"
+version = "0.7.0"
edition = "2024"
license = "MIT"
description = "A CLN plugin library. Write your plugin in Rust."
diff --git a/plugins/grpc-plugin/Cargo.toml b/plugins/grpc-plugin/Cargo.toml
index 39826c80..26d05f2c 100644
--- a/plugins/grpc-plugin/Cargo.toml
+++ b/plugins/grpc-plugin/Cargo.toml
@@ -1,7 +1,7 @@
[package]
edition = "2024"
name = "cln-grpc-plugin"
-version = "0.6.0"
+version = "0.7.0"
description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS."
license = "MIT"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.