Skip to content

Commit f5ba682

Browse files
committed
Release Crates
Bump the release of the crates to reflect the changes in the licensing. Note that there are no change in the semantics of the libraries, as checked via `cargo-semverchecks`.
1 parent c6ac8ac commit f5ba682

8 files changed

Lines changed: 19 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

radicle-git-ext/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "radicle-git-ext"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = [
55
"Alexis Sellier <alexis@radicle.xyz>",
66
"Kim Altintop <kim@eagain.st>",
@@ -34,7 +34,7 @@ default-features = false
3434
features = ["vendored-libgit2"]
3535

3636
[dependencies.git-ref-format]
37-
version = "0.5.0"
37+
version = "0.6.0"
3838
path = "./git-ref-format"
3939
features = ["macro", "serde"]
4040

@@ -44,5 +44,5 @@ features = ["derive"]
4444
optional = true
4545

4646
[dependencies.radicle-std-ext]
47-
version = "0.1.1"
47+
version = "0.2.0"
4848
path = "../radicle-std-ext"

radicle-git-ext/git-ref-format/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-ref-format"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = [
55
"Kim Altintop <kim@eagain.st>",
66
"Fintan Halpenny <fintan.halpenny@gmail.com>",
@@ -25,10 +25,10 @@ percent-encoding = ["git-ref-format-core/percent-encoding"]
2525
serde = ["git-ref-format-core/serde"]
2626

2727
[dependencies.git-ref-format-core]
28-
version = "0.5.0"
28+
version = "0.6.0"
2929
path = "./core"
3030

3131
[dependencies.git-ref-format-macro]
32-
version = "0.5.0"
32+
version = "0.6.0"
3333
path = "./macro"
3434
optional = true

radicle-git-ext/git-ref-format/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-ref-format-core"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Kim Altintop <kim@eagain.st>"]
55
description = "Core types for the git-ref-format crate"
66
keywords = ["git", "references"]

radicle-git-ext/git-ref-format/macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-ref-format-macro"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Kim Altintop <kim@eagain.st>"]
55
description = "Macros for the git-ref-format crate"
66
keywords = ["git", "references"]
@@ -21,5 +21,5 @@ quote = "1"
2121
syn = "2"
2222

2323
[dependencies.git-ref-format-core]
24-
version = "0.5.0"
24+
version = "0.6.0"
2525
path = "../core"

radicle-std-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "radicle-std-ext"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["The Radicle Team <dev@radicle.xyz>"]
55
description = "Monkey patches of std types"
66
keywords = ["std", "radicle"]

radicle-surf/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "radicle-surf"
33
description = "A code surfing library for Git repositories"
44
readme = "README.md"
5-
version = "0.25.0"
5+
version = "0.26.0"
66
authors = ["The Radicle Team <dev@radicle.xyz>"]
77
homepage.workspace = true
88
repository.workspace = true
@@ -42,12 +42,12 @@ default-features = false
4242
features = ["vendored-libgit2"]
4343

4444
[dependencies.radicle-git-ext]
45-
version = "0.10.0"
45+
version = "0.11.0"
4646
path = "../radicle-git-ext"
4747
features = ["serde"]
4848

4949
[dependencies.radicle-std-ext]
50-
version = "0.1.1"
50+
version = "0.2.0"
5151
path = "../radicle-std-ext"
5252

5353
[dependencies.serde]

test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "tests"
33
version = "0.1.0"
44
edition.workspace = true
55
license.workspace = true
6-
76
publish = false
87

98
[lib]

0 commit comments

Comments
 (0)