forked from GitoxideLabs/gitoxide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release gix-utils v0.1.9, gix-features v0.38.0, gix-actor v0.30.0, gi…
…x-object v0.41.0, gix-path v0.10.4, gix-glob v0.16.0, gix-attributes v0.22.0, gix-command v0.3.3, gix-packetline-blocking v0.17.3, gix-filter v0.9.0, gix-fs v0.10.0, gix-commitgraph v0.24.0, gix-revwalk v0.12.0, gix-traverse v0.37.0, gix-worktree-stream v0.9.0, gix-archive v0.9.0, gix-config-value v0.14.4, gix-tempfile v13.0.0, gix-lock v13.0.0, gix-ref v0.41.0, gix-sec v0.10.4, gix-config v0.34.0, gix-url v0.27.0, gix-credentials v0.24.0, gix-ignore v0.11.0, gix-index v0.29.0, gix-worktree v0.30.0, gix-diff v0.40.0, gix-discover v0.29.0, gix-mailmap v0.22.0, gix-negotiate v0.12.0, gix-pack v0.47.0, gix-odb v0.57.0, gix-pathspec v0.6.0, gix-packetline v0.17.3, gix-transport v0.41.0, gix-protocol v0.44.0, gix-revision v0.26.0, gix-refspec v0.22.0, gix-status v0.5.0, gix-submodule v0.8.0, gix-worktree-state v0.7.0, gix v0.58.0, safety bump 39 crates SAFETY BUMP: gix-actor v0.30.0, gix-object v0.41.0, gix-glob v0.16.0, gix-attributes v0.22.0, gix-filter v0.9.0, gix-fs v0.10.0, gix-commitgraph v0.24.0, gix-revwalk v0.12.0, gix-traverse v0.37.0, gix-worktree-stream v0.9.0, gix-archive v0.9.0, gix-tempfile v13.0.0, gix-lock v13.0.0, gix-ref v0.41.0, gix-config v0.34.0, gix-url v0.27.0, gix-credentials v0.24.0, gix-ignore v0.11.0, gix-index v0.29.0, gix-worktree v0.30.0, gix-diff v0.40.0, gix-discover v0.29.0, gix-mailmap v0.22.0, gix-negotiate v0.12.0, gix-pack v0.47.0, gix-odb v0.57.0, gix-pathspec v0.6.0, gix-transport v0.41.0, gix-protocol v0.44.0, gix-revision v0.26.0, gix-refspec v0.22.0, gix-status v0.5.0, gix-submodule v0.8.0, gix-worktree-state v0.7.0, gix v0.58.0, gitoxide v0.34.0, gix-fsck v0.3.0, gix-testtools v0.14.0, gitoxide-core v0.36.0
- Loading branch information
Showing
91 changed files
with
797 additions
and
556 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ repository = "https://github.com/Byron/gitoxide" | |
authors = ["Sebastian Thiel <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
version = "0.33.0" | ||
version = "0.34.0" | ||
default-run = "gix" | ||
include = ["src/**/*", "LICENSE-*", "README.md"] | ||
resolver = "2" | ||
|
@@ -165,9 +165,9 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"] | |
[dependencies] | ||
anyhow = "1.0.42" | ||
|
||
gitoxide-core = { version = "^0.35.0", path = "gitoxide-core" } | ||
gix-features = { version = "^0.37.2", path = "gix-features" } | ||
gix = { version = "^0.57.1", path = "gix", default-features = false } | ||
gitoxide-core = { version = "^0.36.0", path = "gitoxide-core" } | ||
gix-features = { version = "^0.38.0", path = "gix-features" } | ||
gix = { version = "^0.58.0", path = "gix", default-features = false } | ||
time = "0.3.23" | ||
|
||
clap = { version = "4.1.1", features = ["derive", "cargo"] } | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "gitoxide-core" | ||
description = "The library implementing all capabilities of the gitoxide CLI" | ||
repository = "https://github.com/Byron/gitoxide" | ||
version = "0.35.0" | ||
version = "0.36.0" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
|
@@ -44,12 +44,12 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"] | |
|
||
[dependencies] | ||
# deselect everything else (like "performance") as this should be controllable by the parent application. | ||
gix = { version = "^0.57.1", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status"] } | ||
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.46.1", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] } | ||
gix-transport-configuration-only = { package = "gix-transport", version = "^0.40.1", path = "../gix-transport", default-features = false } | ||
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.8.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } | ||
gix-status = { version = "^0.4.1", path = "../gix-status" } | ||
gix-fsck = { version = "^0.2.0", path = "../gix-fsck" } | ||
gix = { version = "^0.58.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status"] } | ||
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.47.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] } | ||
gix-transport-configuration-only = { package = "gix-transport", version = "^0.41.0", path = "../gix-transport", default-features = false } | ||
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.9.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } | ||
gix-status = { version = "^0.5.0", path = "../gix-status" } | ||
gix-fsck = { version = "^0.3.0", path = "../gix-fsck" } | ||
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] } | ||
anyhow = "1.0.42" | ||
thiserror = "1.0.34" | ||
|
@@ -65,7 +65,7 @@ futures-io = { version = "0.3.16", optional = true } | |
blocking = { version = "1.0.2", optional = true } | ||
|
||
# for 'organize' functionality | ||
gix-url = { version = "^0.26.1", path = "../gix-url", optional = true } | ||
gix-url = { version = "^0.27.0", path = "../gix-url", optional = true } | ||
jwalk = { version = "0.8.0", optional = true } | ||
|
||
# for 'hours' | ||
|
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 = "gix-actor" | ||
version = "0.29.1" | ||
version = "0.30.0" | ||
description = "A way to identify git actors" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
repository = "https://github.com/Byron/gitoxide" | ||
|
@@ -17,7 +17,7 @@ doctest = false | |
serde = ["dep:serde", "bstr/serde", "gix-date/serde"] | ||
|
||
[dependencies] | ||
gix-features = { version = "^0.37.1", path = "../gix-features", optional = true } | ||
gix-features = { version = "^0.38.0", path = "../gix-features", optional = true } | ||
gix-date = { version = "^0.8.3", path = "../gix-date" } | ||
|
||
thiserror = "1.0.38" | ||
|
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
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.