Skip to content

Commit 8b3e42f

Browse files
committed
Release gix-object v0.26.3, gix-diff v0.26.2, gix-traverse v0.22.2, gix v0.37.0, safety bump 3 crates
SAFETY BUMP: gitoxide-core v0.25.0, cargo-smart-release v0.17.0, gitoxide v0.23.0
1 parent d3b9740 commit 8b3e42f

File tree

12 files changed

+199
-73
lines changed

12 files changed

+199
-73
lines changed

Cargo.lock

+51-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
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 = "2021"
77
license = "MIT OR Apache-2.0"
8-
version = "0.22.1"
8+
version = "0.23.0"
99
default-run = "gix"
1010
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
1111
resolver = "2"
@@ -84,9 +84,9 @@ cache-efficiency-debug = ["gix-features/cache-efficiency-debug"]
8484
[dependencies]
8585
anyhow = "1.0.42"
8686

87-
gitoxide-core = { version = "^0.24.0", path = "gitoxide-core" }
87+
gitoxide-core = { version = "^0.25.0", path = "gitoxide-core" }
8888
gix-features = { version = "^0.26.5", path = "gix-features" }
89-
gix = { version = "^0.36.1", path = "gix", default-features = false }
89+
gix = { version = "^0.37.0", path = "gix", default-features = false }
9090
time = "0.3.19"
9191

9292
clap = { version = "4.1.1", features = ["derive", "cargo"] }

cargo-smart-release/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-smart-release"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
repository = "https://github.com/Byron/gitoxide"
66
description = "Cargo subcommand for fearlessly releasing crates in workspaces."
@@ -24,7 +24,7 @@ test = false
2424
cache-efficiency-debug = ["gix/cache-efficiency-debug"]
2525

2626
[dependencies]
27-
gix = { version = "^0.36.1", path = "../gix", default-features = false, features = ["max-performance-safe"] }
27+
gix = { version = "^0.37.0", path = "../gix", default-features = false, features = ["max-performance-safe"] }
2828
anyhow = "1.0.42"
2929
clap = { version = "4.1.0", features = ["derive", "cargo"] }
3030
env_logger = { version = "0.10.0", default-features = false, features = ["humantime", "auto-color"] }

gitoxide-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gitoxide-core"
33
description = "The library implementing all capabilities of the gitoxide CLI"
44
repository = "https://github.com/Byron/gitoxide"
5-
version = "0.24.0"
5+
version = "0.25.0"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT/Apache-2.0"
88
edition = "2021"
@@ -36,7 +36,7 @@ serde1 = ["gix-commitgraph/serde1", "gix/serde1", "serde_json", "serde", "bytesi
3636

3737
[dependencies]
3838
# deselect everything else (like "performance") as this should be controllable by the parent application.
39-
gix = { version = "^0.36.1", path = "../gix", default-features = false }
39+
gix = { version = "^0.37.0", path = "../gix", default-features = false }
4040
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.30.3", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
4141
gix-transport-configuration-only = { package = "gix-transport", version = "^0.25.6", path = "../gix-transport", default-features = false }
4242
gix-commitgraph = { version = "^0.13.0", path = "../gix-commitgraph" }

0 commit comments

Comments
 (0)