-
-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release git-path v0.3.0, safety bump 14 crates
SAFETY BUMP: git-attributes v0.3.0, git-discover v0.3.0, git-ref v0.15.0, git-odb v0.31.0, git-pack v0.21.0, git-sec v0.3.0, git-worktree v0.4.0, git-url v0.7.0, git-config v0.6.0, git-repository v0.20.0, git-credentials v0.3.0, git-transport v0.19.0, cargo-smart-release v0.11.0, git-protocol v0.18.0
- Loading branch information
Showing
23 changed files
with
105 additions
and
77 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cargo-smart-release" | ||
version = "0.10.2" | ||
version = "0.11.0" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
repository = "https://github.com/Byron/gitoxide" | ||
description = "Cargo subcommand for fearlessly releasing crates in workspaces." | ||
|
@@ -26,7 +26,7 @@ test = false | |
cache-efficiency-debug = ["git-repository/cache-efficiency-debug"] | ||
|
||
[dependencies] | ||
git-repository = { version = "^0.19", path = "../git-repository", features = ["unstable"] } | ||
git-repository = { version = "^0.20.0", path = "../git-repository", features = ["unstable"] } | ||
anyhow = "1.0.42" | ||
clap = { version = "3.2.5", features = ["derive", "cargo"] } | ||
env_logger = { version = "0.9.0", default-features = false, features = ["humantime", "termcolor", "atty"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-odb" | ||
version = "0.30.0" | ||
version = "0.31.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
|
@@ -31,11 +31,11 @@ all-features = true | |
|
||
[dependencies] | ||
git-features = { version = "^0.21.1", path = "../git-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] } | ||
git-path = { version = "^0.2.0", path = "../git-path" } | ||
git-path = { version = "^0.3.0", path = "../git-path" } | ||
git-hash = { version = "^0.9.5", path = "../git-hash" } | ||
git-quote = { version = "^0.2.0", path = "../git-quote" } | ||
git-object = { version = "^0.19.0", path = "../git-object" } | ||
git-pack = { version = "^0.20.0", path = "../git-pack" } | ||
git-pack = { version = "^0.21.0", path = "../git-pack" } | ||
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]} | ||
|
||
tempfile = "3.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-pack" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
repository = "https://github.com/Byron/gitoxide" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
|
@@ -39,7 +39,7 @@ required-features = ["internal-testing-to-avoid-being-run-by-cargo-test-all"] | |
[dependencies] | ||
git-features = { version = "^0.21.1", path = "../git-features", features = ["crc32", "rustsha1", "progress", "zlib"] } | ||
git-hash = { version = "^0.9.5", path = "../git-hash" } | ||
git-path = { version = "^0.2.0", path = "../git-path" } | ||
git-path = { version = "^0.3.0", path = "../git-path" } | ||
git-chunk = { version = "^0.3.0", path = "../git-chunk" } | ||
git-object = { version = "^0.19.0", path = "../git-object" } | ||
git-traverse = { version = "^0.15.0", path = "../git-traverse" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.