From 012a75455edebc857ff13c97c1e7603ea5ea6cdc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 6 Sep 2024 07:48:57 +0200 Subject: [PATCH] Release gix-trace v0.1.10, gix-path v0.10.11 --- Cargo.lock | 128 ++++++++++++------------ gix-archive/Cargo.toml | 2 +- gix-attributes/Cargo.toml | 4 +- gix-command/Cargo.toml | 4 +- gix-config-value/Cargo.toml | 2 +- gix-config/Cargo.toml | 2 +- gix-credentials/Cargo.toml | 4 +- gix-diff/Cargo.toml | 4 +- gix-dir/Cargo.toml | 4 +- gix-discover/Cargo.toml | 2 +- gix-features/Cargo.toml | 2 +- gix-filter/Cargo.toml | 4 +- gix-glob/Cargo.toml | 2 +- gix-ignore/Cargo.toml | 4 +- gix-odb/Cargo.toml | 2 +- gix-pack/Cargo.toml | 2 +- gix-packetline-blocking/Cargo.toml | 2 +- gix-packetline/Cargo.toml | 2 +- gix-path/CHANGELOG.md | 154 +++++++---------------------- gix-path/Cargo.toml | 4 +- gix-pathspec/Cargo.toml | 2 +- gix-ref/Cargo.toml | 2 +- gix-revision/Cargo.toml | 2 +- gix-sec/Cargo.toml | 2 +- gix-status/Cargo.toml | 2 +- gix-submodule/Cargo.toml | 2 +- gix-trace/CHANGELOG.md | 5 +- gix-trace/Cargo.toml | 2 +- gix-url/Cargo.toml | 2 +- gix-worktree-state/Cargo.toml | 2 +- gix-worktree-stream/Cargo.toml | 2 +- gix-worktree/Cargo.toml | 2 +- gix/Cargo.toml | 4 +- 33 files changed, 144 insertions(+), 221 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0386ed2e945..98685e9f009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ "gix-object 0.44.0", "gix-odb", "gix-pack", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-pathspec", "gix-prompt", "gix-protocol", @@ -1342,7 +1342,7 @@ dependencies = [ "gix-submodule", "gix-tempfile 14.0.2", "gix-testtools", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "gix-transport", "gix-traverse 0.41.0", "gix-url", @@ -1410,7 +1410,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-object 0.44.0", "gix-odb", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-testtools", "gix-worktree 0.36.0", "gix-worktree-stream", @@ -1428,10 +1428,10 @@ dependencies = [ "document-features", "gix-fs 0.11.3", "gix-glob 0.16.5", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-quote 0.4.12", "gix-testtools", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "kstring", "serde", "smallvec", @@ -1447,9 +1447,9 @@ checksum = "ebccbf25aa4a973dd352564a9000af69edca90623e8a16dad9cbc03713131311" dependencies = [ "bstr", "gix-glob 0.16.5 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-path 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.10", "gix-quote 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-trace 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-trace 0.1.9", "kstring", "smallvec", "thiserror", @@ -1501,9 +1501,9 @@ name = "gix-command" version = "0.3.9" dependencies = [ "bstr", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-testtools", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "shell-words", ] @@ -1547,7 +1547,7 @@ dependencies = [ "gix-config-value", "gix-features 0.38.2", "gix-glob 0.16.5", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-ref 0.47.0", "gix-sec 0.10.8", "memchr", @@ -1568,7 +1568,7 @@ dependencies = [ "cap", "gix", "gix-config", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-ref 0.47.0", "gix-sec 0.10.8", "gix-testtools", @@ -1582,7 +1582,7 @@ dependencies = [ "bitflags 2.6.0", "bstr", "document-features", - "gix-path 0.10.10", + "gix-path 0.10.11", "libc", "serde", "thiserror", @@ -1596,11 +1596,11 @@ dependencies = [ "document-features", "gix-command", "gix-config-value", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-prompt", "gix-sec 0.10.8", "gix-testtools", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "gix-url", "once_cell", "serde", @@ -1646,9 +1646,9 @@ dependencies = [ "gix-fs 0.11.3", "gix-hash 0.14.2", "gix-object 0.44.0", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-tempfile 14.0.2", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "gix-worktree 0.36.0", "imara-diff", "serde", @@ -1682,10 +1682,10 @@ dependencies = [ "gix-ignore 0.11.4", "gix-index 0.35.0", "gix-object 0.44.0", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-pathspec", "gix-testtools", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "gix-utils 0.1.12", "gix-worktree 0.36.0", "pretty_assertions", @@ -1702,7 +1702,7 @@ dependencies = [ "dunce", "gix-fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-path 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.10", "gix-ref 0.44.1", "gix-sec 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror", @@ -1717,7 +1717,7 @@ dependencies = [ "dunce", "gix-fs 0.11.3", "gix-hash 0.14.2", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-ref 0.47.0", "gix-sec 0.10.8", "gix-testtools", @@ -1739,7 +1739,7 @@ dependencies = [ "document-features", "flate2", "gix-hash 0.14.2", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "gix-utils 0.1.12", "jwalk", "libc", @@ -1759,7 +1759,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69" dependencies = [ "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-trace 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-trace 0.1.9", "gix-utils 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "libc", "prodash 28.0.0", @@ -1782,10 +1782,10 @@ dependencies = [ "gix-hash 0.14.2", "gix-object 0.44.0", "gix-packetline-blocking", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-quote 0.4.12", "gix-testtools", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "gix-utils 0.1.12", "gix-worktree 0.36.0", "serial_test", @@ -1835,7 +1835,7 @@ dependencies = [ "bstr", "document-features", "gix-features 0.38.2", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-testtools", "serde", ] @@ -1849,7 +1849,7 @@ dependencies = [ "bitflags 2.6.0", "bstr", "gix-features 0.38.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-path 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.10", ] [[package]] @@ -1902,9 +1902,9 @@ dependencies = [ "document-features", "gix-fs 0.11.3", "gix-glob 0.16.5", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-testtools", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "serde", "unicode-bom", ] @@ -1917,8 +1917,8 @@ checksum = "e447cd96598460f5906a0f6c75e950a39f98c2705fc755ad2f2020c9e937fab7" dependencies = [ "bstr", "gix-glob 0.16.5 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-path 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-trace 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.10", + "gix-trace 0.1.9", "unicode-bom", ] @@ -2118,7 +2118,7 @@ dependencies = [ "gix-hashtable 0.5.2", "gix-object 0.44.0", "gix-pack", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-quote 0.4.12", "parking_lot", "serde", @@ -2156,7 +2156,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-hashtable 0.5.2", "gix-object 0.44.0", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-tempfile 14.0.2", "gix-testtools", "gix-traverse 0.41.0", @@ -2197,7 +2197,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-odb", "gix-pack", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "maybe-async", "pin-project-lite", "serde", @@ -2211,7 +2211,7 @@ dependencies = [ "bstr", "document-features", "faster-hex", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "serde", "thiserror", ] @@ -2219,30 +2219,30 @@ dependencies = [ [[package]] name = "gix-path" version = "0.10.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38d5b8722112fa2fa87135298780bc833b0e9f6c56cc82795d209804b3a03484" dependencies = [ "bstr", - "gix-testtools", "gix-trace 0.1.9", "home", - "known-folders", "once_cell", - "serial_test", "thiserror", - "windows 0.58.0", - "winreg", ] [[package]] name = "gix-path" -version = "0.10.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d5b8722112fa2fa87135298780bc833b0e9f6c56cc82795d209804b3a03484" +version = "0.10.11" dependencies = [ "bstr", - "gix-trace 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-testtools", + "gix-trace 0.1.10", "home", + "known-folders", "once_cell", + "serial_test", "thiserror", + "windows 0.58.0", + "winreg", ] [[package]] @@ -2254,7 +2254,7 @@ dependencies = [ "gix-attributes 0.22.5", "gix-config-value", "gix-glob 0.16.5", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-testtools", "once_cell", "serial_test", @@ -2336,7 +2336,7 @@ dependencies = [ "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-lock 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "gix-object 0.42.3", - "gix-path 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.10", "gix-tempfile 14.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-utils 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "gix-validate 0.8.5", @@ -2357,7 +2357,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-lock 14.0.0", "gix-object 0.44.0", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-tempfile 14.0.2", "gix-testtools", "gix-utils 0.1.12", @@ -2414,7 +2414,7 @@ dependencies = [ "gix-odb", "gix-revwalk 0.15.0", "gix-testtools", - "gix-trace 0.1.9", + "gix-trace 0.1.10", "serde", "thiserror", ] @@ -2453,7 +2453,7 @@ version = "0.10.8" dependencies = [ "bitflags 2.6.0", "document-features", - "gix-path 0.10.10", + "gix-path 0.10.11", "libc", "serde", "tempfile", @@ -2467,7 +2467,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fe4d52f30a737bbece5276fab5d3a8b276dc2650df963e293d0673be34e7a5f" dependencies = [ "bitflags 2.6.0", - "gix-path 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.10", "libc", "windows-sys 0.52.0", ] @@ -2491,7 +2491,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-index 0.35.0", "gix-object 0.44.0", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-pathspec", "gix-worktree 0.36.0", "portable-atomic", @@ -2513,7 +2513,7 @@ dependencies = [ "gix-index 0.35.0", "gix-object 0.44.0", "gix-odb", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-pathspec", "gix-status", "gix-testtools", @@ -2528,7 +2528,7 @@ dependencies = [ "bstr", "gix-config", "gix-features 0.38.2", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-pathspec", "gix-refspec", "gix-testtools", @@ -2600,17 +2600,17 @@ version = "0.0.0" [[package]] name = "gix-trace" version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e" + +[[package]] +name = "gix-trace" +version = "0.1.10" dependencies = [ "document-features", "tracing-core", ] -[[package]] -name = "gix-trace" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e" - [[package]] name = "gix-transport" version = "0.42.3" @@ -2696,7 +2696,7 @@ dependencies = [ "bstr", "document-features", "gix-features 0.38.2", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-testtools", "serde", "thiserror", @@ -2756,7 +2756,7 @@ dependencies = [ "gix-ignore 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "gix-index 0.33.1", "gix-object 0.42.3", - "gix-path 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.10", "gix-validate 0.8.5", ] @@ -2774,7 +2774,7 @@ dependencies = [ "gix-ignore 0.11.4", "gix-index 0.35.0", "gix-object 0.44.0", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-validate 0.9.0", "serde", ] @@ -2791,7 +2791,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-index 0.35.0", "gix-object 0.44.0", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-worktree 0.36.0", "io-close", "thiserror", @@ -2827,7 +2827,7 @@ dependencies = [ "gix-hash 0.14.2", "gix-object 0.44.0", "gix-odb", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-testtools", "gix-traverse 0.41.0", "gix-worktree 0.36.0", @@ -2850,7 +2850,7 @@ dependencies = [ "gix-index 0.35.0", "gix-object 0.44.0", "gix-odb", - "gix-path 0.10.10", + "gix-path 0.10.11", "gix-testtools", "gix-worktree 0.36.0", "symlink", diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index 989ea207a59..3fa64f481df 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -29,7 +29,7 @@ zip = ["dep:zip"] [dependencies] gix-worktree-stream = { version = "^0.15.0", path = "../gix-worktree-stream" } gix-object = { version = "^0.44.0", path = "../gix-object" } -gix-path = { version = "^0.10.10", path = "../gix-path", optional = true } +gix-path = { version = "^0.10.11", path = "../gix-path", optional = true } gix-date = { version = "^0.9.0", path = "../gix-date" } flate2 = { version = "1.0.33", optional = true } diff --git a/gix-attributes/Cargo.toml b/gix-attributes/Cargo.toml index e8428a2c0f4..0e6ace10ed1 100644 --- a/gix-attributes/Cargo.toml +++ b/gix-attributes/Cargo.toml @@ -19,10 +19,10 @@ doctest = false serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"] [dependencies] -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-quote = { version = "^0.4.12", path = "../gix-quote" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } -gix-trace = { version = "^0.1.8", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] } smallvec = "1.10.0" diff --git a/gix-command/Cargo.toml b/gix-command/Cargo.toml index 7b58352a008..dbb8bee5de1 100644 --- a/gix-command/Cargo.toml +++ b/gix-command/Cargo.toml @@ -15,8 +15,8 @@ include = ["src/lib.rs", "LICENSE-*"] doctest = false [dependencies] -gix-trace = { version = "^0.1.8", path = "../gix-trace" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } +gix-path = { version = "^0.10.11", path = "../gix-path" } bstr = { version = "1.5.0", default-features = false, features = ["std", "unicode"] } shell-words = "1.0" diff --git a/gix-config-value/Cargo.toml b/gix-config-value/Cargo.toml index 3379db5c527..36927c5ed60 100644 --- a/gix-config-value/Cargo.toml +++ b/gix-config-value/Cargo.toml @@ -19,7 +19,7 @@ doctest = false serde = ["dep:serde", "bstr/serde"] [dependencies] -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } thiserror = "1.0.32" bstr = { version = "1.0.1", default-features = false, features = ["std"] } diff --git a/gix-config/Cargo.toml b/gix-config/Cargo.toml index 7ef3e93e31b..bace36404a9 100644 --- a/gix-config/Cargo.toml +++ b/gix-config/Cargo.toml @@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/ [dependencies] gix-features = { version = "^0.38.2", path = "../gix-features" } gix-config-value = { version = "^0.14.8", path = "../gix-config-value" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-sec = { version = "^0.10.8", path = "../gix-sec" } gix-ref = { version = "^0.47.0", path = "../gix-ref" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } diff --git a/gix-credentials/Cargo.toml b/gix-credentials/Cargo.toml index 623f3794dcc..f916f070a5c 100644 --- a/gix-credentials/Cargo.toml +++ b/gix-credentials/Cargo.toml @@ -21,11 +21,11 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde"] [dependencies] gix-sec = { version = "^0.10.8", path = "../gix-sec" } gix-url = { version = "^0.27.5", path = "../gix-url" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-command = { version = "^0.3.9", path = "../gix-command" } gix-config-value = { version = "^0.14.8", path = "../gix-config-value" } gix-prompt = { version = "^0.8.7", path = "../gix-prompt" } -gix-trace = { version = "^0.1.8", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } thiserror = "1.0.32" serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] } diff --git a/gix-diff/Cargo.toml b/gix-diff/Cargo.toml index df653d21985..5a034512d14 100644 --- a/gix-diff/Cargo.toml +++ b/gix-diff/Cargo.toml @@ -30,10 +30,10 @@ gix-object = { version = "^0.44.0", path = "../gix-object" } gix-filter = { version = "^0.13.0", path = "../gix-filter", optional = true } gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true } gix-command = { version = "^0.3.9", path = "../gix-command", optional = true } -gix-path = { version = "^0.10.10", path = "../gix-path", optional = true } +gix-path = { version = "^0.10.11", path = "../gix-path", optional = true } gix-fs = { version = "^0.11.3", path = "../gix-fs", optional = true } gix-tempfile = { version = "^14.0.0", path = "../gix-tempfile", optional = true } -gix-trace = { version = "^0.1.9", path = "../gix-trace", optional = true } +gix-trace = { version = "^0.1.10", path = "../gix-trace", optional = true } thiserror = "1.0.32" imara-diff = { version = "0.1.7", optional = true } diff --git a/gix-dir/Cargo.toml b/gix-dir/Cargo.toml index c6e9e0656f2..80825bba855 100644 --- a/gix-dir/Cargo.toml +++ b/gix-dir/Cargo.toml @@ -14,11 +14,11 @@ rust-version = "1.65" doctest = false [dependencies] -gix-trace = { version = "^0.1.9", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } gix-index = { version = "^0.35.0", path = "../gix-index" } gix-discover = { version = "^0.35.0", path = "../gix-discover" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-pathspec = { version = "^0.7.7", path = "../gix-pathspec" } gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false } gix-object = { version = "^0.44.0", path = "../gix-object" } diff --git a/gix-discover/Cargo.toml b/gix-discover/Cargo.toml index fa07e3521b5..ed885733aff 100644 --- a/gix-discover/Cargo.toml +++ b/gix-discover/Cargo.toml @@ -16,7 +16,7 @@ doctest = false [dependencies] gix-sec = { version = "^0.10.8", path = "../gix-sec" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-ref = { version = "^0.47.0", path = "../gix-ref" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } diff --git a/gix-features/Cargo.toml b/gix-features/Cargo.toml index 717d9fb4e25..fcab62c05fd 100644 --- a/gix-features/Cargo.toml +++ b/gix-features/Cargo.toml @@ -120,7 +120,7 @@ required-features = ["io-pipe"] [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-trace = { version = "^0.1.8", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } # for walkdir gix-utils = { version = "^0.1.11", path = "../gix-utils", optional = true } diff --git a/gix-filter/Cargo.toml b/gix-filter/Cargo.toml index cb7e9eda1b6..4c129fc86fe 100644 --- a/gix-filter/Cargo.toml +++ b/gix-filter/Cargo.toml @@ -16,12 +16,12 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-trace = { version = "^0.1.9", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } gix-object = { version = "^0.44.0", path = "../gix-object" } gix-command = { version = "^0.3.9", path = "../gix-command" } gix-quote = { version = "^0.4.12", path = "../gix-quote" } gix-utils = { version = "^0.1.12", path = "../gix-utils" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-packetline = { package = "gix-packetline-blocking", version = "^0.17.5", path = "../gix-packetline-blocking" } gix-attributes = { version = "^0.22.5", path = "../gix-attributes" } diff --git a/gix-glob/Cargo.toml b/gix-glob/Cargo.toml index 0b4e40f5bfb..b74178684ab 100644 --- a/gix-glob/Cargo.toml +++ b/gix-glob/Cargo.toml @@ -19,7 +19,7 @@ doctest = false serde = ["dep:serde", "bstr/serde", "bitflags/serde"] [dependencies] -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-features = { version = "^0.38.1", path = "../gix-features" } bstr = { version = "1.3.0", default-features = false, features = ["std"] } bitflags = "2" diff --git a/gix-ignore/Cargo.toml b/gix-ignore/Cargo.toml index fe6d4c8c140..417e8eebb3e 100644 --- a/gix-ignore/Cargo.toml +++ b/gix-ignore/Cargo.toml @@ -20,8 +20,8 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde"] [dependencies] gix-glob = { version = "^0.16.5", path = "../gix-glob" } -gix-path = { version = "^0.10.10", path = "../gix-path" } -gix-trace = { version = "^0.1.8", path = "../gix-trace" } +gix-path = { version = "^0.10.11", path = "../gix-path" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] } unicode-bom = { version = "2.0.3" } diff --git a/gix-odb/Cargo.toml b/gix-odb/Cargo.toml index bad6f16033b..68666ca6a1a 100644 --- a/gix-odb/Cargo.toml +++ b/gix-odb/Cargo.toml @@ -24,7 +24,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = ["rus gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-date = { version = "^0.9.0", path = "../gix-date" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-quote = { version = "^0.4.12", path = "../gix-quote" } gix-object = { version = "^0.44.0", path = "../gix-object" } gix-pack = { version = "^0.53.0", path = "../gix-pack", default-features = false } diff --git a/gix-pack/Cargo.toml b/gix-pack/Cargo.toml index 313a298eda8..a6a3b1dc36a 100644 --- a/gix-pack/Cargo.toml +++ b/gix-pack/Cargo.toml @@ -35,7 +35,7 @@ wasm = ["gix-diff?/wasm"] [dependencies] gix-features = { version = "^0.38.2", path = "../gix-features", features = ["crc32", "rustsha1", "progress", "zlib"] } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-chunk = { version = "^0.4.8", path = "../gix-chunk" } gix-object = { version = "^0.44.0", path = "../gix-object" } diff --git a/gix-packetline-blocking/Cargo.toml b/gix-packetline-blocking/Cargo.toml index 6b2a1146933..abc63d075c0 100644 --- a/gix-packetline-blocking/Cargo.toml +++ b/gix-packetline-blocking/Cargo.toml @@ -29,7 +29,7 @@ async-io = [] serde = ["dep:serde", "bstr/serde"] [dependencies] -gix-trace = { version = "^0.1.9", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] } thiserror = "1.0.34" diff --git a/gix-packetline/Cargo.toml b/gix-packetline/Cargo.toml index a9f395264b6..5b61e41ca80 100644 --- a/gix-packetline/Cargo.toml +++ b/gix-packetline/Cargo.toml @@ -41,7 +41,7 @@ path = "tests/blocking-packetline.rs" required-features = ["blocking-io", "maybe-async/is_sync"] [dependencies] -gix-trace = { version = "^0.1.8", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] } thiserror = "1.0.34" diff --git a/gix-path/CHANGELOG.md b/gix-path/CHANGELOG.md index 12050cc87f8..089b82ad2ec 100644 --- a/gix-path/CHANGELOG.md +++ b/gix-path/CHANGELOG.md @@ -5,10 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.10.11 (2024-09-06) ### Bug Fixes + + + - Don't require usable temp dir to get installation config When running `git config -l ...` to find the configuration file path associated with the `git` installation itself, the current @@ -43,28 +46,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 rather than the root of the system drive (usually `C:\`), because: - We are currently obtaining this information from environment - variables, and it is possible for our own parent process to pass - down an overly sanitized environment. - - Although this can be so sanitized we cannot find the Windows - directory, this is less likely to occur than being unable to find - the root of the system drive. - - This due to moderately broad awareness that the `SystemRoot` - environment variable (which, somewhat confusingly, holds the path - of the Windows directory, not the root of the system drive) - should be preserved even when clearing most other variables. - - Some libraries will even automatically preserve `SystemRoot` when - clearing others or restore it. For example: + variables, and it is possible for our own parent process to pass + down an overly sanitized environment. - * https://go-review.googlesource.com/c/go/+/174318 + Although this can be so sanitized we cannot find the Windows + directory, this is less likely to occur than being unable to find + the root of the system drive. - As far as I know, such treatment of `SystemDrive` is less common. + This due to moderately broad awareness that the `SystemRoot` + environment variable (which, somewhat confusingly, holds the path + of the Windows directory, not the root of the system drive) + should be preserved even when clearing most other variables. - And also these two considerations, which are minor by comparison: + Some libraries will even automatically preserve `SystemRoot` when + clearing others or restore it. For example: - - Under the current behavior of `env::temp_dir()`, which is now a + * https://go-review.googlesource.com/c/go/+/174318 +- Under the current behavior of `env::temp_dir()`, which is now a fallback if we cannot determine the Windows directory, we already fall back to the Windows directory evenutally, if temp dir related environment variables are also unset. @@ -77,8 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 otherwise be attempted slightly decreases behavioral complexity, and there is no reason to think a directory like `C:\` would work when a directory like `C:\Windows` doesn't. - - - The root of the system drive on a Windows system usually permits +- The root of the system drive on a Windows system usually permits limited user accounts to create new directories there, so a directory like `C:\` on Windows actually has most of the disadvantages of a location like `/tmp` on a Unix-like system. @@ -105,52 +102,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `GIT_DIR`, should be sufficient to avoid at least the security dimension of the problem, which arises from actually using the configuration from a repo that is discovered. - - The reason we do not prefer the user's user profile directory is: - - - The user profile directory may be more deeply nested. - - - The user profile directory may sometimes be on slow network +* https://github.com/Byron/gitoxide/security/advisories/GHSA-mgvv-9p9g-3jv4 +- The user profile directory may be more deeply nested. +- The user profile directory may sometimes be on slow network storage when the discovered Windows directory is not. - - - In some situations, the user profile directory does not actually +- In some situations, the user profile directory does not actually exist, or does not exist yet. - - - Overly sanitized environments are more likely to lack the +- Overly sanitized environments are more likely to lack the `USERPROFILE` vairable than the `SystemRoot` variable. - - - Users may occasionally choose to have their entire user profile +- Users may occasionally choose to have their entire user profile directory be a Git repository. - - - It's no easier to avoid the problem of using `C:\.git` in a user +- It's no easier to avoid the problem of using `C:\.git` in a user profile directory than in `C:\Windows`: they're usually both under `C:\`, and are both not the same as `C:\`. (If the user profile directory is a repository, then that will avoid that problem, yet be its own problem, if not for other measures that prevent both.) - - More robustly ensure "installation" config is not local - When invoking `git` to find the configuration file path associated - with the `git` installation itself, this sets `GIT_DIR` to a path - that cannot be a `.git` directory for any repository, to keep - `git config -l` from including any local scope entries in the - output of the `git config -l ...` command that is used to find the - origin for the first Git configuration variable. - - Specifically, a path to the null device is used. This is - `/dev/null` on Unix and `NUL` on Windows. This is not a directory, - and when treated as a file it is always treated as empty: reading - from it, if successful, reaches end-of-file immediately. - - This problem is unlikely since #1523, which caused this `git` - invocation to use a `/tmp`-like location (varying by system and - environment) as its current working directory. Although the goal of - that change was just to improve performance, it pretty much fixed - the bug where local-scope configuration could be treated as - installation-level configuration when no configuration variables - are available from higher scopes. - - This change further hardens against two edge cases: - - - If the `git` command is an old and unpatched vulnerable version +- If the `git` command is an old and unpatched vulnerable version in which `safe.directory` is not yet implemented, or in which https://github.com/git/git/security/advisories/GHSA-j342-m5hw-rr3v or other vulnerabilities where `git` would perform operations on @@ -161,55 +128,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 gitoxide per se; having vulnerable software installed that other software may use is inherently insecure. But it is nice to offer a small amount of protection against this when readily feasible.) - - - If the `/tmp`-like location is a Git repository owned by the +- If the `/tmp`-like location is a Git repository owned by the current user, then its local configuration would have been used. - - Any path guaranteed to point to a nonexistent entry or one that is - guaranteed to be (or to be treated as) an empty file or directory - should be sufficient here. Using the null device, even though it is - not directory-like, seems like a reasonably intuitive way to do it. - - A note for Windows: There is more than one reasonable path to the - null device. One is DOS-style relative path `NUL`, as used here. - One of the others, which `NUL` in effect resolves to when opened, - is the fully qualified Windows device namespace path `\\.\NUL`. I - used the former here to ensure we avoid any situation where `git` - would misinterpret a `\` in `\\.\NUL` in a POSIX-like fashion. This - seems unlikely, and it could be looked into further if reasons - surface to prefer `\\.\NUL`. - - One possible reason to prefer `\\.\NUL` is that which names are - treated as reserved legacy DOS device names changes from version to - version of Windows, with Windows 11 treating some of them as - ordinary filenames. However, while this affects names such as - `CON`, it does not affect `NUL`, at least written unsuffixed. I'm - not sure if any Microsoft documentation has yet been updated to - explain this in detail, but see: - - - https://github.com/dotnet/docs/issues/41193 - - https://github.com/python/cpython/pull/95486#issuecomment-1881469554 - - https://github.com/python/cpython/pull/95486#issuecomment-1882134234 - - At least historically, it has been possible on Windows, though - rare, for the null device to be absent. This was the case on - Windows Fundamentals for Legacy PCs (WinFPE). Even if that somehow - were ever to happen today, this usage should be okay, because - attempting to open the device would still fail rather than open - some other file (as may even be happening in Git for Windows - already), the name `NUL` would still presumably be reserved (much - as the names `COM?` where `?` is replaced with a Unicode - superscript 1, 2, or 3 are reserved even though those devices don't - really exist), and I think `git config -l` commands should still - shrug off the error opening the file and give non-local-scope - configuration, as it does when `GIT_DIR` is set to a nonexistent - location. - - Parse installation config path more robustly - This adds the `-z`/`--null` and `--name-only` options in the `git` - invocation that tries to obtain the configuration file path - associated with the `git` installation itself. The benefits are: - - - Parsing is more reliable for paths containing unusual characters, +- https://github.com/dotnet/docs/issues/41193 +- https://github.com/python/cpython/pull/95486#issuecomment-1881469554 +- https://github.com/python/cpython/pull/95486#issuecomment-1882134234 +- Parsing is more reliable for paths containing unusual characters, because `-z`/`--null` causes all paths to be output literally. Previously, `"` characters were trimmed from the ends, but this @@ -221,23 +145,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 In some scenarios, such as usually on Windows when the escaped character is itself a `\` and not in the leading position, the mangled path would be usable, but more often it would not. - - - The volume of output is less, because `--name-only` casues values +- The volume of output is less, because `--name-only` casues values not to be included in the output. - - - The combination of `-z`/`--null` and `--name-only` makes the +- The combination of `-z`/`--null` and `--name-only` makes the output format simpler, and the parsing logic is accordingly simpler. - - `git` has supported the `-z`/`--null` and `--name-only` options - even before support for `--show-origin` was added in Git 2.8.0, so - this change should have no effect on Git version compatibility. ### Commit Statistics - - 55 commits contributed to the release. + - 56 commits contributed to the release. - 14 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -249,6 +167,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs prior to release. ([`c759819`](https://github.com/Byron/gitoxide/commit/c759819666fdad1ba743eed8e9458517f5cdf63c)) - Merge pull request #1569 from EliahKagan/config-origin-naming ([`3cf9694`](https://github.com/Byron/gitoxide/commit/3cf969487e07c4bf5d5b89b4e372d70b95ebbe36)) - Rename to `GIT_HIGHEST_SCOPE_CONFIG_PATH` ([`0672576`](https://github.com/Byron/gitoxide/commit/067257684918f2802f56eb3933f5e324bf35f914)) - Merge pull request #1568 from EliahKagan/config-origin-next ([`adbaa2a`](https://github.com/Byron/gitoxide/commit/adbaa2ab6840fd247c14701c39dcda3d280d86c0)) @@ -306,6 +225,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add missing semicolons ([`ec69c88`](https://github.com/Byron/gitoxide/commit/ec69c88fc119f3aa1967a7e7f5fca30e3ce97595))
+ +As far as I know, such treatment of SystemDrive is less common.And also these two considerations, which are minor by comparison:This is actually a much less significant reason to prefer adirectory like C:\Windows to a directory like C:\ than itmight seem. After all, if C:\.git exists and and git uses itwhen run from C:\, then git would usually also use it whenrun from C:\Windows (and from numerous other locations)!However, the reason there is still a small reason to prefer alocation like C:\Windows to a location like C:\ is that, if asystem has a vulnerable git but a user or system administratorhas sought to work around it by listing C:\ inGIT_CEILING_DIRECTORIES, then that may keep git fromtraversing upward into C:\, but it would not keep C:\ frombeing used if that is where we already are.An even more significant reason this motivation is a minor one isthat the other measures we are taking, including settingGIT_DIR, should be sufficient to avoid at least the securitydimension of the problem, which arises from actually using theconfiguration from a repo that is discovered.The reason we do not prefer the user’s user profile directory is: More robustly ensure “installation” config is not localWhen invoking git to find the configuration file path associatedwith the git installation itself, this sets GIT_DIR to a paththat cannot be a .git directory for any repository, to keepgit config -l from including any local scope entries in theoutput of the git config -l ... command that is used to find theorigin for the first Git configuration variable.Specifically, a path to the null device is used. This is/dev/null on Unix and NUL on Windows. This is not a directory,and when treated as a file it is always treated as empty: readingfrom it, if successful, reaches end-of-file immediately.This problem is unlikely since #1523, which caused this gitinvocation to use a /tmp-like location (varying by system andenvironment) as its current working directory. Although the goal ofthat change was just to improve performance, it pretty much fixedthe bug where local-scope configuration could be treated asinstallation-level configuration when no configuration variablesare available from higher scopes.This change further hardens against two edge cases:Any path guaranteed to point to a nonexistent entry or one that isguaranteed to be (or to be treated as) an empty file or directoryshould be sufficient here. Using the null device, even though it isnot directory-like, seems like a reasonably intuitive way to do it.A note for Windows: There is more than one reasonable path to thenull device. One is DOS-style relative path NUL, as used here.One of the others, which NUL in effect resolves to when opened,is the fully qualified Windows device namespace path \\.\NUL. Iused the former here to ensure we avoid any situation where gitwould misinterpret a \ in \\.\NUL in a POSIX-like fashion. Thisseems unlikely, and it could be looked into further if reasonssurface to prefer \\.\NUL.One possible reason to prefer \\.\NUL is that which names aretreated as reserved legacy DOS device names changes from version toversion of Windows, with Windows 11 treating some of them asordinary filenames. However, while this affects names such asCON, it does not affect NUL, at least written unsuffixed. I’mnot sure if any Microsoft documentation has yet been updated toexplain this in detail, but see:At least historically, it has been possible on Windows, thoughrare, for the null device to be absent. This was the case onWindows Fundamentals for Legacy PCs (WinFPE). Even if that somehowwere ever to happen today, this usage should be okay, becauseattempting to open the device would still fail rather than opensome other file (as may even be happening in Git for Windowsalready), the name NUL would still presumably be reserved (muchas the names COM? where ? is replaced with a Unicodesuperscript 1, 2, or 3 are reserved even though those devices don’treally exist), and I think git config -l commands should stillshrug off the error opening the file and give non-local-scopeconfiguration, as it does when GIT_DIR is set to a nonexistentlocation. Parse installation config path more robustlyThis adds the -z/--null and --name-only options in the gitinvocation that tries to obtain the configuration file pathassociated with the git installation itself. The benefits are:git has supported the -z/--null and --name-only optionseven before support for --show-origin was added in Git 2.8.0, sothis change should have no effect on Git version compatibility. + ## 0.10.10 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-path/Cargo.toml b/gix-path/Cargo.toml index a661140b427..7d3e8ae4e42 100644 --- a/gix-path/Cargo.toml +++ b/gix-path/Cargo.toml @@ -2,7 +2,7 @@ lints.workspace = true [package] name = "gix-path" -version = "0.10.10" +version = "0.10.11" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing paths and their conversions" @@ -15,7 +15,7 @@ rust-version = "1.65" doctest = false [dependencies] -gix-trace = { version = "^0.1.8", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } bstr = { version = "1.3.0", default-features = false, features = ["std"] } thiserror = "1.0.26" once_cell = "1.17.1" diff --git a/gix-pathspec/Cargo.toml b/gix-pathspec/Cargo.toml index 7836fb52b3a..4399ad8b40d 100644 --- a/gix-pathspec/Cargo.toml +++ b/gix-pathspec/Cargo.toml @@ -16,7 +16,7 @@ doctest = false [dependencies] gix-glob = { version = "^0.16.5", path = "../gix-glob" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-attributes = { version = "^0.22.5", path = "../gix-attributes" } gix-config-value = { version = "^0.14.8", path = "../gix-config-value" } diff --git a/gix-ref/Cargo.toml b/gix-ref/Cargo.toml index 6e2263e8865..d7d5809a899 100644 --- a/gix-ref/Cargo.toml +++ b/gix-ref/Cargo.toml @@ -23,7 +23,7 @@ serde = ["dep:serde", "gix-hash/serde", "gix-actor/serde", "gix-object/serde"] [dependencies] gix-features = { version = "^0.38.2", path = "../gix-features", features = ["walkdir"] } gix-fs = { version = "^0.11.3", path = "../gix-fs" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-object = { version = "^0.44.0", path = "../gix-object" } gix-utils = { version = "^0.1.11", path = "../gix-utils" } diff --git a/gix-revision/Cargo.toml b/gix-revision/Cargo.toml index 763e2cf3e37..529d1359715 100644 --- a/gix-revision/Cargo.toml +++ b/gix-revision/Cargo.toml @@ -33,7 +33,7 @@ gix-date = { version = "^0.9.0", path = "../gix-date" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable", optional = true } gix-revwalk = { version = "^0.15.0", path = "../gix-revwalk" } gix-commitgraph = { version = "0.24.3", path = "../gix-commitgraph" } -gix-trace = { version = "^0.1.8", path = "../gix-trace", optional = true } +gix-trace = { version = "^0.1.10", path = "../gix-trace", optional = true } bstr = { version = "1.3.0", default-features = false, features = ["std"] } bitflags = { version = "2", optional = true } diff --git a/gix-sec/Cargo.toml b/gix-sec/Cargo.toml index 53fa0be6e8a..3c1311c8840 100644 --- a/gix-sec/Cargo.toml +++ b/gix-sec/Cargo.toml @@ -31,7 +31,7 @@ document-features = { version = "0.2.1", optional = true } libc = "0.2.123" [target.'cfg(windows)'.dependencies] -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } windows-sys = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_Security_Authorization", diff --git a/gix-status/Cargo.toml b/gix-status/Cargo.toml index f1faa97b31e..8cfc68736e0 100644 --- a/gix-status/Cargo.toml +++ b/gix-status/Cargo.toml @@ -24,7 +24,7 @@ gix-index = { version = "^0.35.0", path = "../gix-index" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-object = { version = "^0.44.0", path = "../gix-object" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-features = { version = "^0.38.2", path = "../gix-features", features = ["progress"] } gix-filter = { version = "^0.13.0", path = "../gix-filter" } gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } diff --git a/gix-submodule/Cargo.toml b/gix-submodule/Cargo.toml index d4ac5e1dd84..c7c1deec1b0 100644 --- a/gix-submodule/Cargo.toml +++ b/gix-submodule/Cargo.toml @@ -18,7 +18,7 @@ doctest = false gix-pathspec = { version = "^0.7.7", path = "../gix-pathspec" } gix-refspec = { version = "^0.25.0", path = "../gix-refspec" } gix-config = { version = "^0.40.0", path = "../gix-config" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-url = { version = "^0.27.5", path = "../gix-url" } bstr = { version = "1.5.0", default-features = false } diff --git a/gix-trace/CHANGELOG.md b/gix-trace/CHANGELOG.md index fc5bd4c2dd2..d1d8484dc60 100644 --- a/gix-trace/CHANGELOG.md +++ b/gix-trace/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.1.10 (2024-09-06) A maintenance release without user-facing changes. @@ -13,7 +13,7 @@ A maintenance release without user-facing changes. - - 5 commits contributed to the release over the course of 76 calendar days. + - 6 commits contributed to the release over the course of 76 calendar days. - 145 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
view details * **Uncategorized** + - Prepare changelogs prior to release. ([`c759819`](https://github.com/Byron/gitoxide/commit/c759819666fdad1ba743eed8e9458517f5cdf63c)) - Merge pull request #1557 from Byron/merge-base ([`649f588`](https://github.com/Byron/gitoxide/commit/649f5882cbebadf1133fa5f310e09b4aab77217e)) - Allow empty-docs ([`beba720`](https://github.com/Byron/gitoxide/commit/beba7204a50a84b30e3eb81413d968920599e226)) - Merge branch 'global-lints' ([`37ba461`](https://github.com/Byron/gitoxide/commit/37ba4619396974ec9cc41d1e882ac5efaf3816db)) diff --git a/gix-trace/Cargo.toml b/gix-trace/Cargo.toml index e3cd897bddc..9583d92b8c2 100644 --- a/gix-trace/Cargo.toml +++ b/gix-trace/Cargo.toml @@ -4,7 +4,7 @@ lints.workspace = true name = "gix-trace" description = "A crate to provide minimal `tracing` support that can be turned off to zero cost" repository = "https://github.com/Byron/gitoxide" -version = "0.1.9" +version = "0.1.10" authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" edition = "2021" diff --git a/gix-url/Cargo.toml b/gix-url/Cargo.toml index e8a43a65336..ef1ea9b0de7 100644 --- a/gix-url/Cargo.toml +++ b/gix-url/Cargo.toml @@ -20,7 +20,7 @@ serde = ["dep:serde", "bstr/serde"] [dependencies] gix-features = { version = "^0.38.1", path = "../gix-features" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] } thiserror = "1.0.32" diff --git a/gix-worktree-state/Cargo.toml b/gix-worktree-state/Cargo.toml index 483f5921536..fb15f3ad1f6 100644 --- a/gix-worktree-state/Cargo.toml +++ b/gix-worktree-state/Cargo.toml @@ -22,7 +22,7 @@ gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-object = { version = "^0.44.0", path = "../gix-object" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-features = { version = "^0.38.2", path = "../gix-features" } gix-filter = { version = "^0.13.0", path = "../gix-filter" } diff --git a/gix-worktree-stream/Cargo.toml b/gix-worktree-stream/Cargo.toml index e0c208934c6..572fb584d6c 100644 --- a/gix-worktree-stream/Cargo.toml +++ b/gix-worktree-stream/Cargo.toml @@ -22,7 +22,7 @@ gix-attributes = { version = "^0.22.5", path = "../gix-attributes" } gix-filter = { version = "^0.13.0", path = "../gix-filter" } gix-traverse = { version = "^0.41.0", path = "../gix-traverse" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } thiserror = "1.0.26" parking_lot = "0.12.1" diff --git a/gix-worktree/Cargo.toml b/gix-worktree/Cargo.toml index a3bd311ccc9..b4837625a57 100644 --- a/gix-worktree/Cargo.toml +++ b/gix-worktree/Cargo.toml @@ -28,7 +28,7 @@ gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-object = { version = "^0.44.0", path = "../gix-object" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-attributes = { version = "^0.22.5", path = "../gix-attributes", optional = true } gix-validate = { version = "^0.9.0", path = "../gix-validate", optional = true } gix-ignore = { version = "^0.11.4", path = "../gix-ignore" } diff --git a/gix/Cargo.toml b/gix/Cargo.toml index db6616465c2..9fd24a60b04 100644 --- a/gix/Cargo.toml +++ b/gix/Cargo.toml @@ -333,7 +333,7 @@ gix-revision = { version = "^0.29.0", path = "../gix-revision", default-features gix-revwalk = { version = "^0.15.0", path = "../gix-revwalk" } gix-negotiate = { version = "^0.15.0", path = "../gix-negotiate", optional = true } -gix-path = { version = "^0.10.10", path = "../gix-path" } +gix-path = { version = "^0.10.11", path = "../gix-path" } gix-url = { version = "^0.27.5", path = "../gix-url" } gix-traverse = { version = "^0.41.0", path = "../gix-traverse" } gix-diff = { version = "^0.46.0", path = "../gix-diff", default-features = false } @@ -342,7 +342,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = [ "progress", "once_cell", ] } -gix-trace = { version = "^0.1.9", path = "../gix-trace" } +gix-trace = { version = "^0.1.10", path = "../gix-trace" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } gix-credentials = { version = "^0.24.5", path = "../gix-credentials", optional = true }