Skip to content

Commit 4974eca

Browse files
committed
Release git-date v0.0.5, git-hash v0.9.8, git-features v0.22.2, git-actor v0.11.3, git-glob v0.3.2, git-quote v0.2.1, git-attributes v0.3.2, git-tempfile v2.0.4, git-lock v2.1.1, git-validate v0.5.5, git-object v0.20.2, git-ref v0.15.2, git-sec v0.3.1, git-config v0.7.0, git-credentials v0.4.0, git-diff v0.17.2, git-discover v0.4.1, git-bitmap v0.1.2, git-index v0.4.2, git-mailmap v0.3.2, git-chunk v0.3.1, git-traverse v0.16.2, git-pack v0.21.2, git-odb v0.31.2, git-packetline v0.12.7, git-url v0.7.2, git-transport v0.19.2, git-protocol v0.19.0, git-revision v0.4.2, git-refspec v0.1.0, git-worktree v0.4.2, git-repository v0.22.0, safety bump 4 crates
SAFETY BUMP: git-protocol v0.19.0, git-repository v0.22.0, gitoxide-core v0.17.0, gitoxide v0.15.0
1 parent c28bcec commit 4974eca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1693
-223
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/Byron/gitoxide"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"
8-
version = "0.14.0"
8+
version = "0.15.0"
99
default-run = "gix"
1010
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
1111
resolver = "2"
@@ -79,11 +79,11 @@ cache-efficiency-debug = ["git-features/cache-efficiency-debug"]
7979
[dependencies]
8080
anyhow = "1.0.42"
8181

82-
gitoxide-core = { version = "^0.16.0", path = "gitoxide-core" }
83-
git-features = { version = "^0.22.1", path = "git-features" }
84-
git-repository = { version = "^0.21.1", path = "git-repository", default-features = false }
82+
gitoxide-core = { version = "^0.17.0", path = "gitoxide-core" }
83+
git-features = { version = "^0.22.2", path = "git-features" }
84+
git-repository = { version = "^0.22.0", path = "git-repository", default-features = false }
8585

86-
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.19.1", path = "git-transport" }
86+
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.19.2", path = "git-transport" }
8787

8888
clap = { version = "3.2.5", features = ["derive", "cargo"] }
8989
prodash = { version = "19.0.0", optional = true, default-features = false }

cargo-smart-release/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test = false
2424
cache-efficiency-debug = ["git-repository/cache-efficiency-debug"]
2525

2626
[dependencies]
27-
git-repository = { version = "^0.21.1", path = "../git-repository", features = ["unstable"] }
27+
git-repository = { version = "^0.22.0", path = "../git-repository", features = ["unstable"] }
2828
anyhow = "1.0.42"
2929
clap = { version = "3.2.5", features = ["derive", "cargo"] }
3030
env_logger = { version = "0.9.0", default-features = false, features = ["humantime", "termcolor", "atty"] }

experiments/diffing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
anyhow = "1"
12-
git-repository = { version = "^0.21.1", path = "../../git-repository", features = ["unstable"] }
13-
git-features-for-config = { package = "git-features", version = "^0.22.1", path = "../../git-features", features = ["cache-efficiency-debug"] }
12+
git-repository = { version = "^0.22.0", path = "../../git-repository", features = ["unstable"] }
13+
git-features-for-config = { package = "git-features", version = "^0.22.2", path = "../../git-features", features = ["cache-efficiency-debug"] }
1414
git2 = "0.14"
1515
rayon = "1.5.0"

experiments/object-access/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111

1212
[dependencies]
1313
anyhow = "1"
14-
git-repository = { path = "../../git-repository", version = "^0.21.1", features = ["unstable"] }
14+
git-repository = { path = "../../git-repository", version = "^0.22.0", features = ["unstable"] }
1515
git2 = "0.14"
1616
rayon = "1.5.0"
1717
parking_lot = { version = "0.12.0", default-features = false }

experiments/traversal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
anyhow = "1"
12-
git-repository = { version = "^0.21.1", path = "../../git-repository", features = ["unstable"] }
12+
git-repository = { version = "^0.22.0", path = "../../git-repository", features = ["unstable"] }
1313
git2 = "0.14"
1414
rayon = "1.5.0"
1515
dashmap = "5.1.0"

0 commit comments

Comments
 (0)