diff --git a/CHANGELOG.md b/CHANGELOG.md index 144e26b04b7..a94803c8573 100644 --- a/CHANGELOG.md +++ b/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.33.0 (2023-12-29) ### New Features diff --git a/Cargo.lock b/Cargo.lock index 93799c27071..df022337317 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,7 +1256,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gitoxide" -version = "0.32.0" +version = "0.33.0" dependencies = [ "anyhow", "clap", @@ -1267,7 +1267,7 @@ dependencies = [ "futures-lite 2.1.0", "gitoxide-core", "gix", - "gix-features 0.36.1", + "gix-features 0.37.0", "is-terminal", "once_cell", "owo-colors", @@ -1283,7 +1283,7 @@ dependencies = [ [[package]] name = "gitoxide-core" -version = "0.34.0" +version = "0.35.0" dependencies = [ "anyhow", "async-io 2.2.2", @@ -1322,57 +1322,57 @@ dependencies = [ [[package]] name = "gix" -version = "0.56.0" +version = "0.57.0" dependencies = [ "anyhow", "async-std", "curl", "document-features", - "gix-actor 0.28.1", + "gix-actor 0.29.0", "gix-archive", - "gix-attributes 0.20.1", + "gix-attributes 0.21.0", "gix-command", - "gix-commitgraph 0.22.1", + "gix-commitgraph 0.23.0", "gix-config", "gix-credentials", - "gix-date 0.8.1", + "gix-date 0.8.2", "gix-diff", - "gix-discover 0.27.0", - "gix-features 0.36.1", + "gix-discover 0.28.0", + "gix-features 0.37.0", "gix-filter", - "gix-fs 0.8.1", - "gix-glob 0.14.1", - "gix-hash 0.13.3", - "gix-hashtable 0.4.1", - "gix-ignore 0.9.1", - "gix-index 0.27.1", - "gix-lock 11.0.1", + "gix-fs 0.9.0", + "gix-glob 0.15.0", + "gix-hash 0.14.0", + "gix-hashtable 0.5.0", + "gix-ignore 0.10.0", + "gix-index 0.28.0", + "gix-lock 12.0.0", "gix-macros", "gix-mailmap", "gix-negotiate", - "gix-object 0.39.0", + "gix-object 0.40.0", "gix-odb", "gix-pack", - "gix-path 0.10.1", + "gix-path 0.10.2", "gix-pathspec", "gix-prompt", "gix-protocol", - "gix-ref 0.39.1", + "gix-ref 0.40.0", "gix-refspec", "gix-revision", - "gix-revwalk 0.10.0", - "gix-sec 0.10.1", + "gix-revwalk 0.11.0", + "gix-sec 0.10.2", "gix-status", "gix-submodule", - "gix-tempfile 11.0.1", + "gix-tempfile 12.0.0", "gix-testtools", - "gix-trace 0.1.4", + "gix-trace 0.1.5", "gix-transport", - "gix-traverse 0.35.0", + "gix-traverse 0.36.0", "gix-url", - "gix-utils 0.1.6", - "gix-validate 0.8.1", - "gix-worktree 0.28.0", + "gix-utils 0.1.7", + "gix-validate 0.8.2", + "gix-worktree 0.29.0", "gix-worktree-state", "gix-worktree-stream", "is_ci", @@ -1398,7 +1398,7 @@ checksum = "08c60e982c5290897122d4e2622447f014a2dadd5a18cb73d50bb91b31645e27" dependencies = [ "bstr", "btoi", - "gix-date 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-date 0.8.1", "itoa", "thiserror", "winnow", @@ -1407,51 +1407,51 @@ dependencies = [ [[package]] name = "gix-actor" version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eadca029ef716b4378f7afb19f7ee101fde9e58ba1f1445971315ac866db417" dependencies = [ "bstr", "btoi", - "document-features", "gix-date 0.8.1", - "gix-features 0.36.1", - "gix-hash 0.13.3", - "gix-testtools", "itoa", - "pretty_assertions", - "serde", "thiserror", "winnow", ] [[package]] name = "gix-actor" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eadca029ef716b4378f7afb19f7ee101fde9e58ba1f1445971315ac866db417" +version = "0.29.0" dependencies = [ "bstr", "btoi", - "gix-date 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "document-features", + "gix-date 0.8.2", + "gix-features 0.37.0", + "gix-hash 0.14.0", + "gix-testtools", "itoa", + "pretty_assertions", + "serde", "thiserror", "winnow", ] [[package]] name = "gix-archive" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bstr", "document-features", "flate2", - "gix-attributes 0.20.1", - "gix-date 0.8.1", + "gix-attributes 0.21.0", + "gix-date 0.8.2", "gix-filter", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-odb", - "gix-path 0.10.1", + "gix-path 0.10.2", "gix-testtools", - "gix-worktree 0.28.0", + "gix-worktree 0.29.0", "gix-worktree-stream", "tar", "thiserror", @@ -1468,9 +1468,9 @@ dependencies = [ "bstr", "byteyarn", "gix-glob 0.13.0", - "gix-path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-quote 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-trace 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.1", + "gix-quote 0.4.8", + "gix-trace 0.1.4", "smallvec", "thiserror", "unicode-bom", @@ -1478,16 +1478,16 @@ dependencies = [ [[package]] name = "gix-attributes" -version = "0.20.1" +version = "0.21.0" dependencies = [ "bstr", "document-features", - "gix-fs 0.8.1", - "gix-glob 0.14.1", - "gix-path 0.10.1", - "gix-quote 0.4.8", + "gix-fs 0.9.0", + "gix-glob 0.15.0", + "gix-path 0.10.2", + "gix-quote 0.4.9", "gix-testtools", - "gix-trace 0.1.4", + "gix-trace 0.1.5", "kstring", "serde", "smallvec", @@ -1498,44 +1498,44 @@ dependencies = [ [[package]] name = "gix-bitmap" version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d49e1a13a30d3f88be4bceae184dd13a2d3fb9ffa7515f7ed7ae771b857f4916" dependencies = [ - "gix-testtools", "thiserror", ] [[package]] name = "gix-bitmap" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d49e1a13a30d3f88be4bceae184dd13a2d3fb9ffa7515f7ed7ae771b857f4916" +version = "0.2.9" dependencies = [ + "gix-testtools", "thiserror", ] [[package]] name = "gix-chunk" version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d411ecd9b558b0c20b3252b7e409eec48eabc41d18324954fe526bac6e2db55f" dependencies = [ "thiserror", ] [[package]] name = "gix-chunk" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d411ecd9b558b0c20b3252b7e409eec48eabc41d18324954fe526bac6e2db55f" +version = "0.4.6" dependencies = [ "thiserror", ] [[package]] name = "gix-command" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bstr", - "gix-path 0.10.1", + "gix-path 0.10.2", "gix-testtools", - "gix-trace 0.1.4", + "gix-trace 0.1.5", "shell-words", ] @@ -1546,23 +1546,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e75a975ee22cf0a002bfe9b5d5cb3d2a88e263a8a178cd7509133cff10f4df8a" dependencies = [ "bstr", - "gix-chunk 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-chunk 0.4.5", "gix-features 0.35.0", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.13.3", "memmap2 0.7.1", "thiserror", ] [[package]] name = "gix-commitgraph" -version = "0.22.1" +version = "0.23.0" dependencies = [ "bstr", "document-features", - "gix-chunk 0.4.5", - "gix-date 0.8.1", - "gix-features 0.36.1", - "gix-hash 0.13.3", + "gix-chunk 0.4.6", + "gix-date 0.8.2", + "gix-features 0.37.0", + "gix-hash 0.14.0", "gix-testtools", "memmap2 0.9.3", "serde", @@ -1571,17 +1571,17 @@ dependencies = [ [[package]] name = "gix-config" -version = "0.32.1" +version = "0.33.0" dependencies = [ "bstr", "criterion", "document-features", "gix-config-value", - "gix-features 0.36.1", - "gix-glob 0.14.1", - "gix-path 0.10.1", - "gix-ref 0.39.1", - "gix-sec 0.10.1", + "gix-features 0.37.0", + "gix-glob 0.15.0", + "gix-path 0.10.2", + "gix-ref 0.40.0", + "gix-sec 0.10.2", "memchr", "once_cell", "serde", @@ -1598,21 +1598,21 @@ dependencies = [ "bstr", "gix", "gix-config", - "gix-path 0.10.1", - "gix-ref 0.39.1", - "gix-sec 0.10.1", + "gix-path 0.10.2", + "gix-ref 0.40.0", + "gix-sec 0.10.2", "gix-testtools", "serial_test", ] [[package]] name = "gix-config-value" -version = "0.14.1" +version = "0.14.2" dependencies = [ "bitflags 2.4.1", "bstr", "document-features", - "gix-path 0.10.1", + "gix-path 0.10.2", "libc", "serde", "thiserror", @@ -1620,17 +1620,17 @@ dependencies = [ [[package]] name = "gix-credentials" -version = "0.22.0" +version = "0.23.0" dependencies = [ "bstr", "document-features", "gix-command", "gix-config-value", - "gix-path 0.10.1", + "gix-path 0.10.2", "gix-prompt", - "gix-sec 0.10.1", + "gix-sec 0.10.2", "gix-testtools", - "gix-trace 0.1.4", + "gix-trace 0.1.5", "gix-url", "serde", "thiserror", @@ -1639,46 +1639,46 @@ dependencies = [ [[package]] name = "gix-date" version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "468dfbe411f335f01525a1352271727f8e7772075a93fa747260f502086b30be" dependencies = [ "bstr", - "document-features", - "gix-hash 0.13.3", - "gix-testtools", "itoa", - "once_cell", - "serde", "thiserror", "time", ] [[package]] name = "gix-date" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "468dfbe411f335f01525a1352271727f8e7772075a93fa747260f502086b30be" +version = "0.8.2" dependencies = [ "bstr", + "document-features", + "gix-hash 0.14.0", + "gix-testtools", "itoa", + "once_cell", + "serde", "thiserror", "time", ] [[package]] name = "gix-diff" -version = "0.38.0" +version = "0.39.0" dependencies = [ "bstr", "document-features", "getrandom", "gix-command", "gix-filter", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-object 0.39.0", - "gix-path 0.10.1", - "gix-tempfile 11.0.1", - "gix-trace 0.1.4", - "gix-worktree 0.28.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", + "gix-path 0.10.2", + "gix-tempfile 12.0.0", + "gix-trace 0.1.5", + "gix-worktree 0.29.0", "imara-diff", "serde", "thiserror", @@ -1690,13 +1690,13 @@ version = "0.0.0" dependencies = [ "gix-diff", "gix-filter", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-odb", "gix-testtools", - "gix-traverse 0.35.0", - "gix-worktree 0.28.0", + "gix-traverse 0.36.0", + "gix-worktree 0.29.0", "shell-words", ] @@ -1708,24 +1708,24 @@ checksum = "a45d5cf0321178883e38705ab2b098f625d609a7d4c391b33ac952eff2c490f2" dependencies = [ "bstr", "dunce", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.13.3", + "gix-path 0.10.1", "gix-ref 0.38.0", - "gix-sec 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-sec 0.10.1", "thiserror", ] [[package]] name = "gix-discover" -version = "0.27.0" +version = "0.28.0" dependencies = [ "bstr", "defer", "dunce", - "gix-hash 0.13.3", - "gix-path 0.10.1", - "gix-ref 0.39.1", - "gix-sec 0.10.1", + "gix-hash 0.14.0", + "gix-path 0.10.2", + "gix-ref 0.40.0", + "gix-sec 0.10.2", "gix-testtools", "is_ci", "serial_test", @@ -1739,8 +1739,8 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b9ff423ae4983f762659040d13dd7a5defbd54b6a04ac3cc7347741cec828cd" dependencies = [ - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-trace 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.13.3", + "gix-trace 0.1.4", "libc", "prodash 26.2.2", "sha1_smol", @@ -1749,6 +1749,20 @@ dependencies = [ [[package]] name = "gix-features" version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d46a4a5c6bb5bebec9c0d18b65ada20e6517dbd7cf855b87dd4bbdce3a771b2" +dependencies = [ + "gix-hash 0.13.3", + "gix-trace 0.1.4", + "libc", + "prodash 26.2.2", + "sha1_smol", + "walkdir", +] + +[[package]] +name = "gix-features" +version = "0.37.0" dependencies = [ "bstr", "bytes", @@ -1757,8 +1771,8 @@ dependencies = [ "crossbeam-channel", "document-features", "flate2", - "gix-hash 0.13.3", - "gix-trace 0.1.4", + "gix-hash 0.14.0", + "gix-trace 0.1.5", "jwalk", "libc", "once_cell", @@ -1770,41 +1784,27 @@ dependencies = [ "walkdir", ] -[[package]] -name = "gix-features" -version = "0.36.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d46a4a5c6bb5bebec9c0d18b65ada20e6517dbd7cf855b87dd4bbdce3a771b2" -dependencies = [ - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-trace 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "libc", - "prodash 26.2.2", - "sha1_smol", - "walkdir", -] - [[package]] name = "gix-fetchhead" version = "0.0.0" [[package]] name = "gix-filter" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bstr", "encoding_rs", - "gix-attributes 0.20.1", + "gix-attributes 0.21.0", "gix-command", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-packetline-blocking", - "gix-path 0.10.1", - "gix-quote 0.4.8", + "gix-path 0.10.2", + "gix-quote 0.4.9", "gix-testtools", - "gix-trace 0.1.4", - "gix-utils 0.1.6", - "gix-worktree 0.28.0", + "gix-trace 0.1.5", + "gix-utils 0.1.7", + "gix-worktree 0.29.0", "serial_test", "smallvec", "thiserror", @@ -1822,28 +1822,28 @@ dependencies = [ [[package]] name = "gix-fs" version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20e86eb040f5776a5ade092282e51cdcad398adb77d948b88d17583c2ae4e107" dependencies = [ "gix-features 0.36.1", - "serde", - "tempfile", ] [[package]] name = "gix-fs" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20e86eb040f5776a5ade092282e51cdcad398adb77d948b88d17583c2ae4e107" +version = "0.9.0" dependencies = [ - "gix-features 0.36.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.37.0", + "serde", + "tempfile", ] [[package]] name = "gix-fsck" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "gix-hash 0.13.3", - "gix-hashtable 0.4.1", - "gix-object 0.39.0", + "gix-hash 0.14.0", + "gix-hashtable 0.5.0", + "gix-object 0.40.0", "gix-odb", "gix-testtools", ] @@ -1857,18 +1857,18 @@ dependencies = [ "bitflags 2.4.1", "bstr", "gix-features 0.35.0", - "gix-path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.1", ] [[package]] name = "gix-glob" -version = "0.14.1" +version = "0.15.0" dependencies = [ "bitflags 2.4.1", "bstr", "document-features", - "gix-features 0.36.1", - "gix-path 0.10.1", + "gix-features 0.37.0", + "gix-path 0.10.2", "gix-testtools", "serde", ] @@ -1876,28 +1876,30 @@ dependencies = [ [[package]] name = "gix-hash" version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f8cf8c2266f63e582b7eb206799b63aa5fa68ee510ad349f637dfe2d0653de0" dependencies = [ - "document-features", "faster-hex", - "gix-features 0.36.1", - "gix-testtools", - "serde", "thiserror", ] [[package]] name = "gix-hash" -version = "0.13.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8cf8c2266f63e582b7eb206799b63aa5fa68ee510ad349f637dfe2d0653de0" +version = "0.14.0" dependencies = [ + "document-features", "faster-hex", + "gix-features 0.37.0", + "gix-testtools", + "serde", "thiserror", ] [[package]] name = "gix-hashtable" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "feb61880816d7ec4f0b20606b498147d480860ddd9133ba542628df2f548d3ca" dependencies = [ "gix-hash 0.13.3", "hashbrown 0.14.3", @@ -1906,11 +1908,9 @@ dependencies = [ [[package]] name = "gix-hashtable" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feb61880816d7ec4f0b20606b498147d480860ddd9133ba542628df2f548d3ca" +version = "0.5.0" dependencies = [ - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.14.0", "hashbrown 0.14.3", "parking_lot", ] @@ -1923,19 +1923,19 @@ checksum = "b048f443a1f6b02da4205c34d2e287e3fd45d75e8e2f06cfb216630ea9bff5e3" dependencies = [ "bstr", "gix-glob 0.13.0", - "gix-path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.1", "unicode-bom", ] [[package]] name = "gix-ignore" -version = "0.9.1" +version = "0.10.0" dependencies = [ "bstr", "document-features", - "gix-fs 0.8.1", - "gix-glob 0.14.1", - "gix-path 0.10.1", + "gix-fs 0.9.0", + "gix-glob 0.15.0", + "gix-path 0.10.2", "gix-testtools", "serde", "unicode-bom", @@ -1951,10 +1951,10 @@ dependencies = [ "bstr", "btoi", "filetime", - "gix-bitmap 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-bitmap 0.2.8", "gix-features 0.35.0", "gix-fs 0.7.0", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.13.3", "gix-lock 10.0.0", "gix-object 0.37.0", "gix-traverse 0.33.0", @@ -1966,20 +1966,20 @@ dependencies = [ [[package]] name = "gix-index" -version = "0.27.1" +version = "0.28.0" dependencies = [ "bitflags 2.4.1", "bstr", "btoi", "document-features", "filetime", - "gix-bitmap 0.2.8", - "gix-features 0.36.1", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-lock 11.0.1", - "gix-object 0.39.0", - "gix-traverse 0.35.0", + "gix-bitmap 0.2.9", + "gix-features 0.37.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-lock 12.0.0", + "gix-object 0.40.0", + "gix-traverse 0.36.0", "itoa", "libc", "memmap2 0.9.3", @@ -1996,9 +1996,9 @@ dependencies = [ "bstr", "filetime", "gix", - "gix-features 0.36.1", - "gix-hash 0.13.3", - "gix-index 0.27.1", + "gix-features 0.37.0", + "gix-hash 0.14.0", + "gix-index 0.28.0", "gix-testtools", ] @@ -2013,34 +2013,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47fc96fa8b6b6d33555021907c81eb3b27635daecf6e630630bdad44f8feaa95" dependencies = [ "gix-tempfile 10.0.0", - "gix-utils 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-utils 0.1.6", "thiserror", ] [[package]] name = "gix-lock" version = "11.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e5c65e6a29830a435664891ced3f3c1af010f14900226019590ee0971a22f37" dependencies = [ "gix-tempfile 11.0.1", "gix-utils 0.1.6", - "tempfile", "thiserror", ] [[package]] name = "gix-lock" -version = "11.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e5c65e6a29830a435664891ced3f3c1af010f14900226019590ee0971a22f37" +version = "12.0.0" dependencies = [ - "gix-tempfile 11.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-utils 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-tempfile 12.0.0", + "gix-utils 0.1.7", + "tempfile", "thiserror", ] [[package]] name = "gix-macros" -version = "0.1.1" +version = "0.1.2" dependencies = [ "proc-macro2", "quote", @@ -2050,12 +2050,12 @@ dependencies = [ [[package]] name = "gix-mailmap" -version = "0.20.1" +version = "0.21.0" dependencies = [ "bstr", "document-features", - "gix-actor 0.28.1", - "gix-date 0.8.1", + "gix-actor 0.29.0", + "gix-date 0.8.2", "gix-testtools", "serde", "thiserror", @@ -2063,16 +2063,16 @@ dependencies = [ [[package]] name = "gix-negotiate" -version = "0.10.0" +version = "0.11.0" dependencies = [ "bitflags 2.4.1", - "gix-commitgraph 0.22.1", - "gix-date 0.8.1", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-commitgraph 0.23.0", + "gix-date 0.8.2", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-odb", - "gix-ref 0.39.1", - "gix-revwalk 0.10.0", + "gix-ref 0.40.0", + "gix-revwalk 0.11.0", "gix-testtools", "smallvec", "thiserror", @@ -2091,10 +2091,10 @@ dependencies = [ "bstr", "btoi", "gix-actor 0.27.0", - "gix-date 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-date 0.8.1", "gix-features 0.35.0", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-validate 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.13.3", + "gix-validate 0.8.1", "itoa", "smallvec", "thiserror", @@ -2109,11 +2109,11 @@ checksum = "740f2a44267f58770a1cb3a3d01d14e67b089c7136c48d4bddbb3cfd2bf86a51" dependencies = [ "bstr", "btoi", - "gix-actor 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-date 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-features 0.36.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-validate 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-actor 0.28.1", + "gix-date 0.8.1", + "gix-features 0.36.1", + "gix-hash 0.13.3", + "gix-validate 0.8.1", "itoa", "smallvec", "thiserror", @@ -2122,18 +2122,18 @@ dependencies = [ [[package]] name = "gix-object" -version = "0.39.0" +version = "0.40.0" dependencies = [ "bstr", "btoi", "criterion", "document-features", - "gix-actor 0.28.1", - "gix-date 0.8.1", - "gix-features 0.36.1", - "gix-hash 0.13.3", + "gix-actor 0.29.0", + "gix-date 0.8.2", + "gix-features 0.37.0", + "gix-hash 0.14.0", "gix-testtools", - "gix-validate 0.8.1", + "gix-validate 0.8.2", "itoa", "pretty_assertions", "serde", @@ -2144,17 +2144,17 @@ dependencies = [ [[package]] name = "gix-odb" -version = "0.55.0" +version = "0.56.0" dependencies = [ "arc-swap", "document-features", - "gix-date 0.8.1", - "gix-features 0.36.1", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-date 0.8.2", + "gix-features 0.37.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-pack", - "gix-path 0.10.1", - "gix-quote 0.4.8", + "gix-path 0.10.2", + "gix-quote 0.4.9", "parking_lot", "serde", "tempfile", @@ -2166,11 +2166,11 @@ name = "gix-odb-tests" version = "0.0.0" dependencies = [ "filetime", - "gix-actor 0.28.1", - "gix-date 0.8.1", - "gix-features 0.36.1", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-actor 0.29.0", + "gix-date 0.8.2", + "gix-features 0.37.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-odb", "gix-pack", "gix-testtools", @@ -2180,20 +2180,20 @@ dependencies = [ [[package]] name = "gix-pack" -version = "0.45.0" +version = "0.46.0" dependencies = [ "clru", "document-features", - "gix-chunk 0.4.5", + "gix-chunk 0.4.6", "gix-diff", - "gix-features 0.36.1", - "gix-hash 0.13.3", - "gix-hashtable 0.4.1", - "gix-object 0.39.0", - "gix-path 0.10.1", - "gix-tempfile 11.0.1", + "gix-features 0.37.0", + "gix-hash 0.14.0", + "gix-hashtable 0.5.0", + "gix-object 0.40.0", + "gix-path 0.10.2", + "gix-tempfile 12.0.0", "gix-testtools", - "gix-traverse 0.35.0", + "gix-traverse 0.36.0", "memmap2 0.9.3", "parking_lot", "serde", @@ -2207,20 +2207,20 @@ name = "gix-pack-tests" version = "0.0.0" dependencies = [ "bstr", - "gix-features 0.36.1", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-features 0.37.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-odb", "gix-pack", "gix-testtools", - "gix-traverse 0.35.0", + "gix-traverse 0.36.0", "maplit", "memmap2 0.9.3", ] [[package]] name = "gix-packetline" -version = "0.17.0" +version = "0.17.1" dependencies = [ "async-std", "bstr", @@ -2228,10 +2228,10 @@ dependencies = [ "faster-hex", "futures-io", "futures-lite 2.1.0", - "gix-hash 0.13.3", + "gix-hash 0.14.0", "gix-odb", "gix-pack", - "gix-trace 0.1.4", + "gix-trace 0.1.5", "maybe-async", "pin-project-lite", "serde", @@ -2240,12 +2240,12 @@ dependencies = [ [[package]] name = "gix-packetline-blocking" -version = "0.17.0" +version = "0.17.1" dependencies = [ "bstr", "document-features", "faster-hex", - "gix-trace 0.1.4", + "gix-trace 0.1.5", "serde", "thiserror", ] @@ -2253,38 +2253,38 @@ dependencies = [ [[package]] name = "gix-path" version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d86d6fac2fabe07b67b7835f46d07571f68b11aa1aaecae94fe722ea4ef305e1" dependencies = [ "bstr", "gix-trace 0.1.4", "home", "once_cell", - "tempfile", "thiserror", ] [[package]] name = "gix-path" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d86d6fac2fabe07b67b7835f46d07571f68b11aa1aaecae94fe722ea4ef305e1" +version = "0.10.2" dependencies = [ "bstr", - "gix-trace 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-trace 0.1.5", "home", "once_cell", + "tempfile", "thiserror", ] [[package]] name = "gix-pathspec" -version = "0.4.1" +version = "0.5.0" dependencies = [ "bitflags 2.4.1", "bstr", - "gix-attributes 0.20.1", + "gix-attributes 0.21.0", "gix-config-value", - "gix-glob 0.14.1", - "gix-path 0.10.1", + "gix-glob 0.15.0", + "gix-path 0.10.2", "gix-testtools", "once_cell", "serial_test", @@ -2293,7 +2293,7 @@ dependencies = [ [[package]] name = "gix-prompt" -version = "0.8.0" +version = "0.8.1" dependencies = [ "expectrl", "gix-command", @@ -2307,7 +2307,7 @@ dependencies = [ [[package]] name = "gix-protocol" -version = "0.42.0" +version = "0.43.0" dependencies = [ "async-std", "async-trait", @@ -2317,9 +2317,9 @@ dependencies = [ "futures-io", "futures-lite 2.1.0", "gix-credentials", - "gix-date 0.8.1", - "gix-features 0.36.1", - "gix-hash 0.13.3", + "gix-date 0.8.2", + "gix-features 0.37.0", + "gix-hash 0.14.0", "gix-packetline", "gix-testtools", "gix-transport", @@ -2332,6 +2332,8 @@ dependencies = [ [[package]] name = "gix-quote" version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f84845efa535468bc79c5a87b9d29219f1da0313c8ecf0365a5daa7e72786f2" dependencies = [ "bstr", "btoi", @@ -2340,9 +2342,7 @@ dependencies = [ [[package]] name = "gix-quote" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f84845efa535468bc79c5a87b9d29219f1da0313c8ecf0365a5daa7e72786f2" +version = "0.4.9" dependencies = [ "bstr", "btoi", @@ -2359,16 +2359,16 @@ version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ec2f6d07ac88d2fb8007ee3fa3e801856fb9d82e7366ec0ca332eb2c9d74a52" dependencies = [ - "gix-actor 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-date 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-features 0.36.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-fs 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-lock 11.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-actor 0.28.1", + "gix-date 0.8.1", + "gix-features 0.36.1", + "gix-fs 0.8.1", + "gix-hash 0.13.3", + "gix-lock 11.0.1", "gix-object 0.38.0", - "gix-path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-tempfile 11.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-validate 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.1", + "gix-tempfile 11.0.1", + "gix-validate 0.8.1", "memmap2 0.7.1", "thiserror", "winnow", @@ -2376,20 +2376,20 @@ dependencies = [ [[package]] name = "gix-ref" -version = "0.39.1" +version = "0.40.0" dependencies = [ "document-features", - "gix-actor 0.28.1", - "gix-date 0.8.1", - "gix-features 0.36.1", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-lock 11.0.1", - "gix-object 0.39.0", - "gix-path 0.10.1", - "gix-tempfile 11.0.1", + "gix-actor 0.29.0", + "gix-date 0.8.2", + "gix-features 0.37.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-lock 12.0.0", + "gix-object 0.40.0", + "gix-path 0.10.2", + "gix-tempfile 12.0.0", "gix-testtools", - "gix-validate 0.8.1", + "gix-validate 0.8.2", "memmap2 0.9.3", "serde", "thiserror", @@ -2400,48 +2400,48 @@ dependencies = [ name = "gix-ref-tests" version = "0.0.0" dependencies = [ - "gix-actor 0.28.1", - "gix-date 0.8.1", - "gix-discover 0.27.0", - "gix-features 0.36.1", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-lock 11.0.1", - "gix-object 0.39.0", + "gix-actor 0.29.0", + "gix-date 0.8.2", + "gix-discover 0.28.0", + "gix-features 0.37.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-lock 12.0.0", + "gix-object 0.40.0", "gix-odb", - "gix-ref 0.39.1", + "gix-ref 0.40.0", "gix-testtools", - "gix-validate 0.8.1", + "gix-validate 0.8.2", ] [[package]] name = "gix-refspec" -version = "0.20.0" +version = "0.21.0" dependencies = [ "bstr", - "gix-hash 0.13.3", + "gix-hash 0.14.0", "gix-revision", "gix-testtools", - "gix-validate 0.8.1", + "gix-validate 0.8.2", "smallvec", "thiserror", ] [[package]] name = "gix-revision" -version = "0.24.0" +version = "0.25.0" dependencies = [ "bstr", "document-features", - "gix-commitgraph 0.22.1", - "gix-date 0.8.1", - "gix-hash 0.13.3", - "gix-hashtable 0.4.1", - "gix-object 0.39.0", + "gix-commitgraph 0.23.0", + "gix-date 0.8.2", + "gix-hash 0.14.0", + "gix-hashtable 0.5.0", + "gix-object 0.40.0", "gix-odb", - "gix-revwalk 0.10.0", + "gix-revwalk 0.11.0", "gix-testtools", - "gix-trace 0.1.4", + "gix-trace 0.1.5", "serde", "thiserror", ] @@ -2453,9 +2453,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9870c6b1032f2084567710c3b2106ac603377f8d25766b8a6b7c33e6e3ca279" dependencies = [ "gix-commitgraph 0.21.0", - "gix-date 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-hashtable 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-date 0.8.1", + "gix-hash 0.13.3", + "gix-hashtable 0.4.1", "gix-object 0.37.0", "smallvec", "thiserror", @@ -2463,13 +2463,13 @@ dependencies = [ [[package]] name = "gix-revwalk" -version = "0.10.0" +version = "0.11.0" dependencies = [ - "gix-commitgraph 0.22.1", - "gix-date 0.8.1", - "gix-hash 0.13.3", - "gix-hashtable 0.4.1", - "gix-object 0.39.0", + "gix-commitgraph 0.23.0", + "gix-date 0.8.2", + "gix-hash 0.14.0", + "gix-hashtable 0.5.0", + "gix-object 0.40.0", "smallvec", "thiserror", ] @@ -2477,26 +2477,26 @@ dependencies = [ [[package]] name = "gix-sec" version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a36ea2c5907d64a9b4b5d3cc9f430e6c30f0509646b5e38eb275ca57c5bf29e2" dependencies = [ "bitflags 2.4.1", - "document-features", "gix-path 0.10.1", "libc", - "serde", - "tempfile", - "windows 0.52.0", + "windows 0.48.0", ] [[package]] name = "gix-sec" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a36ea2c5907d64a9b4b5d3cc9f430e6c30f0509646b5e38eb275ca57c5bf29e2" +version = "0.10.2" dependencies = [ "bitflags 2.4.1", - "gix-path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "document-features", + "gix-path 0.10.2", "libc", - "windows 0.48.0", + "serde", + "tempfile", + "windows 0.52.0", ] [[package]] @@ -2505,18 +2505,18 @@ version = "0.0.0" [[package]] name = "gix-status" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bstr", "filetime", - "gix-features 0.36.1", + "gix-features 0.37.0", "gix-filter", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-index 0.27.1", - "gix-object 0.39.0", - "gix-path 0.10.1", - "gix-worktree 0.28.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-index 0.28.0", + "gix-object 0.40.0", + "gix-path 0.10.2", + "gix-worktree 0.29.0", "thiserror", ] @@ -2526,11 +2526,11 @@ version = "0.0.0" dependencies = [ "bstr", "filetime", - "gix-features 0.36.1", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-index 0.27.1", - "gix-object 0.39.0", + "gix-features 0.37.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-index 0.28.0", + "gix-object 0.40.0", "gix-pathspec", "gix-status", "gix-testtools", @@ -2538,12 +2538,12 @@ dependencies = [ [[package]] name = "gix-submodule" -version = "0.6.0" +version = "0.7.0" dependencies = [ "bstr", "gix-config", - "gix-features 0.36.1", - "gix-path 0.10.1", + "gix-features 0.37.0", + "gix-path 0.10.2", "gix-pathspec", "gix-refspec", "gix-testtools", @@ -2567,28 +2567,28 @@ dependencies = [ [[package]] name = "gix-tempfile" version = "11.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "388dd29114a86ec69b28d1e26d6d63a662300ecf61ab3f4cc578f7d7dc9e7e23" dependencies = [ - "dashmap", - "document-features", "gix-fs 0.8.1", "libc", "once_cell", "parking_lot", - "signal-hook", - "signal-hook-registry", "tempfile", ] [[package]] name = "gix-tempfile" -version = "11.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388dd29114a86ec69b28d1e26d6d63a662300ecf61ab3f4cc578f7d7dc9e7e23" +version = "12.0.0" dependencies = [ - "gix-fs 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dashmap", + "document-features", + "gix-fs 0.9.0", "libc", "once_cell", "parking_lot", + "signal-hook", + "signal-hook-registry", "tempfile", ] @@ -2601,10 +2601,10 @@ dependencies = [ "fastrand 2.0.1", "fs_extra", "gix-discover 0.26.0", - "gix-fs 0.8.1", + "gix-fs 0.9.0", "gix-ignore 0.8.0", "gix-lock 10.0.0", - "gix-tempfile 11.0.1", + "gix-tempfile 12.0.0", "gix-worktree 0.26.0", "io-close", "is_ci", @@ -2623,20 +2623,20 @@ version = "0.0.0" [[package]] name = "gix-trace" version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b686a35799b53a9825575ca3f06481d0a053a409c4d97ffcf5ddd67a8760b497" + +[[package]] +name = "gix-trace" +version = "0.1.5" dependencies = [ "document-features", "tracing-core", ] -[[package]] -name = "gix-trace" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b686a35799b53a9825575ca3f06481d0a053a409c4d97ffcf5ddd67a8760b497" - [[package]] name = "gix-transport" -version = "0.39.0" +version = "0.40.0" dependencies = [ "async-std", "async-trait", @@ -2649,12 +2649,12 @@ dependencies = [ "futures-lite 2.1.0", "gix-command", "gix-credentials", - "gix-features 0.36.1", - "gix-hash 0.13.3", + "gix-features 0.37.0", + "gix-hash 0.14.0", "gix-pack", "gix-packetline", - "gix-quote 0.4.8", - "gix-sec 0.10.1", + "gix-quote 0.4.9", + "gix-sec 0.10.2", "gix-url", "maybe-async", "pin-project-lite", @@ -2670,9 +2670,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22ef04ab3643acba289b5cedd25d6f53c0430770b1d689d1d654511e6fb81ba0" dependencies = [ "gix-commitgraph 0.21.0", - "gix-date 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", - "gix-hashtable 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-date 0.8.1", + "gix-hash 0.13.3", + "gix-hashtable 0.4.1", "gix-object 0.37.0", "gix-revwalk 0.8.0", "smallvec", @@ -2681,14 +2681,14 @@ dependencies = [ [[package]] name = "gix-traverse" -version = "0.35.0" -dependencies = [ - "gix-commitgraph 0.22.1", - "gix-date 0.8.1", - "gix-hash 0.13.3", - "gix-hashtable 0.4.1", - "gix-object 0.39.0", - "gix-revwalk 0.10.0", +version = "0.36.0" +dependencies = [ + "gix-commitgraph 0.23.0", + "gix-date 0.8.2", + "gix-hash 0.14.0", + "gix-hashtable 0.5.0", + "gix-object 0.40.0", + "gix-revwalk 0.11.0", "smallvec", "thiserror", ] @@ -2697,12 +2697,12 @@ dependencies = [ name = "gix-traverse-tests" version = "0.0.0" dependencies = [ - "gix-commitgraph 0.22.1", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-commitgraph 0.23.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-odb", "gix-testtools", - "gix-traverse 0.35.0", + "gix-traverse 0.36.0", ] [[package]] @@ -2711,13 +2711,13 @@ version = "0.0.0" [[package]] name = "gix-url" -version = "0.25.2" +version = "0.26.0" dependencies = [ "assert_matches", "bstr", "document-features", - "gix-features 0.36.1", - "gix-path 0.10.1", + "gix-features 0.37.0", + "gix-path 0.10.2", "gix-testtools", "home", "serde", @@ -2728,15 +2728,15 @@ dependencies = [ [[package]] name = "gix-utils" version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f82c41937f00e15a1f6cb0b55307f0ca1f77f4407ff2bf440be35aa688c6a3e" dependencies = [ "fastrand 2.0.1", ] [[package]] name = "gix-utils" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f82c41937f00e15a1f6cb0b55307f0ca1f77f4407ff2bf440be35aa688c6a3e" +version = "0.1.7" dependencies = [ "fastrand 2.0.1", ] @@ -2744,19 +2744,19 @@ dependencies = [ [[package]] name = "gix-validate" version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75b7d8e4274be69f284bbc7e6bb2ccf7065dbcdeba22d8c549f2451ae426883f" dependencies = [ "bstr", - "gix-testtools", "thiserror", ] [[package]] name = "gix-validate" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b7d8e4274be69f284bbc7e6bb2ccf7065dbcdeba22d8c549f2451ae426883f" +version = "0.8.2" dependencies = [ "bstr", + "gix-testtools", "thiserror", ] @@ -2771,45 +2771,45 @@ dependencies = [ "gix-features 0.35.0", "gix-fs 0.7.0", "gix-glob 0.13.0", - "gix-hash 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.13.3", "gix-ignore 0.8.0", "gix-index 0.25.0", "gix-object 0.37.0", - "gix-path 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.10.1", ] [[package]] name = "gix-worktree" -version = "0.28.0" +version = "0.29.0" dependencies = [ "bstr", "document-features", - "gix-attributes 0.20.1", - "gix-features 0.36.1", - "gix-fs 0.8.1", - "gix-glob 0.14.1", - "gix-hash 0.13.3", - "gix-ignore 0.9.1", - "gix-index 0.27.1", - "gix-object 0.39.0", - "gix-path 0.10.1", + "gix-attributes 0.21.0", + "gix-features 0.37.0", + "gix-fs 0.9.0", + "gix-glob 0.15.0", + "gix-hash 0.14.0", + "gix-ignore 0.10.0", + "gix-index 0.28.0", + "gix-object 0.40.0", + "gix-path 0.10.2", "serde", ] [[package]] name = "gix-worktree-state" -version = "0.5.0" +version = "0.6.0" dependencies = [ "bstr", - "gix-features 0.36.1", + "gix-features 0.37.0", "gix-filter", - "gix-fs 0.8.1", - "gix-glob 0.14.1", - "gix-hash 0.13.3", - "gix-index 0.27.1", - "gix-object 0.39.0", - "gix-path 0.10.1", - "gix-worktree 0.28.0", + "gix-fs 0.9.0", + "gix-glob 0.15.0", + "gix-hash 0.14.0", + "gix-index 0.28.0", + "gix-object 0.40.0", + "gix-path 0.10.2", + "gix-worktree 0.29.0", "io-close", "thiserror", ] @@ -2818,13 +2818,13 @@ dependencies = [ name = "gix-worktree-state-tests" version = "0.0.0" dependencies = [ - "gix-discover 0.27.0", - "gix-features 0.36.1", + "gix-discover 0.28.0", + "gix-features 0.37.0", "gix-filter", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-index 0.27.1", - "gix-object 0.39.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-index 0.28.0", + "gix-object 0.40.0", "gix-odb", "gix-testtools", "gix-worktree-state", @@ -2835,19 +2835,19 @@ dependencies = [ [[package]] name = "gix-worktree-stream" -version = "0.7.0" +version = "0.8.0" dependencies = [ - "gix-attributes 0.20.1", - "gix-features 0.36.1", + "gix-attributes 0.21.0", + "gix-features 0.37.0", "gix-filter", - "gix-fs 0.8.1", - "gix-hash 0.13.3", - "gix-object 0.39.0", + "gix-fs 0.9.0", + "gix-hash 0.14.0", + "gix-object 0.40.0", "gix-odb", - "gix-path 0.10.1", + "gix-path 0.10.2", "gix-testtools", - "gix-traverse 0.35.0", - "gix-worktree 0.28.0", + "gix-traverse 0.36.0", + "gix-worktree 0.29.0", "parking_lot", "thiserror", ] @@ -2857,19 +2857,19 @@ name = "gix-worktree-tests" version = "0.0.0" dependencies = [ "bstr", - "gix-attributes 0.20.1", - "gix-discover 0.27.0", - "gix-features 0.36.1", - "gix-fs 0.8.1", - "gix-glob 0.14.1", - "gix-hash 0.13.3", - "gix-ignore 0.9.1", - "gix-index 0.27.1", - "gix-object 0.39.0", + "gix-attributes 0.21.0", + "gix-discover 0.28.0", + "gix-features 0.37.0", + "gix-fs 0.9.0", + "gix-glob 0.15.0", + "gix-hash 0.14.0", + "gix-ignore 0.10.0", + "gix-index 0.28.0", + "gix-object 0.40.0", "gix-odb", - "gix-path 0.10.1", + "gix-path 0.10.2", "gix-testtools", - "gix-worktree 0.28.0", + "gix-worktree 0.29.0", "symlink", ] diff --git a/Cargo.toml b/Cargo.toml index a3814485cf0..e898e39f0f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/Byron/gitoxide" authors = ["Sebastian Thiel "] edition = "2021" license = "MIT OR Apache-2.0" -version = "0.32.0" +version = "0.33.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.34.0", path = "gitoxide-core" } -gix-features = { version = "^0.36.1", path = "gix-features" } -gix = { version = "^0.56.0", path = "gix", default-features = false } +gitoxide-core = { version = "^0.35.0", path = "gitoxide-core" } +gix-features = { version = "^0.37.0", path = "gix-features" } +gix = { version = "^0.57.0", path = "gix", default-features = false } time = "0.3.23" clap = { version = "4.1.1", features = ["derive", "cargo"] } diff --git a/gitoxide-core/CHANGELOG.md b/gitoxide-core/CHANGELOG.md index 857b7b4df79..211947fff56 100644 --- a/gitoxide-core/CHANGELOG.md +++ b/gitoxide-core/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.35.0 (2023-12-29) ### New Features @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 13 commits contributed to the release over the course of 21 calendar days. + - 14 commits contributed to the release over the course of 21 calendar days. - 22 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: [#1172](https://github.com/Byron/gitoxide/issues/1172), [#1177](https://github.com/Byron/gitoxide/issues/1177) @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1177](https://github.com/Byron/gitoxide/issues/1177)** - Leave extensions in place if they are not `.git` when using `gix clone `. ([`0bc9568`](https://github.com/Byron/gitoxide/commit/0bc95684c32a053de22c06e6e45c8de5704fd8fb)) * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade sysinfo ([`e06ab59`](https://github.com/Byron/gitoxide/commit/e06ab59e1377aeeef83d107c41c0d1d144571153)) - Merge branch 'tracking-branch' ([`0fe20e8`](https://github.com/Byron/gitoxide/commit/0fe20e80145419e1662f869657dabf689786395f)) diff --git a/gitoxide-core/Cargo.toml b/gitoxide-core/Cargo.toml index 0f4fcbe6fd5..a756911e195 100644 --- a/gitoxide-core/Cargo.toml +++ b/gitoxide-core/Cargo.toml @@ -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.34.0" +version = "0.35.0" authors = ["Sebastian Thiel "] 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.56.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.45.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.39.0", path = "../gix-transport", default-features = false } -gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.7.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } -gix-status = { version = "^0.3.0", path = "../gix-status" } -gix-fsck = { version = "^0.1.0", path = "../gix-fsck" } +gix = { version = "^0.57.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.46.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.40.0", path = "../gix-transport", default-features = false } +gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.8.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } +gix-status = { version = "^0.4.0", path = "../gix-status" } +gix-fsck = { version = "^0.2.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.25.2", path = "../gix-url", optional = true } +gix-url = { version = "^0.26.0", path = "../gix-url", optional = true } jwalk = { version = "0.8.0", optional = true } # for 'hours' diff --git a/gix-actor/CHANGELOG.md b/gix-actor/CHANGELOG.md index bb5be39ea47..9478bf6d6cc 100644 --- a/gix-actor/CHANGELOG.md +++ b/gix-actor/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.29.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-actor/Cargo.toml b/gix-actor/Cargo.toml index b0c8e351d1c..6b3309b36da 100644 --- a/gix-actor/Cargo.toml +++ b/gix-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-actor" -version = "0.28.1" +version = "0.29.0" description = "A way to identify git actors" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" @@ -17,8 +17,8 @@ doctest = false serde = ["dep:serde", "bstr/serde", "gix-date/serde"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", optional = true } -gix-date = { version = "^0.8.1", path = "../gix-date" } +gix-features = { version = "^0.37.0", path = "../gix-features", optional = true } +gix-date = { version = "^0.8.2", path = "../gix-date" } thiserror = "1.0.38" btoi = "0.4.2" diff --git a/gix-archive/CHANGELOG.md b/gix-archive/CHANGELOG.md index 680c9986dc0..63467d5860c 100644 --- a/gix-archive/CHANGELOG.md +++ b/gix-archive/CHANGELOG.md @@ -5,7 +5,9 @@ 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.8.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index 3dc4e20726b..9903f7e75b3 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-archive" -version = "0.7.0" +version = "0.8.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "archive generation from of a worktree stream" @@ -25,10 +25,10 @@ zip = ["dep:zip", "dep:time"] [dependencies] -gix-worktree-stream = { version = "^0.7.0", path = "../gix-worktree-stream" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-path = { version = "^0.10.1", path = "../gix-path", optional = true } -gix-date = { version = "^0.8.1", path = "../gix-date" } +gix-worktree-stream = { version = "^0.8.0", path = "../gix-worktree-stream" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-path = { version = "^0.10.2", path = "../gix-path", optional = true } +gix-date = { version = "^0.8.2", path = "../gix-date" } flate2 = { version = "1.0.26", optional = true } zip = { version = "0.6.6", optional = true, default-features = false, features = ["deflate", "time"] } diff --git a/gix-attributes/CHANGELOG.md b/gix-attributes/CHANGELOG.md index b3d3b52dccf..dd96b11445d 100644 --- a/gix-attributes/CHANGELOG.md +++ b/gix-attributes/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.21.0 (2023-12-29) @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'fuzz-gix-ref' ([`8ee1194`](https://github.com/Byron/gitoxide/commit/8ee119442b2ff4b846a34b57a222a6abdf6c95d8)) diff --git a/gix-attributes/Cargo.toml b/gix-attributes/Cargo.toml index 45c57dd60ab..c2c3f68df36 100644 --- a/gix-attributes/Cargo.toml +++ b/gix-attributes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-attributes" -version = "0.20.1" +version = "0.21.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing .gitattributes files" @@ -17,10 +17,10 @@ doctest = false serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"] [dependencies] -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-quote = { version = "^0.4.8", path = "../gix-quote" } -gix-glob = { version = "^0.14.1", path = "../gix-glob" } -gix-trace = { version = "^0.1.4", path = "../gix-trace" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-quote = { version = "^0.4.9", path = "../gix-quote" } +gix-glob = { version = "^0.15.0", path = "../gix-glob" } +gix-trace = { version = "^0.1.5", path = "../gix-trace" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]} smallvec = "1.10.0" diff --git a/gix-bitmap/CHANGELOG.md b/gix-bitmap/CHANGELOG.md index aa0000dab9d..42eba9cbca4 100644 --- a/gix-bitmap/CHANGELOG.md +++ b/gix-bitmap/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.2.9 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-bitmap/Cargo.toml b/gix-bitmap/Cargo.toml index b25da5fda6e..d00edb3f09a 100644 --- a/gix-bitmap/Cargo.toml +++ b/gix-bitmap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-bitmap" -version = "0.2.8" +version = "0.2.9" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dedicated implementing the standard git bitmap format" diff --git a/gix-chunk/CHANGELOG.md b/gix-chunk/CHANGELOG.md index 2595c1293bc..4bd1f17f427 100644 --- a/gix-chunk/CHANGELOG.md +++ b/gix-chunk/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.4.6 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-chunk/Cargo.toml b/gix-chunk/Cargo.toml index 6b136637f2b..7735f37a013 100644 --- a/gix-chunk/Cargo.toml +++ b/gix-chunk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-chunk" -version = "0.4.5" +version = "0.4.6" description = "Interact with the git chunk file format used in multi-pack index and commit-graph files" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" diff --git a/gix-command/CHANGELOG.md b/gix-command/CHANGELOG.md index c3eaa85d3ce..a61dc32eec4 100644 --- a/gix-command/CHANGELOG.md +++ b/gix-command/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.3.1 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-command/Cargo.toml b/gix-command/Cargo.toml index 7d8b3d50ba9..11729d1741d 100644 --- a/gix-command/Cargo.toml +++ b/gix-command/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-command" -version = "0.3.0" +version = "0.3.1" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project handling internal git command execution" @@ -13,8 +13,8 @@ include = ["src/lib.rs", "LICENSE-*"] doctest = false [dependencies] -gix-trace = { version = "^0.1.4", path = "../gix-trace" } -gix-path = { version = "^0.10.1", path = "../gix-path" } +gix-trace = { version = "^0.1.5", path = "../gix-trace" } +gix-path = { version = "^0.10.2", path = "../gix-path" } bstr = { version = "1.5.0", default-features = false, features = ["std"] } shell-words = "1.0" diff --git a/gix-commitgraph/CHANGELOG.md b/gix-commitgraph/CHANGELOG.md index 951f9edee10..b7731ace359 100644 --- a/gix-commitgraph/CHANGELOG.md +++ b/gix-commitgraph/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.23.0 (2023-12-29) @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Adapt to changes in `gix-hash` ([`859a092`](https://github.com/Byron/gitoxide/commit/859a092bb6ad04ee9bab424cf5b56f299a9645d3)) diff --git a/gix-commitgraph/Cargo.toml b/gix-commitgraph/Cargo.toml index 580fa33db25..e7b73c9a7ac 100644 --- a/gix-commitgraph/Cargo.toml +++ b/gix-commitgraph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-commitgraph" -version = "0.22.1" +version = "0.23.0" repository = "https://github.com/Byron/gitoxide" documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate." license = "MIT OR Apache-2.0" @@ -18,9 +18,9 @@ doctest = false serde = ["dep:serde", "gix-hash/serde", "bstr/serde"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["rustsha1"] } -gix-hash = { version = "^0.13.2", path = "../gix-hash" } -gix-chunk = { version = "^0.4.5", path = "../gix-chunk" } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["rustsha1"] } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-chunk = { version = "^0.4.6", path = "../gix-chunk" } bstr = { version = "1.3.0", default-features = false, features = ["std"] } memmap2 = "0.9.0" diff --git a/gix-config-value/CHANGELOG.md b/gix-config-value/CHANGELOG.md index 4039bd4f199..bf14534d2c8 100644 --- a/gix-config-value/CHANGELOG.md +++ b/gix-config-value/CHANGELOG.md @@ -5,7 +5,9 @@ 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.14.2 (2023-12-29) + + ### Chore @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 4 commits contributed to the release over the course of 3 calendar days. + - 5 commits contributed to the release over the course of 3 calendar days. - 22 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'fix-config' ([`7ddf948`](https://github.com/Byron/gitoxide/commit/7ddf948302c4a5b9783a5c589b0e783a739e30a1)) diff --git a/gix-config-value/Cargo.toml b/gix-config-value/Cargo.toml index b3df4befea7..c8419dfe7c4 100644 --- a/gix-config-value/Cargo.toml +++ b/gix-config-value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-config-value" -version = "0.14.1" +version = "0.14.2" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project providing git-config value parsing" @@ -17,7 +17,7 @@ doctest = false serde = ["dep:serde", "bstr/serde"] [dependencies] -gix-path = { version = "^0.10.1", path = "../gix-path" } +gix-path = { version = "^0.10.2", path = "../gix-path" } thiserror = "1.0.32" bstr = { version = "1.0.1", default-features = false, features = ["std"] } diff --git a/gix-config/CHANGELOG.md b/gix-config/CHANGELOG.md index 86a5dee73e9..fd9a0a0e1c8 100644 --- a/gix-config/CHANGELOG.md +++ b/gix-config/CHANGELOG.md @@ -5,7 +5,11 @@ 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.33.0 (2023-12-29) + + + + ### Chore @@ -31,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 23 commits contributed to the release over the course of 21 calendar days. + - 24 commits contributed to the release over the course of 21 calendar days. - 22 days passed between releases. - 5 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -49,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Thanks clippy ([`d38d1cc`](https://github.com/Byron/gitoxide/commit/d38d1cc1aa3402629a0f182324e3310e730ce3f2)) @@ -2873,7 +2878,7 @@ This is a maintenance release without functional changes. - _None._ -lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen +lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen ## v0.1.1 (2021-05-09) diff --git a/gix-config/Cargo.toml b/gix-config/Cargo.toml index f36adea6606..0c5e57d2c86 100644 --- a/gix-config/Cargo.toml +++ b/gix-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-config" -version = "0.32.1" +version = "0.33.0" repository = "https://github.com/Byron/gitoxide" description = "A git-config file parser and editor from the gitoxide project" license = "MIT OR Apache-2.0" @@ -17,12 +17,12 @@ autotests = false serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/serde", "gix-config-value/serde"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features"} -gix-config-value = { version = "^0.14.1", path = "../gix-config-value" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-sec = { version = "^0.10.1", path = "../gix-sec" } -gix-ref = { version = "^0.39.1", path = "../gix-ref" } -gix-glob = { version = "^0.14.1", path = "../gix-glob" } +gix-features = { version = "^0.37.0", path = "../gix-features"} +gix-config-value = { version = "^0.14.2", path = "../gix-config-value" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-sec = { version = "^0.10.2", path = "../gix-sec" } +gix-ref = { version = "^0.40.0", path = "../gix-ref" } +gix-glob = { version = "^0.15.0", path = "../gix-glob" } winnow = { version = "0.5.24", features = ["simd"] } memchr = "2" diff --git a/gix-credentials/CHANGELOG.md b/gix-credentials/CHANGELOG.md index 25c10ab42b8..1d1ab2a2819 100644 --- a/gix-credentials/CHANGELOG.md +++ b/gix-credentials/CHANGELOG.md @@ -5,7 +5,9 @@ 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.23.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-credentials/Cargo.toml b/gix-credentials/Cargo.toml index 521ad405181..d013ded49c0 100644 --- a/gix-credentials/Cargo.toml +++ b/gix-credentials/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-credentials" -version = "0.22.0" +version = "0.23.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project to interact with git credentials helpers" @@ -17,13 +17,13 @@ doctest = false serde = ["dep:serde", "bstr/serde", "gix-sec/serde"] [dependencies] -gix-sec = { version = "^0.10.1", path = "../gix-sec" } -gix-url = { version = "^0.25.2", path = "../gix-url" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-command = { version = "^0.3.0", path = "../gix-command" } -gix-config-value = { version = "^0.14.1", path = "../gix-config-value" } -gix-prompt = { version = "^0.8.0", path = "../gix-prompt" } -gix-trace = { version = "^0.1.4", path = "../gix-trace" } +gix-sec = { version = "^0.10.2", path = "../gix-sec" } +gix-url = { version = "^0.26.0", path = "../gix-url" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-command = { version = "^0.3.1", path = "../gix-command" } +gix-config-value = { version = "^0.14.2", path = "../gix-config-value" } +gix-prompt = { version = "^0.8.1", path = "../gix-prompt" } +gix-trace = { version = "^0.1.5", path = "../gix-trace" } thiserror = "1.0.32" serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] } diff --git a/gix-date/CHANGELOG.md b/gix-date/CHANGELOG.md index aeb3a382da9..f335485d55e 100644 --- a/gix-date/CHANGELOG.md +++ b/gix-date/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.8.2 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-date/Cargo.toml b/gix-date/Cargo.toml index 6963833ee2e..86df2a9bcd4 100644 --- a/gix-date/Cargo.toml +++ b/gix-date/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-date" -version = "0.8.1" +version = "0.8.2" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project parsing dates the way git does" diff --git a/gix-diff/CHANGELOG.md b/gix-diff/CHANGELOG.md index 0bdf8813ceb..b691ee3bc42 100644 --- a/gix-diff/CHANGELOG.md +++ b/gix-diff/CHANGELOG.md @@ -5,7 +5,9 @@ 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.39.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 7 commits contributed to the release over the course of 19 calendar days. + - 8 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Fix dependency declaration of `gix-tempfile` in `gix-diff` ([`0afe927`](https://github.com/Byron/gitoxide/commit/0afe927be49d3f44503534c2a0bdffcf133dd5aa)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) diff --git a/gix-diff/Cargo.toml b/gix-diff/Cargo.toml index b753356db89..d568309fc8a 100644 --- a/gix-diff/Cargo.toml +++ b/gix-diff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-diff" -version = "0.38.0" +version = "0.39.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "Calculate differences between various git objects" @@ -23,15 +23,15 @@ wasm = ["dep:getrandom"] doctest = false [dependencies] -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-filter = { version = "^0.7.0", path = "../gix-filter", optional = true } -gix-worktree = { version = "^0.28.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true } -gix-command = { version = "^0.3.0", path = "../gix-command", optional = true } -gix-path = { version = "^0.10.1", path = "../gix-path", optional = true } -gix-fs = { version = "^0.8.1", path = "../gix-fs", optional = true } -gix-tempfile = { version = "11.0.0", path = "../gix-tempfile", optional = true } -gix-trace = { version = "^0.1.4", path = "../gix-trace", optional = true } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-filter = { version = "^0.8.0", path = "../gix-filter", optional = true } +gix-worktree = { version = "^0.29.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true } +gix-command = { version = "^0.3.1", path = "../gix-command", optional = true } +gix-path = { version = "^0.10.2", path = "../gix-path", optional = true } +gix-fs = { version = "^0.9.0", path = "../gix-fs", optional = true } +gix-tempfile = { version = "^12.0.0", path = "../gix-tempfile", optional = true } +gix-trace = { version = "^0.1.5", path = "../gix-trace", optional = true } thiserror = "1.0.32" imara-diff = { version = "0.1.3", optional = true } diff --git a/gix-discover/CHANGELOG.md b/gix-discover/CHANGELOG.md index a64b98b6d5f..a613d0e660a 100644 --- a/gix-discover/CHANGELOG.md +++ b/gix-discover/CHANGELOG.md @@ -5,7 +5,9 @@ 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.28.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 9 commits contributed to the release over the course of 19 calendar days. + - 10 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'match_ceiling_dir_or_error' ([`cda5b51`](https://github.com/Byron/gitoxide/commit/cda5b51f3b39153fd8919209e2210da3051b928d)) diff --git a/gix-discover/Cargo.toml b/gix-discover/Cargo.toml index 336916d955f..1d84f7c34a7 100644 --- a/gix-discover/Cargo.toml +++ b/gix-discover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-discover" -version = "0.27.0" +version = "0.28.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "Discover git repositories and check if a directory is a git repository" @@ -13,10 +13,10 @@ rust-version = "1.70" doctest = false [dependencies] -gix-sec = { version = "^0.10.1", path = "../gix-sec" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-ref = { version = "^0.39.1", path = "../gix-ref" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } +gix-sec = { version = "^0.10.2", path = "../gix-sec" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-ref = { version = "^0.40.0", path = "../gix-ref" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] } thiserror = "1.0.26" diff --git a/gix-features/CHANGELOG.md b/gix-features/CHANGELOG.md index c2d519794a8..4e4a593e789 100644 --- a/gix-features/CHANGELOG.md +++ b/gix-features/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.37.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'fuzz-gix-ref' ([`8ee1194`](https://github.com/Byron/gitoxide/commit/8ee119442b2ff4b846a34b57a222a6abdf6c95d8)) diff --git a/gix-features/Cargo.toml b/gix-features/Cargo.toml index 64a644c68de..0fb97d53172 100644 --- a/gix-features/Cargo.toml +++ b/gix-features/Cargo.toml @@ -2,7 +2,7 @@ name = "gix-features" description = "A crate to integrate various capabilities using compile-time feature flags" repository = "https://github.com/Byron/gitoxide" -version = "0.36.1" +version = "0.37.0" authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" edition = "2021" @@ -114,8 +114,8 @@ path = "tests/pipe.rs" required-features = ["io-pipe"] [dependencies] -gix-hash = { version = "^0.13.2", path = "../gix-hash" } -gix-trace = { version = "^0.1.4", path = "../gix-trace" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-trace = { version = "^0.1.5", path = "../gix-trace" } # 'parallel' feature crossbeam-channel = { version = "0.5.0", optional = true } diff --git a/gix-filter/CHANGELOG.md b/gix-filter/CHANGELOG.md index 4585c795b7b..18a65d9a055 100644 --- a/gix-filter/CHANGELOG.md +++ b/gix-filter/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.8.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-filter/Cargo.toml b/gix-filter/Cargo.toml index 9c42c30fa06..60bf82c39b2 100644 --- a/gix-filter/Cargo.toml +++ b/gix-filter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-filter" -version = "0.7.0" +version = "0.8.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing git filters" @@ -13,15 +13,15 @@ include = ["src/**/*", "LICENSE-*"] doctest = false [dependencies] -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-trace = { version = "^0.1.4", path = "../gix-trace" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-command = { version = "^0.3.0", path = "../gix-command" } -gix-quote = { version = "^0.4.8", path = "../gix-quote" } -gix-utils = { version = "^0.1.6", path = "../gix-utils" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-packetline = { package = "gix-packetline-blocking", version = "^0.17.0", path = "../gix-packetline-blocking" } -gix-attributes = { version = "^0.20.1", path = "../gix-attributes" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-trace = { version = "^0.1.5", path = "../gix-trace" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-command = { version = "^0.3.1", path = "../gix-command" } +gix-quote = { version = "^0.4.9", path = "../gix-quote" } +gix-utils = { version = "^0.1.7", path = "../gix-utils" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-packetline = { package = "gix-packetline-blocking", version = "^0.17.1", path = "../gix-packetline-blocking" } +gix-attributes = { version = "^0.21.0", path = "../gix-attributes" } encoding_rs = "0.8.32" bstr = { version = "1.5.0", default-features = false, features = ["std"] } diff --git a/gix-fs/CHANGELOG.md b/gix-fs/CHANGELOG.md index 5b17ec7cf3a..590c11281a9 100644 --- a/gix-fs/CHANGELOG.md +++ b/gix-fs/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.9.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-fs/Cargo.toml b/gix-fs/Cargo.toml index d522617a289..413af7555ce 100644 --- a/gix-fs/Cargo.toml +++ b/gix-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-fs" -version = "0.8.1" +version = "0.9.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate providing file system specific utilities to `gitoxide`" @@ -17,7 +17,7 @@ doctest = false serde = ["dep:serde"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features" } +gix-features = { version = "^0.37.0", path = "../gix-features" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] } [dev-dependencies] diff --git a/gix-fsck/CHANGELOG.md b/gix-fsck/CHANGELOG.md index 3d05fb070da..b64dabff19d 100644 --- a/gix-fsck/CHANGELOG.md +++ b/gix-fsck/CHANGELOG.md @@ -5,7 +5,9 @@ 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.2.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 4 commits contributed to the release over the course of 19 calendar days. + - 5 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-fsck/Cargo.toml b/gix-fsck/Cargo.toml index 125966d3322..cc455c2b375 100644 --- a/gix-fsck/Cargo.toml +++ b/gix-fsck/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-fsck" -version = "0.1.0" +version = "0.2.0" repository = "https://github.com/Byron/gitoxide" authors = ["Cameron Esfahani ", "Sebastian Thiel "] license = "MIT OR Apache-2.0" @@ -13,9 +13,9 @@ rust-version = "1.70" doctest = false [dependencies] -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" } -gix-object = { version = "^0.39.0", path = "../gix-object" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-hashtable = { version = "^0.5.0", path = "../gix-hashtable" } +gix-object = { version = "^0.40.0", path = "../gix-object" } [dev-dependencies] gix-odb = { path = "../gix-odb" } diff --git a/gix-glob/CHANGELOG.md b/gix-glob/CHANGELOG.md index b0b7acacbc1..61e2ef9727e 100644 --- a/gix-glob/CHANGELOG.md +++ b/gix-glob/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.15.0 (2023-12-29) @@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'gix-glob-fix' ([`c1e4c62`](https://github.com/Byron/gitoxide/commit/c1e4c629c32f136d1bc6159d47c0a9cda1fffd19)) diff --git a/gix-glob/Cargo.toml b/gix-glob/Cargo.toml index 4bdb6d3847f..c22d8a1de82 100644 --- a/gix-glob/Cargo.toml +++ b/gix-glob/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-glob" -version = "0.14.1" +version = "0.15.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing with pattern matching" @@ -17,8 +17,8 @@ doctest = false serde= ["dep:serde", "bstr/serde", "bitflags/serde"] [dependencies] -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-features = { version = "^0.36.1", path = "../gix-features" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-features = { version = "^0.37.0", path = "../gix-features" } bstr = { version = "1.3.0", default-features = false, features = ["std"]} bitflags = "2" serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]} diff --git a/gix-hash/CHANGELOG.md b/gix-hash/CHANGELOG.md index 5ac6f5c5032..3fd88678936 100644 --- a/gix-hash/CHANGELOG.md +++ b/gix-hash/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.14.0 (2023-12-29) @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Remove panicking version of `ObjectId::from()` in favor of `ObjectId::from_bytes_or_panic()`. ([`b2ded12`](https://github.com/Byron/gitoxide/commit/b2ded125b8268fcd95d149db79279d94b2ec7e71)) diff --git a/gix-hash/Cargo.toml b/gix-hash/Cargo.toml index 72acccca924..5553bf53ee1 100644 --- a/gix-hash/Cargo.toml +++ b/gix-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-hash" -version = "0.13.3" +version = "0.14.0" description = "Borrowed and owned git hash digests used to identify git objects" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" diff --git a/gix-hashtable/CHANGELOG.md b/gix-hashtable/CHANGELOG.md index 6d1feb21f71..f0bfa7800aa 100644 --- a/gix-hashtable/CHANGELOG.md +++ b/gix-hashtable/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.5.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-hashtable/Cargo.toml b/gix-hashtable/Cargo.toml index 10b0cabbb7e..0bf4fe8b6eb 100644 --- a/gix-hashtable/Cargo.toml +++ b/gix-hashtable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-hashtable" -version = "0.4.1" +version = "0.5.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate that provides hashtable based data structures optimized to utilize ObjectId keys" @@ -18,5 +18,5 @@ hashbrown = { version = "0.14.0", default-features = false, features = [ "inline-more", "raw" ] } -gix-hash = { version = "^0.13.2", path = "../gix-hash" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } diff --git a/gix-ignore/CHANGELOG.md b/gix-ignore/CHANGELOG.md index 10414258d89..ddfd8ff499c 100644 --- a/gix-ignore/CHANGELOG.md +++ b/gix-ignore/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.10.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-ignore/Cargo.toml b/gix-ignore/Cargo.toml index d29a81cb398..e773a699cd3 100644 --- a/gix-ignore/Cargo.toml +++ b/gix-ignore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-ignore" -version = "0.9.1" +version = "0.10.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing .gitignore files" @@ -17,8 +17,8 @@ doctest = false serde = ["dep:serde", "bstr/serde", "gix-glob/serde"] [dependencies] -gix-glob = { version = "^0.14.1", path = "../gix-glob" } -gix-path = { version = "^0.10.1", path = "../gix-path" } +gix-glob = { version = "^0.15.0", path = "../gix-glob" } +gix-path = { version = "^0.10.2", path = "../gix-path" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]} unicode-bom = "2.0.2" diff --git a/gix-index/CHANGELOG.md b/gix-index/CHANGELOG.md index e2b52e4ebb9..3eef3131970 100644 --- a/gix-index/CHANGELOG.md +++ b/gix-index/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.28.0 (2023-12-29) @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Adapt to changes in `gix-hash` ([`859a092`](https://github.com/Byron/gitoxide/commit/859a092bb6ad04ee9bab424cf5b56f299a9645d3)) diff --git a/gix-index/Cargo.toml b/gix-index/Cargo.toml index 675746d05a3..cc50675e0eb 100644 --- a/gix-index/Cargo.toml +++ b/gix-index/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-index" -version = "0.27.1" +version = "0.28.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file" @@ -20,13 +20,13 @@ test = true serde = ["dep:serde", "smallvec/serde", "gix-hash/serde"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["rustsha1", "progress"] } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-bitmap = { version = "^0.2.8", path = "../gix-bitmap" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-traverse = { version = "^0.35.0", path = "../gix-traverse" } -gix-lock = { version = "^11.0.0", path = "../gix-lock" } -gix-fs = { version = "^0.8.1", path = "../gix-fs" } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["rustsha1", "progress"] } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-bitmap = { version = "^0.2.9", path = "../gix-bitmap" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-traverse = { version = "^0.36.0", path = "../gix-traverse" } +gix-lock = { version = "^12.0.0", path = "../gix-lock" } +gix-fs = { version = "^0.9.0", path = "../gix-fs" } thiserror = "1.0.32" memmap2 = "0.9.0" diff --git a/gix-lock/CHANGELOG.md b/gix-lock/CHANGELOG.md index 5403536a0f4..efd7a8854b0 100644 --- a/gix-lock/CHANGELOG.md +++ b/gix-lock/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 +## 12.0.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-lock/Cargo.toml b/gix-lock/Cargo.toml index e9ba15a15ec..82cf8e79fdb 100644 --- a/gix-lock/Cargo.toml +++ b/gix-lock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-lock" -version = "11.0.1" +version = "12.0.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A git-style lock-file implementation" @@ -14,8 +14,8 @@ doctest = false test = true [dependencies] -gix-utils = { version = "^0.1.6", default-features = false, path = "../gix-utils" } -gix-tempfile = { version = "^11.0.0", default-features = false, path = "../gix-tempfile" } +gix-utils = { version = "^0.1.7", default-features = false, path = "../gix-utils" } +gix-tempfile = { version = "^12.0.0", default-features = false, path = "../gix-tempfile" } thiserror = "1.0.38" [dev-dependencies] diff --git a/gix-macros/CHANGELOG.md b/gix-macros/CHANGELOG.md index e760aea61c9..2a498b6255d 100644 --- a/gix-macros/CHANGELOG.md +++ b/gix-macros/CHANGELOG.md @@ -5,7 +5,9 @@ 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.2 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 3 commits contributed to the release over the course of 14 calendar days. + - 4 commits contributed to the release over the course of 14 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-macros/Cargo.toml b/gix-macros/Cargo.toml index 625a96aacd3..8622095c389 100644 --- a/gix-macros/Cargo.toml +++ b/gix-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-macros" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Proc-macro utilities for gix" authors = [ diff --git a/gix-mailmap/CHANGELOG.md b/gix-mailmap/CHANGELOG.md index 3a6acaf913e..e6c812da52f 100644 --- a/gix-mailmap/CHANGELOG.md +++ b/gix-mailmap/CHANGELOG.md @@ -5,7 +5,9 @@ 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.21.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 3 commits contributed to the release over the course of 14 calendar days. + - 4 commits contributed to the release over the course of 14 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-mailmap/Cargo.toml b/gix-mailmap/Cargo.toml index 74a4e650db8..a361b200374 100644 --- a/gix-mailmap/Cargo.toml +++ b/gix-mailmap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-mailmap" -version = "0.20.1" +version = "0.21.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project for parsing mailmap files" @@ -17,8 +17,8 @@ doctest = false serde= ["dep:serde", "bstr/serde", "gix-actor/serde"] [dependencies] -gix-actor = { version = "^0.28.1", path = "../gix-actor" } -gix-date = { version = "^0.8.1", path = "../gix-date" } +gix-actor = { version = "^0.29.0", path = "../gix-actor" } +gix-date = { version = "^0.8.2", path = "../gix-date" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]} thiserror = "1.0.38" serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]} diff --git a/gix-negotiate/CHANGELOG.md b/gix-negotiate/CHANGELOG.md index e50610ee897..9c2517ee91b 100644 --- a/gix-negotiate/CHANGELOG.md +++ b/gix-negotiate/CHANGELOG.md @@ -5,7 +5,9 @@ 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.11.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 6 commits contributed to the release over the course of 19 calendar days. + - 7 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-negotiate/Cargo.toml b/gix-negotiate/Cargo.toml index 96496374b1e..3a8aea0441a 100644 --- a/gix-negotiate/Cargo.toml +++ b/gix-negotiate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-negotiate" -version = "0.10.0" +version = "0.11.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing negotiation algorithms" @@ -14,11 +14,11 @@ doctest = false test = false [dependencies] -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-date = { version = "^0.8.1", path = "../gix-date" } -gix-commitgraph = { version = "^0.22.1", path = "../gix-commitgraph" } -gix-revwalk = { version = "^0.10.0", path = "../gix-revwalk" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-date = { version = "^0.8.2", path = "../gix-date" } +gix-commitgraph = { version = "^0.23.0", path = "../gix-commitgraph" } +gix-revwalk = { version = "^0.11.0", path = "../gix-revwalk" } thiserror = "1.0.40" smallvec = "1.10.0" bitflags = "2" diff --git a/gix-object/CHANGELOG.md b/gix-object/CHANGELOG.md index 0bf47c665fb..2b606d18f16 100644 --- a/gix-object/CHANGELOG.md +++ b/gix-object/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.40.0 (2023-12-29) @@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1185](https://github.com/Byron/gitoxide/issues/1185)** - Fix tree-parse issue found by fuzzer ([`7d81a76`](https://github.com/Byron/gitoxide/commit/7d81a769f895b21716e92fb63298b9d547a5cca4)) * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge pull request #1199 from silvergasp/fuzz-git-object ([`7d21ce9`](https://github.com/Byron/gitoxide/commit/7d21ce9fa0e10549b5340a92da32f70f9a3f7d62)) diff --git a/gix-object/Cargo.toml b/gix-object/Cargo.toml index be26e4b0de3..f84c71191ef 100644 --- a/gix-object/Cargo.toml +++ b/gix-object/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-object" -version = "0.39.0" +version = "0.40.0" description = "Immutable and mutable git objects with decoding and encoding support" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" @@ -28,11 +28,11 @@ serde = ["dep:serde", "bstr/serde", "smallvec/serde", "gix-hash/serde", "gix-act verbose-object-parsing-errors = ["winnow/std"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["rustsha1", "progress"] } -gix-hash = { version = "^0.13.2", path = "../gix-hash" } -gix-validate = { version = "^0.8.1", path = "../gix-validate" } -gix-actor = { version = "^0.28.1", path = "../gix-actor" } -gix-date = { version = "^0.8.1", path = "../gix-date" } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["rustsha1", "progress"] } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-validate = { version = "^0.8.2", path = "../gix-validate" } +gix-actor = { version = "^0.29.0", path = "../gix-actor" } +gix-date = { version = "^0.8.2", path = "../gix-date" } btoi = "0.4.2" itoa = "1.0.1" diff --git a/gix-odb/CHANGELOG.md b/gix-odb/CHANGELOG.md index 869dbc3df5d..f2c1c8d0aa1 100644 --- a/gix-odb/CHANGELOG.md +++ b/gix-odb/CHANGELOG.md @@ -5,7 +5,9 @@ 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.56.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 7 commits contributed to the release over the course of 19 calendar days. + - 8 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Thanks clippy ([`d38d1cc`](https://github.com/Byron/gitoxide/commit/d38d1cc1aa3402629a0f182324e3310e730ce3f2)) diff --git a/gix-odb/Cargo.toml b/gix-odb/Cargo.toml index 9ff86ca2c44..435a75608e1 100644 --- a/gix-odb/Cargo.toml +++ b/gix-odb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-odb" -version = "0.55.0" +version = "0.56.0" repository = "https://github.com/Byron/gitoxide" authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" @@ -18,13 +18,13 @@ doctest = false serde= ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-date = { version = "^0.8.1", path = "../gix-date" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-quote = { version = "^0.4.8", path = "../gix-quote" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-pack = { version = "^0.45.0", path = "../gix-pack", default-features = false } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-date = { version = "^0.8.2", path = "../gix-date" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-quote = { version = "^0.4.9", path = "../gix-quote" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-pack = { version = "^0.46.0", path = "../gix-pack", default-features = false } serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]} tempfile = "3.1.0" diff --git a/gix-pack/CHANGELOG.md b/gix-pack/CHANGELOG.md index 2cea64a8e17..8cf2bb42fbe 100644 --- a/gix-pack/CHANGELOG.md +++ b/gix-pack/CHANGELOG.md @@ -5,7 +5,9 @@ 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.46.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 7 commits contributed to the release over the course of 19 calendar days. + - 8 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Adapt to changes in `gix-hash` ([`859a092`](https://github.com/Byron/gitoxide/commit/859a092bb6ad04ee9bab424cf5b56f299a9645d3)) diff --git a/gix-pack/Cargo.toml b/gix-pack/Cargo.toml index 477e8c1d886..71630a70ae7 100644 --- a/gix-pack/Cargo.toml +++ b/gix-pack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-pack" -version = "0.45.0" +version = "0.46.0" repository = "https://github.com/Byron/gitoxide" authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" @@ -32,16 +32,16 @@ serde = ["dep:serde", "gix-object/serde"] wasm = ["gix-diff?/wasm"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["crc32", "rustsha1", "progress", "zlib"] } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-chunk = { version = "^0.4.5", path = "../gix-chunk" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["crc32", "rustsha1", "progress", "zlib"] } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-chunk = { version = "^0.4.6", path = "../gix-chunk" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-hashtable = { version = "^0.5.0", path = "../gix-hashtable" } # for streaming of packs (input, output) -gix-traverse = { version = "^0.35.0", path = "../gix-traverse", optional = true } -gix-diff = { version = "^0.38.0", path = "../gix-diff", default-features = false, optional = true } +gix-traverse = { version = "^0.36.0", path = "../gix-traverse", optional = true } +gix-diff = { version = "^0.39.0", path = "../gix-diff", default-features = false, optional = true } memmap2 = "0.9.0" smallvec = "1.3.0" @@ -58,7 +58,7 @@ document-features = { version = "0.2.0", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -gix-tempfile = { version = "^11.0.0", default-features = false, path = "../gix-tempfile" } +gix-tempfile = { version = "^12.0.0", default-features = false, path = "../gix-tempfile" } [dev-dependencies] gix-testtools = { path = "../tests/tools"} diff --git a/gix-packetline-blocking/CHANGELOG.md b/gix-packetline-blocking/CHANGELOG.md index ef247d2cd53..51f1f95744c 100644 --- a/gix-packetline-blocking/CHANGELOG.md +++ b/gix-packetline-blocking/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.17.1 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-packetline-blocking/Cargo.toml b/gix-packetline-blocking/Cargo.toml index 98d4aca8821..7b2dae1cbeb 100644 --- a/gix-packetline-blocking/Cargo.toml +++ b/gix-packetline-blocking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-packetline-blocking" -version = "0.17.0" +version = "0.17.1" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A duplicate of `gix-packetline` with the `blocking-io` feature pre-selected" @@ -27,7 +27,7 @@ async-io = [] serde = ["dep:serde", "bstr/serde"] [dependencies] -gix-trace = { version = "^0.1.4", path = "../gix-trace" } +gix-trace = { version = "^0.1.5", 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/CHANGELOG.md b/gix-packetline/CHANGELOG.md index 57125fb3863..5df4782e011 100644 --- a/gix-packetline/CHANGELOG.md +++ b/gix-packetline/CHANGELOG.md @@ -5,7 +5,9 @@ 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.17.1 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 7 commits contributed to the release over the course of 21 calendar days. + - 8 commits contributed to the release over the course of 21 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Thanks clippy ([`d38d1cc`](https://github.com/Byron/gitoxide/commit/d38d1cc1aa3402629a0f182324e3310e730ce3f2)) diff --git a/gix-packetline/Cargo.toml b/gix-packetline/Cargo.toml index a2755c87c56..a2a17bc04a8 100644 --- a/gix-packetline/Cargo.toml +++ b/gix-packetline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-packetline" -version = "0.17.0" +version = "0.17.1" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing the pkt-line serialization format" @@ -39,7 +39,7 @@ path = "tests/blocking-packetline.rs" required-features = ["blocking-io", "maybe-async/is_sync"] [dependencies] -gix-trace = { version = "^0.1.4", path = "../gix-trace" } +gix-trace = { version = "^0.1.5", 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 3ca262fcb39..39de564ee4f 100644 --- a/gix-path/CHANGELOG.md +++ b/gix-path/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.10.2 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-path/Cargo.toml b/gix-path/Cargo.toml index a3b038f7e6b..d5b791a8ee3 100644 --- a/gix-path/Cargo.toml +++ b/gix-path/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-path" -version = "0.10.1" +version = "0.10.2" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing paths and their conversions" @@ -13,7 +13,7 @@ rust-version = "1.70" doctest = false [dependencies] -gix-trace = { version = "^0.1.4", path = "../gix-trace" } +gix-trace = { version = "^0.1.5", 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/CHANGELOG.md b/gix-pathspec/CHANGELOG.md index caba9f0f4cf..91ce7e469ec 100644 --- a/gix-pathspec/CHANGELOG.md +++ b/gix-pathspec/CHANGELOG.md @@ -5,7 +5,9 @@ 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.5.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 8 commits contributed to the release over the course of 18 calendar days. + - 9 commits contributed to the release over the course of 18 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'fuzz-gix-ref' ([`8ee1194`](https://github.com/Byron/gitoxide/commit/8ee119442b2ff4b846a34b57a222a6abdf6c95d8)) diff --git a/gix-pathspec/Cargo.toml b/gix-pathspec/Cargo.toml index f202822d789..822d344ddad 100644 --- a/gix-pathspec/Cargo.toml +++ b/gix-pathspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-pathspec" -version = "0.4.1" +version = "0.5.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing magical pathspecs" @@ -13,10 +13,10 @@ include = ["src/**/*", "LICENSE-*", "README.md"] doctest = false [dependencies] -gix-glob = { version = "^0.14.1", path = "../gix-glob" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-attributes = { version = "^0.20.1", path = "../gix-attributes" } -gix-config-value = { version = "^0.14.1", path = "../gix-config-value" } +gix-glob = { version = "^0.15.0", path = "../gix-glob" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-attributes = { version = "^0.21.0", path = "../gix-attributes" } +gix-config-value = { version = "^0.14.2", path = "../gix-config-value" } bstr = { version = "1.3.0", default-features = false, features = ["std"]} bitflags = "2" diff --git a/gix-prompt/CHANGELOG.md b/gix-prompt/CHANGELOG.md index aa6d9ecef5a..e6737ed1adb 100644 --- a/gix-prompt/CHANGELOG.md +++ b/gix-prompt/CHANGELOG.md @@ -5,7 +5,9 @@ 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.8.1 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-prompt/Cargo.toml b/gix-prompt/Cargo.toml index 11096009ec0..3e744d7ff6a 100644 --- a/gix-prompt/Cargo.toml +++ b/gix-prompt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-prompt" -version = "0.8.0" +version = "0.8.1" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project for handling prompts in the terminal" @@ -13,8 +13,8 @@ rust-version = "1.70" doctest = false [dependencies] -gix-command = { version = "^0.3.0", path = "../gix-command" } -gix-config-value = { version = "^0.14.1", path = "../gix-config-value" } +gix-command = { version = "^0.3.1", path = "../gix-command" } +gix-config-value = { version = "^0.14.2", path = "../gix-config-value" } thiserror = "1.0.32" parking_lot = "0.12.1" diff --git a/gix-protocol/CHANGELOG.md b/gix-protocol/CHANGELOG.md index 4341dc2f745..eb7531a1fd3 100644 --- a/gix-protocol/CHANGELOG.md +++ b/gix-protocol/CHANGELOG.md @@ -5,7 +5,9 @@ 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.43.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 7 commits contributed to the release over the course of 21 calendar days. + - 8 commits contributed to the release over the course of 21 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Thanks clippy ([`d38d1cc`](https://github.com/Byron/gitoxide/commit/d38d1cc1aa3402629a0f182324e3310e730ce3f2)) diff --git a/gix-protocol/Cargo.toml b/gix-protocol/Cargo.toml index fb2e7b677d9..268abcae6f5 100644 --- a/gix-protocol/Cargo.toml +++ b/gix-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-protocol" -version = "0.42.0" +version = "0.43.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project for implementing git protocols" @@ -40,11 +40,11 @@ path = "tests/async-protocol.rs" required-features = ["async-client"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["progress"] } -gix-transport = { version = "^0.39.0", path = "../gix-transport" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-date = { version = "^0.8.1", path = "../gix-date" } -gix-credentials = { version = "^0.22.0", path = "../gix-credentials" } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["progress"] } +gix-transport = { version = "^0.40.0", path = "../gix-transport" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-date = { version = "^0.8.2", path = "../gix-date" } +gix-credentials = { version = "^0.23.0", path = "../gix-credentials" } thiserror = "1.0.32" serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]} @@ -62,7 +62,7 @@ document-features = { version = "0.2.0", optional = true } [dev-dependencies] async-std = { version = "1.9.0", features = ["attributes"] } -gix-packetline = { path = "../gix-packetline" ,version = "^0.17.0" } +gix-packetline = { path = "../gix-packetline" ,version = "^0.17.1" } gix-testtools = { path = "../tests/tools" } [package.metadata.docs.rs] diff --git a/gix-quote/CHANGELOG.md b/gix-quote/CHANGELOG.md index f69a5fb800b..3aab5e201e0 100644 --- a/gix-quote/CHANGELOG.md +++ b/gix-quote/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.4.9 (2023-12-29) @@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'fuzz-gix-attribute' ([`f7adf97`](https://github.com/Byron/gitoxide/commit/f7adf97bc6aa2bf82f906c4463b1cbb3f9cddae3)) diff --git a/gix-quote/Cargo.toml b/gix-quote/Cargo.toml index 9e125571968..4c5779e94e5 100644 --- a/gix-quote/Cargo.toml +++ b/gix-quote/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-quote" -version = "0.4.8" +version = "0.4.9" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing with various quotations used by git" diff --git a/gix-ref/CHANGELOG.md b/gix-ref/CHANGELOG.md index 1428f12df6b..33bc2181f5e 100644 --- a/gix-ref/CHANGELOG.md +++ b/gix-ref/CHANGELOG.md @@ -5,7 +5,9 @@ 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.40.0 (2023-12-29) + + ### Chore @@ -21,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 12 commits contributed to the release over the course of 14 calendar days. + - 13 commits contributed to the release over the course of 14 calendar days. - 14 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -39,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Thanks clippy ([`d38d1cc`](https://github.com/Byron/gitoxide/commit/d38d1cc1aa3402629a0f182324e3310e730ce3f2)) diff --git a/gix-ref/Cargo.toml b/gix-ref/Cargo.toml index bb68e043d24..d62868f085f 100644 --- a/gix-ref/Cargo.toml +++ b/gix-ref/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-ref" -version = "0.39.1" +version = "0.40.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate to handle git references" @@ -19,16 +19,16 @@ test = true serde = ["dep:serde", "gix-hash/serde", "gix-actor/serde", "gix-object/serde"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["walkdir"]} -gix-fs = { version = "^0.8.1", path = "../gix-fs" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-date = { version = "^0.8.1", path = "../gix-date" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-validate = { version = "^0.8.1", path = "../gix-validate" } -gix-actor = { version = "^0.28.1", path = "../gix-actor" } -gix-lock = { version = "^11.0.0", path = "../gix-lock" } -gix-tempfile = { version = "^11.0.0", default-features = false, path = "../gix-tempfile" } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["walkdir"]} +gix-fs = { version = "^0.9.0", path = "../gix-fs" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-date = { version = "^0.8.2", path = "../gix-date" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-validate = { version = "^0.8.2", path = "../gix-validate" } +gix-actor = { version = "^0.29.0", path = "../gix-actor" } +gix-lock = { version = "^12.0.0", path = "../gix-lock" } +gix-tempfile = { version = "^12.0.0", default-features = false, path = "../gix-tempfile" } thiserror = "1.0.34" winnow = { version = "0.5.24", features = ["simd"] } diff --git a/gix-refspec/CHANGELOG.md b/gix-refspec/CHANGELOG.md index ab66cbebb01..5ce6c232013 100644 --- a/gix-refspec/CHANGELOG.md +++ b/gix-refspec/CHANGELOG.md @@ -5,7 +5,9 @@ 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.21.0 (2023-12-29) + + ### Chore @@ -20,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 11 commits contributed to the release over the course of 19 calendar days. + - 12 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'fuzz-gix-ref' ([`8ee1194`](https://github.com/Byron/gitoxide/commit/8ee119442b2ff4b846a34b57a222a6abdf6c95d8)) diff --git a/gix-refspec/Cargo.toml b/gix-refspec/Cargo.toml index 7ead38230c8..d2237b1b6e0 100644 --- a/gix-refspec/Cargo.toml +++ b/gix-refspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-refspec" -version = "0.20.0" +version = "0.21.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project for parsing and representing refspecs" @@ -13,9 +13,9 @@ rust-version = "1.70" doctest = false [dependencies] -gix-revision = { version = "^0.24.0", path = "../gix-revision", default-features = false } -gix-validate = { version = "^0.8.1", path = "../gix-validate" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } +gix-revision = { version = "^0.25.0", path = "../gix-revision", default-features = false } +gix-validate = { version = "^0.8.2", path = "../gix-validate" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } bstr = { version = "1.3.0", default-features = false, features = ["std"]} thiserror = "1.0.26" diff --git a/gix-revision/CHANGELOG.md b/gix-revision/CHANGELOG.md index d5d1880b149..2b616a8078c 100644 --- a/gix-revision/CHANGELOG.md +++ b/gix-revision/CHANGELOG.md @@ -5,7 +5,9 @@ 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.25.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 8 commits contributed to the release over the course of 19 calendar days. + - 9 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'fuzz-gix-ref' ([`8ee1194`](https://github.com/Byron/gitoxide/commit/8ee119442b2ff4b846a34b57a222a6abdf6c95d8)) diff --git a/gix-revision/Cargo.toml b/gix-revision/Cargo.toml index 7ebcf714cda..f0cd753cbf6 100644 --- a/gix-revision/Cargo.toml +++ b/gix-revision/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-revision" -version = "0.24.0" +version = "0.25.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing with finding names for revisions and parsing specifications" @@ -22,12 +22,12 @@ describe = [] serde = [ "dep:serde", "gix-hash/serde", "gix-object/serde" ] [dependencies] -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-date = { version = "^0.8.1", path = "../gix-date" } -gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" } -gix-revwalk = { version = "^0.10.0", path = "../gix-revwalk" } -gix-trace = { version = "^0.1.4", path = "../gix-trace" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-date = { version = "^0.8.2", path = "../gix-date" } +gix-hashtable = { version = "^0.5.0", path = "../gix-hashtable" } +gix-revwalk = { version = "^0.11.0", path = "../gix-revwalk" } +gix-trace = { version = "^0.1.5", path = "../gix-trace" } bstr = { version = "1.3.0", default-features = false, features = ["std"]} thiserror = "1.0.26" diff --git a/gix-revwalk/CHANGELOG.md b/gix-revwalk/CHANGELOG.md index 2faad518222..192e1e31e91 100644 --- a/gix-revwalk/CHANGELOG.md +++ b/gix-revwalk/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.11.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-revwalk/Cargo.toml b/gix-revwalk/Cargo.toml index 3e0107d29d0..e48beba3f74 100644 --- a/gix-revwalk/Cargo.toml +++ b/gix-revwalk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-revwalk" -version = "0.10.0" +version = "0.11.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate providing utilities for walking the revision graph" @@ -13,11 +13,11 @@ rust-version = "1.70" doctest = false [dependencies] -gix-hash = { version = "^0.13.2", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-date = { version = "^0.8.1", path = "../gix-date" } -gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" } -gix-commitgraph = { version = "^0.22.1", path = "../gix-commitgraph" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-date = { version = "^0.8.2", path = "../gix-date" } +gix-hashtable = { version = "^0.5.0", path = "../gix-hashtable" } +gix-commitgraph = { version = "^0.23.0", path = "../gix-commitgraph" } thiserror = "1.0.26" smallvec = "1.10.0" diff --git a/gix-sec/CHANGELOG.md b/gix-sec/CHANGELOG.md index be210ff441f..b694d330efc 100644 --- a/gix-sec/CHANGELOG.md +++ b/gix-sec/CHANGELOG.md @@ -5,7 +5,9 @@ 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.2 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 3 commits contributed to the release. + - 4 commits contributed to the release. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Upgrade `windows` to v0.52 ([`768d0e0`](https://github.com/Byron/gitoxide/commit/768d0e030dbfcfbfc74d71ab1d0791c34095e948)) diff --git a/gix-sec/Cargo.toml b/gix-sec/Cargo.toml index 908d3b5cdc2..3dfc2d8706d 100644 --- a/gix-sec/Cargo.toml +++ b/gix-sec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-sec" -version = "0.10.1" +version = "0.10.2" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project providing a shared trust model" @@ -26,7 +26,7 @@ document-features = { version = "0.2.1", optional = true } libc = "0.2.123" [target.'cfg(windows)'.dependencies] -gix-path = { version = "^0.10.1", path = "../gix-path" } +gix-path = { version = "^0.10.2", path = "../gix-path" } windows = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_Security_Authorization", diff --git a/gix-status/CHANGELOG.md b/gix-status/CHANGELOG.md index b018d5c9a28..c778840f5c8 100644 --- a/gix-status/CHANGELOG.md +++ b/gix-status/CHANGELOG.md @@ -5,7 +5,9 @@ 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.4.0 (2023-12-29) + + ### Chore @@ -28,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) @@ -140,6 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.1.0 (2023-09-24) + + ### Chore - split tests off into their own crate to allow feature toggles. diff --git a/gix-status/Cargo.toml b/gix-status/Cargo.toml index 50bb6d40329..c405b5b3fa8 100644 --- a/gix-status/Cargo.toml +++ b/gix-status/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-status" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing with 'git status'-like functionality" @@ -14,14 +14,14 @@ autotests = false doctest = false [dependencies] -gix-index = { version = "^0.27.1", path = "../gix-index" } -gix-fs = { version = "^0.8.1", path = "../gix-fs" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-features = { version = "^0.36.1", path = "../gix-features" } -gix-filter = { version = "^0.7.0", path = "../gix-filter" } -gix-worktree = { version = "^0.28.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } +gix-index = { version = "^0.28.0", path = "../gix-index" } +gix-fs = { version = "^0.9.0", path = "../gix-fs" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-features = { version = "^0.37.0", path = "../gix-features" } +gix-filter = { version = "^0.8.0", path = "../gix-filter" } +gix-worktree = { version = "^0.29.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } thiserror = "1.0.26" filetime = "0.2.15" diff --git a/gix-submodule/CHANGELOG.md b/gix-submodule/CHANGELOG.md index 15be4a01591..f2b1f2a3b02 100644 --- a/gix-submodule/CHANGELOG.md +++ b/gix-submodule/CHANGELOG.md @@ -5,7 +5,9 @@ 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.7.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 7 commits contributed to the release over the course of 22 calendar days. + - 8 commits contributed to the release over the course of 22 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-submodule/Cargo.toml b/gix-submodule/Cargo.toml index 038c1becacd..cfaee0899fa 100644 --- a/gix-submodule/Cargo.toml +++ b/gix-submodule/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-submodule" -version = "0.6.0" +version = "0.7.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing git submodules" @@ -13,11 +13,11 @@ include = ["src/**/*", "LICENSE-*"] doctest = false [dependencies] -gix-pathspec = { version = "^0.4.1", path = "../gix-pathspec" } -gix-refspec = { version = "^0.20.0", path = "../gix-refspec" } -gix-config = { version = "^0.32.1", path = "../gix-config" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-url = { version = "^0.25.2", path = "../gix-url" } +gix-pathspec = { version = "^0.5.0", path = "../gix-pathspec" } +gix-refspec = { version = "^0.21.0", path = "../gix-refspec" } +gix-config = { version = "^0.33.0", path = "../gix-config" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-url = { version = "^0.26.0", path = "../gix-url" } bstr = { version = "1.5.0", default-features = false } thiserror = "1.0.44" diff --git a/gix-tempfile/CHANGELOG.md b/gix-tempfile/CHANGELOG.md index b9c8b9a7899..3b6efa6a7a1 100644 --- a/gix-tempfile/CHANGELOG.md +++ b/gix-tempfile/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 +## 12.0.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-tempfile/Cargo.toml b/gix-tempfile/Cargo.toml index 30f23c7c1df..9b8a83dde4b 100644 --- a/gix-tempfile/Cargo.toml +++ b/gix-tempfile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-tempfile" -version = "11.0.1" +version = "12.0.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A tempfile implementation with a global registry to assure cleanup" @@ -29,7 +29,7 @@ doctest = false test = true [dependencies] -gix-fs = { version = "^0.8.1", path = "../gix-fs" } +gix-fs = { version = "^0.9.0", path = "../gix-fs" } parking_lot = "0.12.1" dashmap = { version = "5.1.0", optional = true } once_cell = { version = "1.8.0", default-features = false, features = ["race", "std"] } diff --git a/gix-trace/CHANGELOG.md b/gix-trace/CHANGELOG.md index 47ba3da4a57..47d291dc73b 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.5 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-trace/Cargo.toml b/gix-trace/Cargo.toml index 41b0d0a220c..469c88d6206 100644 --- a/gix-trace/Cargo.toml +++ b/gix-trace/Cargo.toml @@ -2,7 +2,7 @@ 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.4" +version = "0.1.5" authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" edition = "2021" diff --git a/gix-transport/CHANGELOG.md b/gix-transport/CHANGELOG.md index dcacf838f41..82019e22a45 100644 --- a/gix-transport/CHANGELOG.md +++ b/gix-transport/CHANGELOG.md @@ -5,7 +5,9 @@ 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.40.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 5 commits contributed to the release over the course of 21 calendar days. + - 6 commits contributed to the release over the course of 21 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-transport/Cargo.toml b/gix-transport/Cargo.toml index 371f14790f4..8bc4c10723e 100644 --- a/gix-transport/Cargo.toml +++ b/gix-transport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-transport" -version = "0.39.0" +version = "0.40.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dedicated to implementing the git transport layer" @@ -53,13 +53,13 @@ path = "tests/async-transport.rs" required-features = ["async-client"] [dependencies] -gix-command = { version = "^0.3.0", path = "../gix-command" } -gix-features = { version = "^0.36.1", path = "../gix-features" } -gix-url = { version = "^0.25.2", path = "../gix-url" } -gix-sec = { version = "^0.10.1", path = "../gix-sec" } -gix-packetline = { version = "^0.17.0", path = "../gix-packetline" } -gix-credentials = { version = "^0.22.0", path = "../gix-credentials", optional = true } -gix-quote = { version = "^0.4.8", path = "../gix-quote" } +gix-command = { version = "^0.3.1", path = "../gix-command" } +gix-features = { version = "^0.37.0", path = "../gix-features" } +gix-url = { version = "^0.26.0", path = "../gix-url" } +gix-sec = { version = "^0.10.2", path = "../gix-sec" } +gix-packetline = { version = "^0.17.1", path = "../gix-packetline" } +gix-credentials = { version = "^0.23.0", path = "../gix-credentials", optional = true } +gix-quote = { version = "^0.4.9", path = "../gix-quote" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]} bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] } diff --git a/gix-traverse/CHANGELOG.md b/gix-traverse/CHANGELOG.md index 80821adf3a9..8b9c3e77854 100644 --- a/gix-traverse/CHANGELOG.md +++ b/gix-traverse/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.36.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-traverse/Cargo.toml b/gix-traverse/Cargo.toml index f636141ee82..4487f16b283 100644 --- a/gix-traverse/Cargo.toml +++ b/gix-traverse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-traverse" -version = "0.35.0" +version = "0.36.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project" @@ -14,11 +14,11 @@ autotests = false doctest = false [dependencies] -gix-hash = { version = "^0.13.2", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-date = { version = "^0.8.1", path = "../gix-date" } -gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" } -gix-revwalk = { version = "^0.10.0", path = "../gix-revwalk" } -gix-commitgraph = { version = "^0.22.1", path = "../gix-commitgraph" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-date = { version = "^0.8.2", path = "../gix-date" } +gix-hashtable = { version = "^0.5.0", path = "../gix-hashtable" } +gix-revwalk = { version = "^0.11.0", path = "../gix-revwalk" } +gix-commitgraph = { version = "^0.23.0", path = "../gix-commitgraph" } smallvec = "1.10.0" thiserror = "1.0.32" diff --git a/gix-url/CHANGELOG.md b/gix-url/CHANGELOG.md index 960a2860d71..f76abed5f9f 100644 --- a/gix-url/CHANGELOG.md +++ b/gix-url/CHANGELOG.md @@ -5,7 +5,9 @@ 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.26.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 11 commits contributed to the release over the course of 19 calendar days. + - 12 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge pull request #1209 from silvergasp/fuzz-gix-url ([`5e84453`](https://github.com/Byron/gitoxide/commit/5e844533553352ecb4c345f24ff32da89c286b6f)) diff --git a/gix-url/Cargo.toml b/gix-url/Cargo.toml index 5885ceddfc2..9fc32259ac3 100644 --- a/gix-url/Cargo.toml +++ b/gix-url/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-url" -version = "0.25.2" +version = "0.26.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing parsing and serialization of gix-url" @@ -17,8 +17,8 @@ doctest = false serde = ["dep:serde", "bstr/serde"] [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features" } -gix-path = { version = "^0.10.1", path = "../gix-path" } +gix-features = { version = "^0.37.0", path = "../gix-features" } +gix-path = { version = "^0.10.2", path = "../gix-path" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]} thiserror = "1.0.32" diff --git a/gix-utils/CHANGELOG.md b/gix-utils/CHANGELOG.md index 582760c1e5d..e2ae61549c2 100644 --- a/gix-utils/CHANGELOG.md +++ b/gix-utils/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.7 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-utils/Cargo.toml b/gix-utils/Cargo.toml index 108b1953ef0..1ffdc261ea1 100644 --- a/gix-utils/Cargo.toml +++ b/gix-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-utils" -version = "0.1.6" +version = "0.1.7" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate with `gitoxide` utilities that don't need feature toggles" diff --git a/gix-validate/CHANGELOG.md b/gix-validate/CHANGELOG.md index a891e5682bf..52fce22d177 100644 --- a/gix-validate/CHANGELOG.md +++ b/gix-validate/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.8.2 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d))
diff --git a/gix-validate/Cargo.toml b/gix-validate/Cargo.toml index e4e40b4ea6f..7eb7e4b6e62 100644 --- a/gix-validate/Cargo.toml +++ b/gix-validate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-validate" -version = "0.8.1" +version = "0.8.2" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "Validation functions for various kinds of names in git" diff --git a/gix-worktree-state/CHANGELOG.md b/gix-worktree-state/CHANGELOG.md index 2404f84042e..867d8af717c 100644 --- a/gix-worktree-state/CHANGELOG.md +++ b/gix-worktree-state/CHANGELOG.md @@ -5,7 +5,9 @@ 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.6.0 (2023-12-29) + + ### Chore @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 4 commits contributed to the release over the course of 19 calendar days. + - 5 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-worktree-state/Cargo.toml b/gix-worktree-state/Cargo.toml index 8685f7de706..62d114d8a4f 100644 --- a/gix-worktree-state/Cargo.toml +++ b/gix-worktree-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-worktree-state" -version = "0.5.0" +version = "0.6.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing setting the worktree to a particular state" @@ -14,15 +14,15 @@ autotests = false doctest = false [dependencies] -gix-worktree = { version = "^0.28.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } -gix-index = { version = "^0.27.1", path = "../gix-index" } -gix-fs = { version = "^0.8.1", path = "../gix-fs" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-glob = { version = "^0.14.1", path = "../gix-glob" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-features = { version = "^0.36.1", path = "../gix-features" } -gix-filter = { version = "^0.7.0", path = "../gix-filter" } +gix-worktree = { version = "^0.29.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } +gix-index = { version = "^0.28.0", path = "../gix-index" } +gix-fs = { version = "^0.9.0", path = "../gix-fs" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-glob = { version = "^0.15.0", path = "../gix-glob" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-features = { version = "^0.37.0", path = "../gix-features" } +gix-filter = { version = "^0.8.0", path = "../gix-filter" } io-close = "0.3.7" thiserror = "1.0.26" diff --git a/gix-worktree-stream/CHANGELOG.md b/gix-worktree-stream/CHANGELOG.md index 6a5ed7c776f..03c2acaf046 100644 --- a/gix-worktree-stream/CHANGELOG.md +++ b/gix-worktree-stream/CHANGELOG.md @@ -5,7 +5,9 @@ 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.8.0 (2023-12-29) + + ### Chore @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 7 commits contributed to the release over the course of 19 calendar days. + - 8 commits contributed to the release over the course of 19 calendar days. - 22 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-worktree-stream/Cargo.toml b/gix-worktree-stream/Cargo.toml index 998272d5f40..7e7caa5821e 100644 --- a/gix-worktree-stream/Cargo.toml +++ b/gix-worktree-stream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-worktree-stream" -version = "0.7.0" +version = "0.8.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "generate a byte-stream from a git-tree" @@ -13,14 +13,14 @@ include = ["src/**/*", "LICENSE-*"] doctest = false [dependencies] -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["progress", "io-pipe"] } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-attributes = { version = "^0.20.1", path = "../gix-attributes" } -gix-filter = { version = "^0.7.0", path = "../gix-filter" } -gix-traverse = { version = "^0.35.0", path = "../gix-traverse" } -gix-fs = { version = "^0.8.1", path = "../gix-fs" } -gix-path = { version = "^0.10.1", path = "../gix-path" } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["progress", "io-pipe"] } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-attributes = { version = "^0.21.0", path = "../gix-attributes" } +gix-filter = { version = "^0.8.0", path = "../gix-filter" } +gix-traverse = { version = "^0.36.0", path = "../gix-traverse" } +gix-fs = { version = "^0.9.0", path = "../gix-fs" } +gix-path = { version = "^0.10.2", path = "../gix-path" } thiserror = "1.0.26" parking_lot = "0.12.1" diff --git a/gix-worktree/CHANGELOG.md b/gix-worktree/CHANGELOG.md index 9800909b84b..cda532a65f0 100644 --- a/gix-worktree/CHANGELOG.md +++ b/gix-worktree/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.29.0 (2023-12-29) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Prepare changelogs of next release ([`86e49fc`](https://github.com/Byron/gitoxide/commit/86e49fca969d97c5744d7dc6a3abc8eb522bf3b9)) + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Merge branch 'main' into fix-1183 ([`1691ba6`](https://github.com/Byron/gitoxide/commit/1691ba669537f4a39ebb0891747dc509a6aedbef)) diff --git a/gix-worktree/Cargo.toml b/gix-worktree/Cargo.toml index 92340cbc792..beab06118cc 100644 --- a/gix-worktree/Cargo.toml +++ b/gix-worktree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-worktree" -version = "0.28.0" +version = "0.29.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project for shared worktree related types and utilities." @@ -21,15 +21,15 @@ attributes = ["dep:gix-attributes"] serde = [ "dep:serde", "bstr/serde", "gix-index/serde", "gix-hash/serde", "gix-object/serde", "gix-attributes?/serde", "gix-ignore/serde" ] [dependencies] -gix-index = { version = "^0.27.1", path = "../gix-index" } -gix-fs = { version = "^0.8.1", path = "../gix-fs" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-glob = { version = "^0.14.1", path = "../gix-glob" } -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-attributes = { version = "^0.20.1", path = "../gix-attributes", optional = true } -gix-ignore = { version = "^0.9.1", path = "../gix-ignore" } -gix-features = { version = "^0.36.1", path = "../gix-features" } +gix-index = { version = "^0.28.0", path = "../gix-index" } +gix-fs = { version = "^0.9.0", path = "../gix-fs" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-glob = { version = "^0.15.0", path = "../gix-glob" } +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-attributes = { version = "^0.21.0", path = "../gix-attributes", optional = true } +gix-ignore = { version = "^0.10.0", path = "../gix-ignore" } +gix-features = { version = "^0.37.0", path = "../gix-features" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]} bstr = { version = "1.3.0", default-features = false } diff --git a/gix/CHANGELOG.md b/gix/CHANGELOG.md index 9f949b1cfa2..52b8984a4be 100644 --- a/gix/CHANGELOG.md +++ b/gix/CHANGELOG.md @@ -5,7 +5,9 @@ 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.57.0 (2023-12-29) + + ### Chore @@ -63,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 39 commits contributed to the release over the course of 22 calendar days. + - 40 commits contributed to the release over the course of 22 calendar days. - 22 days passed between releases. - 10 commits were understood as [conventional](https://www.conventionalcommits.org). - 4 unique issues were worked on: [#1158](https://github.com/Byron/gitoxide/issues/1158), [#1165](https://github.com/Byron/gitoxide/issues/1165), [#1178](https://github.com/Byron/gitoxide/issues/1178), [#1191](https://github.com/Byron/gitoxide/issues/1191) @@ -89,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1191](https://github.com/Byron/gitoxide/issues/1191)** - Add note to clarify what users might want to do ([`2e04403`](https://github.com/Byron/gitoxide/commit/2e04403589356c320f44f1516c29770d91a3d20b)) * **Uncategorized** + - Prepare changelogs of next release ([`e78a92b`](https://github.com/Byron/gitoxide/commit/e78a92bfeda168b2f35bb7ba9a94175cdece12f2)) - Merge branch 'maintenance' ([`4454c9d`](https://github.com/Byron/gitoxide/commit/4454c9d66c32a1de75a66639016c73edbda3bd34)) - Upgrade MSRV to v1.70 ([`aea89c3`](https://github.com/Byron/gitoxide/commit/aea89c3ad52f1a800abb620e9a4701bdf904ff7d)) - Thanks clippy ([`d38d1cc`](https://github.com/Byron/gitoxide/commit/d38d1cc1aa3402629a0f182324e3310e730ce3f2)) diff --git a/gix/Cargo.toml b/gix/Cargo.toml index 39766bd7870..a50d7eb9432 100644 --- a/gix/Cargo.toml +++ b/gix/Cargo.toml @@ -3,7 +3,7 @@ name = "gix" repository = "https://github.com/Byron/gitoxide" description = "Interact with git repositories just like git would" license = "MIT OR Apache-2.0" -version = "0.56.0" +version = "0.57.0" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*"] @@ -213,58 +213,58 @@ cache-efficiency-debug = ["gix-features/cache-efficiency-debug"] [dependencies] -gix-macros = { version = "^0.1.1", path = "../gix-macros" } -gix-utils = { version = "^0.1.6", path = "../gix-utils" } -gix-fs = { version = "^0.8.1", path = "../gix-fs" } -gix-ref = { version = "^0.39.1", path = "../gix-ref" } -gix-discover = { version = "^0.27.0", path = "../gix-discover" } -gix-tempfile = { version = "^11.0.0", path = "../gix-tempfile", default-features = false } -gix-lock = { version = "^11.0.0", path = "../gix-lock" } -gix-validate = { version = "^0.8.1", path = "../gix-validate" } -gix-sec = { version = "^0.10.1", path = "../gix-sec" } -gix-date = { version = "^0.8.1", path = "../gix-date" } -gix-refspec = { version = "^0.20.0", path = "../gix-refspec" } -gix-filter = { version = "^0.7.0", path = "../gix-filter", optional = true } - -gix-config = { version = "^0.32.1", path = "../gix-config" } -gix-odb = { version = "^0.55.0", path = "../gix-odb" } -gix-hash = { version = "^0.13.3", path = "../gix-hash" } -gix-object = { version = "^0.39.0", path = "../gix-object" } -gix-actor = { version = "^0.28.1", path = "../gix-actor" } -gix-pack = { version = "^0.45.0", path = "../gix-pack", default-features = false, features = ["object-cache-dynamic"] } -gix-revision = { version = "^0.24.0", path = "../gix-revision", default-features = false } -gix-revwalk = { version = "^0.10.0", path = "../gix-revwalk" } -gix-negotiate = { version = "^0.10.0", path = "../gix-negotiate", optional = true } - -gix-path = { version = "^0.10.1", path = "../gix-path" } -gix-url = { version = "^0.25.2", path = "../gix-url" } -gix-traverse = { version = "^0.35.0", path = "../gix-traverse" } -gix-diff = { version = "^0.38.0", path = "../gix-diff", default-features = false } -gix-mailmap = { version = "^0.20.1", path = "../gix-mailmap", optional = true } -gix-features = { version = "^0.36.1", path = "../gix-features", features = ["progress", "once_cell"] } -gix-trace = { version = "^0.1.4", path = "../gix-trace" } - -gix-glob = { version = "^0.14.1", path = "../gix-glob" } -gix-credentials = { version = "^0.22.0", path = "../gix-credentials", optional = true } -gix-prompt = { version = "^0.8.0", path = "../gix-prompt", optional = true } -gix-index = { version = "^0.27.1", path = "../gix-index", optional = true } -gix-attributes = { version = "^0.20.1", path = "../gix-attributes", optional = true } -gix-ignore = { version = "^0.9.1", path = "../gix-ignore", optional = true } -gix-worktree = { version = "^0.28.0", path = "../gix-worktree", optional = true, default-features = false } -gix-worktree-state = { version = "^0.5.0", path = "../gix-worktree-state", optional = true } -gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" } -gix-commitgraph = { version = "^0.22.1", path = "../gix-commitgraph" } -gix-pathspec = { version = "^0.4.1", path = "../gix-pathspec", optional = true } -gix-submodule = { version = "^0.6.0", path = "../gix-submodule", optional = true } -gix-status = { version = "^0.3.0", path = "../gix-status", optional = true } -gix-command = { version = "^0.3.0", path = "../gix-command", optional = true } - -gix-worktree-stream = { version = "^0.7.0", path = "../gix-worktree-stream", optional = true } -gix-archive = { version = "^0.7.0", path = "../gix-archive", default-features = false, optional = true } +gix-macros = { version = "^0.1.2", path = "../gix-macros" } +gix-utils = { version = "^0.1.7", path = "../gix-utils" } +gix-fs = { version = "^0.9.0", path = "../gix-fs" } +gix-ref = { version = "^0.40.0", path = "../gix-ref" } +gix-discover = { version = "^0.28.0", path = "../gix-discover" } +gix-tempfile = { version = "^12.0.0", path = "../gix-tempfile", default-features = false } +gix-lock = { version = "^12.0.0", path = "../gix-lock" } +gix-validate = { version = "^0.8.2", path = "../gix-validate" } +gix-sec = { version = "^0.10.2", path = "../gix-sec" } +gix-date = { version = "^0.8.2", path = "../gix-date" } +gix-refspec = { version = "^0.21.0", path = "../gix-refspec" } +gix-filter = { version = "^0.8.0", path = "../gix-filter", optional = true } + +gix-config = { version = "^0.33.0", path = "../gix-config" } +gix-odb = { version = "^0.56.0", path = "../gix-odb" } +gix-hash = { version = "^0.14.0", path = "../gix-hash" } +gix-object = { version = "^0.40.0", path = "../gix-object" } +gix-actor = { version = "^0.29.0", path = "../gix-actor" } +gix-pack = { version = "^0.46.0", path = "../gix-pack", default-features = false, features = ["object-cache-dynamic"] } +gix-revision = { version = "^0.25.0", path = "../gix-revision", default-features = false } +gix-revwalk = { version = "^0.11.0", path = "../gix-revwalk" } +gix-negotiate = { version = "^0.11.0", path = "../gix-negotiate", optional = true } + +gix-path = { version = "^0.10.2", path = "../gix-path" } +gix-url = { version = "^0.26.0", path = "../gix-url" } +gix-traverse = { version = "^0.36.0", path = "../gix-traverse" } +gix-diff = { version = "^0.39.0", path = "../gix-diff", default-features = false } +gix-mailmap = { version = "^0.21.0", path = "../gix-mailmap", optional = true } +gix-features = { version = "^0.37.0", path = "../gix-features", features = ["progress", "once_cell"] } +gix-trace = { version = "^0.1.5", path = "../gix-trace" } + +gix-glob = { version = "^0.15.0", path = "../gix-glob" } +gix-credentials = { version = "^0.23.0", path = "../gix-credentials", optional = true } +gix-prompt = { version = "^0.8.1", path = "../gix-prompt", optional = true } +gix-index = { version = "^0.28.0", path = "../gix-index", optional = true } +gix-attributes = { version = "^0.21.0", path = "../gix-attributes", optional = true } +gix-ignore = { version = "^0.10.0", path = "../gix-ignore", optional = true } +gix-worktree = { version = "^0.29.0", path = "../gix-worktree", optional = true, default-features = false } +gix-worktree-state = { version = "^0.6.0", path = "../gix-worktree-state", optional = true } +gix-hashtable = { version = "^0.5.0", path = "../gix-hashtable" } +gix-commitgraph = { version = "^0.23.0", path = "../gix-commitgraph" } +gix-pathspec = { version = "^0.5.0", path = "../gix-pathspec", optional = true } +gix-submodule = { version = "^0.7.0", path = "../gix-submodule", optional = true } +gix-status = { version = "^0.4.0", path = "../gix-status", optional = true } +gix-command = { version = "^0.3.1", path = "../gix-command", optional = true } + +gix-worktree-stream = { version = "^0.8.0", path = "../gix-worktree-stream", optional = true } +gix-archive = { version = "^0.8.0", path = "../gix-archive", default-features = false, optional = true } # For communication with remotes -gix-protocol = { version = "^0.42.0", path = "../gix-protocol", optional = true } -gix-transport = { version = "^0.39.0", path = "../gix-transport", optional = true } +gix-protocol = { version = "^0.43.0", path = "../gix-protocol", optional = true } +gix-transport = { version = "^0.40.0", path = "../gix-transport", optional = true } # Just to get the progress-tree feature prodash = { workspace = true, optional = true, features = ["progress-tree"] } diff --git a/tests/tools/Cargo.toml b/tests/tools/Cargo.toml index f36f4072e7d..b7290e8fa5a 100644 --- a/tests/tools/Cargo.toml +++ b/tests/tools/Cargo.toml @@ -18,8 +18,8 @@ gix-lock = "10" gix-discover = "0.26" gix-ignore = "0.8" gix-worktree = "0.26" -gix-fs = { version = "^0.8.1", path = "../../gix-fs" } -gix-tempfile = { version = "^11.0.0", default-features = false, features = ["signals"], path = "../../gix-tempfile" } +gix-fs = { version = "^0.9.0", path = "../../gix-fs" } +gix-tempfile = { version = "^12.0.0", default-features = false, features = ["signals"], path = "../../gix-tempfile" } winnow = { version = "0.5.24", features = ["simd"] } fastrand = "2.0.0"