Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cob: bump major version
Merged fintohaps opened 11 months ago

The addition of the Namespace parameter in the traits requires a major version bump for radicle-cob

4 files changed +4 -4 e6ef767f e9cf91e1
modified Cargo.lock
@@ -2675,7 +2675,7 @@ dependencies = [

[[package]]
name = "radicle-cob"
-
version = "0.13.0"
+
version = "0.14.0"
dependencies = [
 "fastrand",
 "git2",
modified radicle-cli/Cargo.toml
@@ -54,7 +54,7 @@ path = "../radicle"
features = ["logger", "schemars"]

[dependencies.radicle-cob]
-
version = "0.13"
+
version = "0.14"
path = "../radicle-cob"

[dependencies.radicle-crypto]
modified radicle-cob/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-cob"
description = "Radicle Collaborative Objects library"
homepage = "https://radicle.xyz"
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
-
version = "0.13.0"
+
version = "0.14.0"
authors = [
  "Alex Good <alex@memoryandthought.me>",
  "Fintan Halpenny <fintan.halpenny@gmail.com>",
modified radicle/Cargo.toml
@@ -54,7 +54,7 @@ features = ["vendored-libgit2"]

[dependencies.radicle-cob]
path = "../radicle-cob"
-
version = "0.13"
+
version = "0.14"

[dependencies.radicle-crypto]
path = "../radicle-crypto"