Skip to content

Commit 82ff92f

Browse files
committed
Release gix-date v0.11.0, gix-actor v0.36.0, gix-path v0.10.22, gix-object v0.52.0, gix-packetline v0.20.0, gix-filter v0.22.0, gix-revwalk v0.23.0, gix-traverse v0.49.0, gix-worktree-stream v0.24.0, gix-archive v0.24.0, gix-index v0.43.0, gix-worktree v0.44.0, gix-diff v0.55.0, gix-blame v0.5.0, gix-ref v0.55.0, gix-config v0.48.0, gix-url v0.33.2, gix-credentials v0.32.0, gix-discover v0.43.0, gix-dir v0.17.0, gix-mailmap v0.28.0, gix-revision v0.37.0, gix-merge v0.8.0, gix-negotiate v0.23.0, gix-pack v0.62.0, gix-odb v0.72.0, gix-refspec v0.33.0, gix-transport v0.50.0, gix-protocol v0.53.0, gix-status v0.22.0, gix-submodule v0.22.0, gix-worktree-state v0.22.0, gix v0.75.0, gix-fsck v0.14.0, gitoxide-core v0.50.0, gitoxide v0.47.0, safety bump 32 crates
SAFETY BUMP: gix-actor v0.36.0, gix-object v0.52.0, gix-filter v0.22.0, gix-revwalk v0.23.0, gix-traverse v0.49.0, gix-worktree-stream v0.24.0, gix-archive v0.24.0, gix-index v0.43.0, gix-worktree v0.44.0, gix-diff v0.55.0, gix-blame v0.5.0, gix-ref v0.55.0, gix-config v0.48.0, gix-credentials v0.32.0, gix-discover v0.43.0, gix-dir v0.17.0, gix-mailmap v0.28.0, gix-revision v0.37.0, gix-merge v0.8.0, gix-negotiate v0.23.0, gix-pack v0.62.0, gix-odb v0.72.0, gix-refspec v0.33.0, gix-transport v0.50.0, gix-protocol v0.53.0, gix-status v0.22.0, gix-submodule v0.22.0, gix-worktree-state v0.22.0, gix v0.75.0, gix-fsck v0.14.0, gitoxide-core v0.50.0, gitoxide v0.47.0
1 parent e93e84e commit 82ff92f

File tree

64 files changed

+10903
-10175
lines changed

Some content is hidden

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

64 files changed

+10903
-10175
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/GitoxideLabs/gitoxide"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
10-
version = "0.46.0"
10+
version = "0.47.0"
1111
rust-version = "1.82"
1212
default-run = "gix"
1313
include = ["src/**/*", "/build.rs", "LICENSE-*", "README.md"]
@@ -151,9 +151,9 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
151151
[dependencies]
152152
anyhow = "1.0.98"
153153

154-
gitoxide-core = { version = "^0.49.0", path = "gitoxide-core" }
154+
gitoxide-core = { version = "^0.50.0", path = "gitoxide-core" }
155155
gix-features = { version = "^0.44.1", path = "gix-features" }
156-
gix = { version = "^0.74.1", path = "gix", default-features = false }
156+
gix = { version = "^0.75.0", path = "gix", default-features = false }
157157

158158
clap = { version = "4.5.42", features = ["derive", "cargo"] }
159159
clap_complete = "4.5.55"

gitoxide-core/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lints.workspace = true
44
name = "gitoxide-core"
55
description = "The library implementing all capabilities of the gitoxide CLI"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
7-
version = "0.49.0"
7+
version = "0.50.0"
88
authors = ["Sebastian Thiel <[email protected]>"]
99
license = "MIT OR Apache-2.0"
1010
edition = "2021"
@@ -49,12 +49,12 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4949

5050
[dependencies]
5151
# deselect everything else (like "performance") as this should be controllable by the parent application.
52-
gix = { version = "^0.74.1", path = "../gix", default-features = false, features = ["merge", "blob-diff", "blame", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
53-
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.61.1", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
54-
gix-transport-configuration-only = { package = "gix-transport", version = "^0.49.1", path = "../gix-transport", default-features = false }
55-
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.23.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
56-
gix-status = { version = "^0.21.1", path = "../gix-status" }
57-
gix-fsck = { version = "^0.13.0", path = "../gix-fsck" }
52+
gix = { version = "^0.75.0", path = "../gix", default-features = false, features = ["merge", "blob-diff", "blame", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
53+
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.62.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
54+
gix-transport-configuration-only = { package = "gix-transport", version = "^0.50.0", path = "../gix-transport", default-features = false }
55+
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.24.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
56+
gix-status = { version = "^0.22.0", path = "../gix-status" }
57+
gix-fsck = { version = "^0.14.0", path = "../gix-fsck" }
5858
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
5959
anyhow = "1.0.100"
6060
thiserror = "2.0.17"
@@ -70,7 +70,7 @@ futures-io = { version = "0.3.16", optional = true }
7070
blocking = { version = "1.6.2", optional = true }
7171

7272
# for 'organize' functionality
73-
gix-url = { version = "^0.33.1", path = "../gix-url", optional = true }
73+
gix-url = { version = "^0.33.2", path = "../gix-url", optional = true }
7474
jwalk = { version = "0.8.0", optional = true }
7575

7676
# for 'hours'

0 commit comments

Comments
 (0)