-
-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release gix-date v0.8.5, gix-hash v0.14.2, gix-trace v0.1.8, gix-util…
…s v0.1.11, gix-features v0.38.1, gix-actor v0.31.0, gix-validate v0.8.4, gix-object v0.42.0, gix-path v0.10.7, gix-glob v0.16.2, gix-quote v0.4.12, gix-attributes v0.22.2, gix-command v0.3.6, gix-filter v0.11.0, gix-fs v0.10.1, gix-chunk v0.4.8, gix-commitgraph v0.24.2, gix-hashtable v0.5.2, gix-revwalk v0.13.0, gix-traverse v0.38.0, gix-worktree-stream v0.11.0, gix-archive v0.11.0, gix-config-value v0.14.6, gix-tempfile v13.1.1, gix-lock v13.1.1, gix-ref v0.43.0, gix-sec v0.10.6, gix-config v0.36.0, gix-prompt v0.8.4, gix-url v0.27.2, gix-credentials v0.24.2, gix-ignore v0.11.2, gix-bitmap v0.2.11, gix-index v0.31.0, gix-worktree v0.32.0, gix-diff v0.42.0, gix-discover v0.31.0, gix-pathspec v0.7.1, gix-dir v0.2.0, gix-macros v0.1.4, gix-mailmap v0.23.0, gix-negotiate v0.13.0, gix-pack v0.49.0, gix-odb v0.59.0, gix-packetline v0.17.4, gix-transport v0.41.2, gix-protocol v0.44.2, gix-revision v0.27.0, gix-refspec v0.23.0, gix-status v0.7.0, gix-submodule v0.10.0, gix-worktree-state v0.9.0, gix v0.60.0, safety bump 26 crates SAFETY BUMP: gix-object v0.42.0, gix-filter v0.11.0, gix-revwalk v0.13.0, gix-traverse v0.38.0, gix-worktree-stream v0.11.0, gix-archive v0.11.0, gix-ref v0.43.0, gix-config v0.36.0, gix-index v0.31.0, gix-worktree v0.32.0, gix-diff v0.42.0, gix-discover v0.31.0, gix-dir v0.2.0, gix-mailmap v0.23.0, gix-negotiate v0.13.0, gix-pack v0.49.0, gix-odb v0.59.0, gix-revision v0.27.0, gix-refspec v0.23.0, gix-status v0.7.0, gix-submodule v0.10.0, gix-worktree-state v0.9.0, gix v0.60.0, gix-fsck v0.4.0, gitoxide-core v0.37.0, gitoxide v0.35.0
- Loading branch information
Showing
111 changed files
with
8,363 additions
and
9,267 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.34.0" | ||
version = "0.35.0" | ||
default-run = "gix" | ||
include = ["src/**/*", "LICENSE-*", "README.md"] | ||
resolver = "2" | ||
|
@@ -168,9 +168,9 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"] | |
[dependencies] | ||
anyhow = "1.0.42" | ||
|
||
gitoxide-core = { version = "^0.36.0", path = "gitoxide-core" } | ||
gix-features = { version = "^0.38.0", path = "gix-features" } | ||
gix = { version = "^0.59.0", path = "gix", default-features = false } | ||
gitoxide-core = { version = "^0.37.0", path = "gitoxide-core" } | ||
gix-features = { version = "^0.38.1", path = "gix-features" } | ||
gix = { version = "^0.60.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.36.0" | ||
version = "0.37.0" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
|
@@ -47,12 +47,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.59.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] } | ||
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.48.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.1", path = "../gix-transport", default-features = false } | ||
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.10.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } | ||
gix-status = { version = "^0.6.0", path = "../gix-status" } | ||
gix-fsck = { version = "^0.3.0", path = "../gix-fsck" } | ||
gix = { version = "^0.60.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] } | ||
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.49.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.2", path = "../gix-transport", default-features = false } | ||
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.11.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } | ||
gix-status = { version = "^0.7.0", path = "../gix-status" } | ||
gix-fsck = { version = "^0.4.0", path = "../gix-fsck" } | ||
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] } | ||
anyhow = "1.0.42" | ||
thiserror = "1.0.34" | ||
|
@@ -68,7 +68,7 @@ futures-io = { version = "0.3.16", optional = true } | |
blocking = { version = "1.0.2", optional = true } | ||
|
||
# for 'organize' functionality | ||
gix-url = { version = "^0.27.1", path = "../gix-url", optional = true } | ||
gix-url = { version = "^0.27.2", 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.30.1" | ||
version = "0.31.0" | ||
description = "A way to identify git actors" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
repository = "https://github.com/Byron/gitoxide" | ||
|
@@ -18,9 +18,9 @@ doctest = false | |
serde = ["dep:serde", "bstr/serde", "gix-date/serde"] | ||
|
||
[dependencies] | ||
gix-features = { version = "^0.38.0", path = "../gix-features", optional = true } | ||
gix-date = { version = "^0.8.4", path = "../gix-date" } | ||
gix-utils = { version = "^0.1.10", path = "../gix-utils" } | ||
gix-features = { version = "^0.38.1", path = "../gix-features", optional = true } | ||
gix-date = { version = "^0.8.5", path = "../gix-date" } | ||
gix-utils = { version = "^0.1.11", path = "../gix-utils" } | ||
|
||
thiserror = "1.0.38" | ||
bstr = { version = "1.3.0", default-features = false, features = [ | ||
|
Oops, something went wrong.