From b3ff033b602f303433f0b2e4daa2dba90b619c9e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Aug 2024 21:41:22 +0200 Subject: [PATCH] Release gix-actor v0.32.0, gix-object v0.44.0, gix-filter v0.13.0, gix-revwalk v0.15.0, gix-traverse v0.41.0, gix-worktree-stream v0.15.0, gix-archive v0.15.0, gix-ref v0.47.0, gix-config v0.40.0, gix-index v0.35.0, gix-worktree v0.36.0, gix-diff v0.46.0, gix-discover v0.35.0, gix-dir v0.8.0, gix-mailmap v0.24.0, gix-negotiate v0.15.0, gix-pack v0.53.0, gix-odb v0.63.0, gix-revision v0.29.0, gix-refspec v0.25.0, gix-status v0.13.0, gix-submodule v0.14.0, gix-worktree-state v0.13.0, gix v0.66.0, gix-fsck v0.6.0, gitoxide-core v0.41.0, gitoxide v0.38.0, safety bump 26 crates SAFETY BUMP: gix-object v0.44.0, gix-filter v0.13.0, gix-revwalk v0.15.0, gix-traverse v0.41.0, gix-worktree-stream v0.15.0, gix-archive v0.15.0, gix-ref v0.47.0, gix-config v0.40.0, gix-index v0.35.0, gix-worktree v0.36.0, gix-diff v0.46.0, gix-discover v0.35.0, gix-dir v0.8.0, gix-mailmap v0.24.0, gix-negotiate v0.15.0, gix-pack v0.53.0, gix-odb v0.63.0, gix-revision v0.29.0, gix-refspec v0.25.0, gix-status v0.13.0, gix-submodule v0.14.0, gix-worktree-state v0.13.0, gix v0.66.0, gix-fsck v0.6.0, gitoxide-core v0.41.0, gitoxide v0.38.0 --- CHANGELOG.md | 2 +- Cargo.lock | 202 +++++++++++++++---------------- Cargo.toml | 4 +- gitoxide-core/CHANGELOG.md | 20 ++- gitoxide-core/Cargo.toml | 12 +- gix-actor/CHANGELOG.md | 5 +- gix-actor/Cargo.toml | 2 +- gix-archive/CHANGELOG.md | 20 ++- gix-archive/Cargo.toml | 6 +- gix-config/CHANGELOG.md | 40 +++++- gix-config/Cargo.toml | 4 +- gix-diff/CHANGELOG.md | 20 ++- gix-diff/Cargo.toml | 8 +- gix-dir/CHANGELOG.md | 20 ++- gix-dir/Cargo.toml | 10 +- gix-discover/CHANGELOG.md | 20 ++- gix-discover/Cargo.toml | 4 +- gix-filter/CHANGELOG.md | 20 ++- gix-filter/Cargo.toml | 4 +- gix-fsck/CHANGELOG.md | 20 ++- gix-fsck/Cargo.toml | 4 +- gix-index/CHANGELOG.md | 20 ++- gix-index/Cargo.toml | 6 +- gix-mailmap/CHANGELOG.md | 20 ++- gix-mailmap/Cargo.toml | 4 +- gix-negotiate/CHANGELOG.md | 20 ++- gix-negotiate/Cargo.toml | 6 +- gix-object/CHANGELOG.md | 20 ++- gix-object/Cargo.toml | 4 +- gix-odb/CHANGELOG.md | 20 ++- gix-odb/Cargo.toml | 6 +- gix-pack/CHANGELOG.md | 20 ++- gix-pack/Cargo.toml | 8 +- gix-ref/CHANGELOG.md | 20 ++- gix-ref/Cargo.toml | 6 +- gix-refspec/CHANGELOG.md | 20 ++- gix-refspec/Cargo.toml | 4 +- gix-revision/CHANGELOG.md | 20 ++- gix-revision/Cargo.toml | 6 +- gix-revwalk/CHANGELOG.md | 20 ++- gix-revwalk/Cargo.toml | 4 +- gix-status/CHANGELOG.md | 20 ++- gix-status/Cargo.toml | 14 +-- gix-submodule/CHANGELOG.md | 20 ++- gix-submodule/Cargo.toml | 6 +- gix-traverse/CHANGELOG.md | 20 ++- gix-traverse/Cargo.toml | 6 +- gix-worktree-state/CHANGELOG.md | 20 ++- gix-worktree-state/Cargo.toml | 10 +- gix-worktree-stream/CHANGELOG.md | 20 ++- gix-worktree-stream/Cargo.toml | 8 +- gix-worktree/CHANGELOG.md | 20 ++- gix-worktree/Cargo.toml | 6 +- gix/CHANGELOG.md | 20 ++- gix/Cargo.toml | 48 ++++---- tests/it/Cargo.toml | 2 +- 56 files changed, 705 insertions(+), 236 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811ec45b152..99720193484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,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 28 calendar days. - - 29 days passed between releases. + - 30 days passed between releases. - 4 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages diff --git a/Cargo.lock b/Cargo.lock index d100fa947bf..7912220299d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "gitoxide-core" -version = "0.40.0" +version = "0.41.0" dependencies = [ "anyhow", "async-io 2.3.3", @@ -1280,12 +1280,12 @@ dependencies = [ [[package]] name = "gix" -version = "0.65.0" +version = "0.66.0" dependencies = [ "anyhow", "async-std", "document-features", - "gix-actor 0.31.6", + "gix-actor 0.32.0", "gix-archive", "gix-attributes 0.22.5", "gix-command", @@ -1295,7 +1295,7 @@ dependencies = [ "gix-date 0.9.0", "gix-diff", "gix-dir", - "gix-discover 0.34.0", + "gix-discover 0.35.0", "gix-features 0.38.2", "gix-filter", "gix-fs 0.11.3", @@ -1303,21 +1303,21 @@ dependencies = [ "gix-hash 0.14.2", "gix-hashtable 0.5.2", "gix-ignore 0.11.4", - "gix-index 0.34.0", + "gix-index 0.35.0", "gix-lock 14.0.0", "gix-mailmap", "gix-negotiate", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", "gix-pack", "gix-path 0.10.10", "gix-pathspec", "gix-prompt", "gix-protocol", - "gix-ref 0.46.0", + "gix-ref 0.47.0", "gix-refspec", "gix-revision", - "gix-revwalk 0.14.0", + "gix-revwalk 0.15.0", "gix-sec 0.10.8", "gix-status", "gix-submodule", @@ -1325,11 +1325,11 @@ dependencies = [ "gix-testtools", "gix-trace 0.1.9", "gix-transport", - "gix-traverse 0.40.0", + "gix-traverse 0.41.0", "gix-url", "gix-utils 0.1.12", "gix-validate 0.9.0", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "gix-worktree-state", "gix-worktree-stream", "is_ci", @@ -1362,7 +1362,7 @@ dependencies = [ [[package]] name = "gix-actor" -version = "0.31.6" +version = "0.32.0" dependencies = [ "bstr", "document-features", @@ -1379,7 +1379,7 @@ dependencies = [ [[package]] name = "gix-archive" -version = "0.14.0" +version = "0.15.0" dependencies = [ "bstr", "document-features", @@ -1388,11 +1388,11 @@ dependencies = [ "gix-date 0.9.0", "gix-filter", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", "gix-path 0.10.10", "gix-testtools", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "gix-worktree-stream", "jiff", "tar", @@ -1519,7 +1519,7 @@ dependencies = [ [[package]] name = "gix-config" -version = "0.39.0" +version = "0.40.0" dependencies = [ "bstr", "criterion", @@ -1528,7 +1528,7 @@ dependencies = [ "gix-features 0.38.2", "gix-glob 0.16.5", "gix-path 0.10.10", - "gix-ref 0.46.0", + "gix-ref 0.47.0", "gix-sec 0.10.8", "memchr", "once_cell", @@ -1549,7 +1549,7 @@ dependencies = [ "gix", "gix-config", "gix-path 0.10.10", - "gix-ref 0.46.0", + "gix-ref 0.47.0", "gix-sec 0.10.8", "gix-testtools", "serial_test", @@ -1616,7 +1616,7 @@ dependencies = [ [[package]] name = "gix-diff" -version = "0.45.0" +version = "0.46.0" dependencies = [ "bstr", "document-features", @@ -1625,11 +1625,11 @@ dependencies = [ "gix-filter", "gix-fs 0.11.3", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-path 0.10.10", "gix-tempfile 14.0.2", "gix-trace 0.1.9", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "imara-diff", "serde", "thiserror", @@ -1643,31 +1643,31 @@ dependencies = [ "gix-filter", "gix-fs 0.11.3", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", "gix-testtools", - "gix-traverse 0.40.0", - "gix-worktree 0.35.0", + "gix-traverse 0.41.0", + "gix-worktree 0.36.0", "pretty_assertions", "shell-words", ] [[package]] name = "gix-dir" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bstr", - "gix-discover 0.34.0", + "gix-discover 0.35.0", "gix-fs 0.11.3", "gix-ignore 0.11.4", - "gix-index 0.34.0", - "gix-object 0.43.0", + "gix-index 0.35.0", + "gix-object 0.44.0", "gix-path 0.10.10", "gix-pathspec", "gix-testtools", "gix-trace 0.1.9", "gix-utils 0.1.12", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "pretty_assertions", "thiserror", ] @@ -1690,7 +1690,7 @@ dependencies = [ [[package]] name = "gix-discover" -version = "0.34.0" +version = "0.35.0" dependencies = [ "bstr", "defer", @@ -1698,7 +1698,7 @@ dependencies = [ "gix-fs 0.11.3", "gix-hash 0.14.2", "gix-path 0.10.10", - "gix-ref 0.46.0", + "gix-ref 0.47.0", "gix-sec 0.10.8", "gix-testtools", "is_ci", @@ -1753,21 +1753,21 @@ version = "0.0.0" [[package]] name = "gix-filter" -version = "0.12.0" +version = "0.13.0" dependencies = [ "bstr", "encoding_rs", "gix-attributes 0.22.5", "gix-command", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-packetline-blocking", "gix-path 0.10.10", "gix-quote 0.4.12", "gix-testtools", "gix-trace 0.1.9", "gix-utils 0.1.12", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "serial_test", "smallvec", "thiserror", @@ -1798,11 +1798,11 @@ dependencies = [ [[package]] name = "gix-fsck" -version = "0.5.0" +version = "0.6.0" dependencies = [ "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", "gix-testtools", ] @@ -1932,7 +1932,7 @@ dependencies = [ [[package]] name = "gix-index" -version = "0.34.0" +version = "0.35.0" dependencies = [ "bitflags 2.6.0", "bstr", @@ -1944,8 +1944,8 @@ dependencies = [ "gix-fs 0.11.3", "gix-hash 0.14.2", "gix-lock 14.0.0", - "gix-object 0.43.0", - "gix-traverse 0.40.0", + "gix-object 0.44.0", + "gix-traverse 0.41.0", "gix-utils 0.1.12", "gix-validate 0.9.0", "hashbrown", @@ -1966,8 +1966,8 @@ dependencies = [ "filetime", "gix-features 0.38.2", "gix-hash 0.14.2", - "gix-index 0.34.0", - "gix-object 0.43.0", + "gix-index 0.35.0", + "gix-object 0.44.0", "gix-odb", "gix-testtools", ] @@ -2009,11 +2009,11 @@ dependencies = [ [[package]] name = "gix-mailmap" -version = "0.23.6" +version = "0.24.0" dependencies = [ "bstr", "document-features", - "gix-actor 0.31.6", + "gix-actor 0.32.0", "gix-date 0.9.0", "gix-testtools", "serde", @@ -2022,16 +2022,16 @@ dependencies = [ [[package]] name = "gix-negotiate" -version = "0.14.0" +version = "0.15.0" dependencies = [ "bitflags 2.6.0", "gix-commitgraph 0.24.3", "gix-date 0.9.0", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", - "gix-ref 0.46.0", - "gix-revwalk 0.14.0", + "gix-ref 0.47.0", + "gix-revwalk 0.15.0", "gix-testtools", "smallvec", "thiserror", @@ -2062,12 +2062,12 @@ dependencies = [ [[package]] name = "gix-object" -version = "0.43.0" +version = "0.44.0" dependencies = [ "bstr", "criterion", "document-features", - "gix-actor 0.31.6", + "gix-actor 0.32.0", "gix-date 0.9.0", "gix-features 0.38.2", "gix-hash 0.14.2", @@ -2084,7 +2084,7 @@ dependencies = [ [[package]] name = "gix-odb" -version = "0.62.0" +version = "0.63.0" dependencies = [ "arc-swap", "document-features", @@ -2092,7 +2092,7 @@ dependencies = [ "gix-features 0.38.2", "gix-fs 0.11.3", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-pack", "gix-path 0.10.10", "gix-quote 0.4.12", @@ -2108,11 +2108,11 @@ version = "0.0.0" dependencies = [ "crossbeam-channel", "filetime", - "gix-actor 0.31.6", + "gix-actor 0.32.0", "gix-date 0.9.0", "gix-features 0.38.2", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", "gix-pack", "gix-testtools", @@ -2122,7 +2122,7 @@ dependencies = [ [[package]] name = "gix-pack" -version = "0.52.0" +version = "0.53.0" dependencies = [ "clru", "document-features", @@ -2131,11 +2131,11 @@ dependencies = [ "gix-features 0.38.2", "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-path 0.10.10", "gix-tempfile 14.0.2", "gix-testtools", - "gix-traverse 0.40.0", + "gix-traverse 0.41.0", "memmap2", "parking_lot", "serde", @@ -2151,11 +2151,11 @@ dependencies = [ "bstr", "gix-features 0.38.2", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", "gix-pack", "gix-testtools", - "gix-traverse 0.40.0", + "gix-traverse 0.41.0", "maplit", "memmap2", ] @@ -2322,16 +2322,16 @@ dependencies = [ [[package]] name = "gix-ref" -version = "0.46.0" +version = "0.47.0" dependencies = [ "document-features", - "gix-actor 0.31.6", + "gix-actor 0.32.0", "gix-date 0.9.0", "gix-features 0.38.2", "gix-fs 0.11.3", "gix-hash 0.14.2", "gix-lock 14.0.0", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-path 0.10.10", "gix-tempfile 14.0.2", "gix-testtools", @@ -2347,23 +2347,23 @@ dependencies = [ name = "gix-ref-tests" version = "0.0.0" dependencies = [ - "gix-actor 0.31.6", + "gix-actor 0.32.0", "gix-date 0.9.0", - "gix-discover 0.34.0", + "gix-discover 0.35.0", "gix-features 0.38.2", "gix-fs 0.11.3", "gix-hash 0.14.2", "gix-lock 14.0.0", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", - "gix-ref 0.46.0", + "gix-ref 0.47.0", "gix-testtools", "gix-validate 0.9.0", ] [[package]] name = "gix-refspec" -version = "0.24.0" +version = "0.25.0" dependencies = [ "bstr", "gix-hash 0.14.2", @@ -2376,7 +2376,7 @@ dependencies = [ [[package]] name = "gix-revision" -version = "0.28.0" +version = "0.29.0" dependencies = [ "bstr", "document-features", @@ -2384,9 +2384,9 @@ dependencies = [ "gix-date 0.9.0", "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", - "gix-revwalk 0.14.0", + "gix-revwalk 0.15.0", "gix-testtools", "gix-trace 0.1.9", "serde", @@ -2410,13 +2410,13 @@ dependencies = [ [[package]] name = "gix-revwalk" -version = "0.14.0" +version = "0.15.0" dependencies = [ "gix-commitgraph 0.24.3", "gix-date 0.9.0", "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "smallvec", "thiserror", ] @@ -2452,7 +2452,7 @@ version = "0.0.0" [[package]] name = "gix-status" -version = "0.12.0" +version = "0.13.0" dependencies = [ "bstr", "document-features", @@ -2463,11 +2463,11 @@ dependencies = [ "gix-filter", "gix-fs 0.11.3", "gix-hash 0.14.2", - "gix-index 0.34.0", - "gix-object 0.43.0", + "gix-index 0.35.0", + "gix-object 0.44.0", "gix-path 0.10.10", "gix-pathspec", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "portable-atomic", "thiserror", ] @@ -2484,20 +2484,20 @@ dependencies = [ "gix-filter", "gix-fs 0.11.3", "gix-hash 0.14.2", - "gix-index 0.34.0", - "gix-object 0.43.0", + "gix-index 0.35.0", + "gix-object 0.44.0", "gix-odb", "gix-path 0.10.10", "gix-pathspec", "gix-status", "gix-testtools", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "pretty_assertions", ] [[package]] name = "gix-submodule" -version = "0.13.0" +version = "0.14.0" dependencies = [ "bstr", "gix-config", @@ -2632,15 +2632,15 @@ dependencies = [ [[package]] name = "gix-traverse" -version = "0.40.0" +version = "0.41.0" dependencies = [ "bitflags 2.6.0", "gix-commitgraph 0.24.3", "gix-date 0.9.0", "gix-hash 0.14.2", "gix-hashtable 0.5.2", - "gix-object 0.43.0", - "gix-revwalk 0.14.0", + "gix-object 0.44.0", + "gix-revwalk 0.15.0", "smallvec", "thiserror", ] @@ -2651,10 +2651,10 @@ version = "0.0.0" dependencies = [ "gix-commitgraph 0.24.3", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", "gix-testtools", - "gix-traverse 0.40.0", + "gix-traverse 0.41.0", ] [[package]] @@ -2736,7 +2736,7 @@ dependencies = [ [[package]] name = "gix-worktree" -version = "0.35.0" +version = "0.36.0" dependencies = [ "bstr", "document-features", @@ -2746,8 +2746,8 @@ dependencies = [ "gix-glob 0.16.5", "gix-hash 0.14.2", "gix-ignore 0.11.4", - "gix-index 0.34.0", - "gix-object 0.43.0", + "gix-index 0.35.0", + "gix-object 0.44.0", "gix-path 0.10.10", "gix-validate 0.9.0", "serde", @@ -2755,7 +2755,7 @@ dependencies = [ [[package]] name = "gix-worktree-state" -version = "0.12.0" +version = "0.13.0" dependencies = [ "bstr", "gix-features 0.38.2", @@ -2763,10 +2763,10 @@ dependencies = [ "gix-fs 0.11.3", "gix-glob 0.16.5", "gix-hash 0.14.2", - "gix-index 0.34.0", - "gix-object 0.43.0", + "gix-index 0.35.0", + "gix-object 0.44.0", "gix-path 0.10.10", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "io-close", "thiserror", ] @@ -2775,13 +2775,13 @@ dependencies = [ name = "gix-worktree-state-tests" version = "0.0.0" dependencies = [ - "gix-discover 0.34.0", + "gix-discover 0.35.0", "gix-features 0.38.2", "gix-filter", "gix-fs 0.11.3", "gix-hash 0.14.2", - "gix-index 0.34.0", - "gix-object 0.43.0", + "gix-index 0.35.0", + "gix-object 0.44.0", "gix-odb", "gix-testtools", "gix-worktree-state", @@ -2792,19 +2792,19 @@ dependencies = [ [[package]] name = "gix-worktree-stream" -version = "0.14.0" +version = "0.15.0" dependencies = [ "gix-attributes 0.22.5", "gix-features 0.38.2", "gix-filter", "gix-fs 0.11.3", "gix-hash 0.14.2", - "gix-object 0.43.0", + "gix-object 0.44.0", "gix-odb", "gix-path 0.10.10", "gix-testtools", - "gix-traverse 0.40.0", - "gix-worktree 0.35.0", + "gix-traverse 0.41.0", + "gix-worktree 0.36.0", "parking_lot", "thiserror", ] @@ -2815,18 +2815,18 @@ version = "0.0.0" dependencies = [ "bstr", "gix-attributes 0.22.5", - "gix-discover 0.34.0", + "gix-discover 0.35.0", "gix-features 0.38.2", "gix-fs 0.11.3", "gix-glob 0.16.5", "gix-hash 0.14.2", "gix-ignore 0.11.4", - "gix-index 0.34.0", - "gix-object 0.43.0", + "gix-index 0.35.0", + "gix-object 0.44.0", "gix-odb", "gix-path 0.10.10", "gix-testtools", - "gix-worktree 0.35.0", + "gix-worktree 0.36.0", "symlink", ] diff --git a/Cargo.toml b/Cargo.toml index 965c8a2270a..5761539b3ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,9 +167,9 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"] [dependencies] anyhow = "1.0.42" -gitoxide-core = { version = "^0.40.0", path = "gitoxide-core" } +gitoxide-core = { version = "^0.41.0", path = "gitoxide-core" } gix-features = { version = "^0.38.2", path = "gix-features" } -gix = { version = "^0.65.0", path = "gix", default-features = false } +gix = { version = "^0.66.0", path = "gix", default-features = false } clap = { version = "4.1.1", features = ["derive", "cargo"] } clap_complete = "4.4.3" diff --git a/gitoxide-core/CHANGELOG.md b/gitoxide-core/CHANGELOG.md index 37039bf4629..68b619195d7 100644 --- a/gitoxide-core/CHANGELOG.md +++ b/gitoxide-core/CHANGELOG.md @@ -5,10 +5,28 @@ 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.41.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.40.0 (2024-08-22) ### Bug Fixes diff --git a/gitoxide-core/Cargo.toml b/gitoxide-core/Cargo.toml index 107df0fdc36..9926ccec0b8 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.40.0" +version = "0.41.0" authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" edition = "2021" @@ -47,12 +47,12 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"] [dependencies] # deselect everything else (like "performance") as this should be controllable by the parent application. -gix = { version = "^0.65.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] } -gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.52.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] } +gix = { version = "^0.66.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] } +gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.53.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.42.3", path = "../gix-transport", default-features = false } -gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.14.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } -gix-status = { version = "^0.12.0", path = "../gix-status" } -gix-fsck = { version = "^0.5.0", path = "../gix-fsck" } +gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.15.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } +gix-status = { version = "^0.13.0", path = "../gix-status" } +gix-fsck = { version = "^0.6.0", path = "../gix-fsck" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] } anyhow = "1.0.42" thiserror = "1.0.34" diff --git a/gix-actor/CHANGELOG.md b/gix-actor/CHANGELOG.md index f2a8afce910..e7aba2da312 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.32.0 (2024-08-22) ### Bug Fixes (BREAKING) @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) - Major-version bump to accomodate for the type-change in `gix-date`. ([`031cd68`](https://github.com/Byron/gitoxide/commit/031cd6884c925741112277529153870f69594c81))
diff --git a/gix-actor/Cargo.toml b/gix-actor/Cargo.toml index 1e113fc6157..bfd37985227 100644 --- a/gix-actor/Cargo.toml +++ b/gix-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-actor" -version = "0.31.6" +version = "0.32.0" description = "A way to identify git actors" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" diff --git a/gix-archive/CHANGELOG.md b/gix-archive/CHANGELOG.md index 06794b97151..315ad17b7e7 100644 --- a/gix-archive/CHANGELOG.md +++ b/gix-archive/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.14.0 (2024-08-22) diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index de9d24828ee..7e71ff2eb9c 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-archive" -version = "0.14.0" +version = "0.15.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "archive generation from of a worktree stream" @@ -25,8 +25,8 @@ zip = ["dep:zip"] [dependencies] -gix-worktree-stream = { version = "^0.14.0", path = "../gix-worktree-stream" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-worktree-stream = { version = "^0.15.0", path = "../gix-worktree-stream" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-path = { version = "^0.10.10", path = "../gix-path", optional = true } gix-date = { version = "^0.9.0", path = "../gix-date" } diff --git a/gix-config/CHANGELOG.md b/gix-config/CHANGELOG.md index 668916a531f..93bb7f729ec 100644 --- a/gix-config/CHANGELOG.md +++ b/gix-config/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.39.0 (2024-08-22) A maintenance release without user-facing changes. @@ -3360,6 +3378,24 @@ This is a maintenance release without functional changes. - `len` - `from_env` - `open` + - `len` + - `from_env` + - `open` + - `len` + - `from_env` + - `open` + - `len` + - `from_env` + - `open` +- `len` +- `from_env` +- `open` +- `len` +- `from_env` +- `open` +- `len` +- `from_env` +- `open` - `len` - `from_env` - `open` @@ -3489,7 +3525,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_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_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_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_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_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_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_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_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_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_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_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 5e380c23b99..e111a95f069 100644 --- a/gix-config/Cargo.toml +++ b/gix-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-config" -version = "0.39.0" +version = "0.40.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" @@ -21,7 +21,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features" } gix-config-value = { version = "^0.14.8", path = "../gix-config-value" } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-sec = { version = "^0.10.8", path = "../gix-sec" } -gix-ref = { version = "^0.46.0", path = "../gix-ref" } +gix-ref = { version = "^0.47.0", path = "../gix-ref" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } winnow.workspace = true diff --git a/gix-diff/CHANGELOG.md b/gix-diff/CHANGELOG.md index 32d331a49e3..6e1b0a73374 100644 --- a/gix-diff/CHANGELOG.md +++ b/gix-diff/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.45.0 (2024-08-22) ### New Features diff --git a/gix-diff/Cargo.toml b/gix-diff/Cargo.toml index 53540c0d065..a4bb9d5e7ee 100644 --- a/gix-diff/Cargo.toml +++ b/gix-diff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-diff" -version = "0.45.0" +version = "0.46.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "Calculate differences between various git objects" @@ -24,9 +24,9 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } -gix-filter = { version = "^0.12.0", path = "../gix-filter", optional = true } -gix-worktree = { version = "^0.35.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true } +gix-object = { version = "^0.44.0", path = "../gix-object" } +gix-filter = { version = "^0.13.0", path = "../gix-filter", optional = true } +gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true } gix-command = { version = "^0.3.9", path = "../gix-command", optional = true } gix-path = { version = "^0.10.10", path = "../gix-path", optional = true } gix-fs = { version = "^0.11.3", path = "../gix-fs", optional = true } diff --git a/gix-dir/CHANGELOG.md b/gix-dir/CHANGELOG.md index dcbb51a1be1..ce1af6e9cc7 100644 --- a/gix-dir/CHANGELOG.md +++ b/gix-dir/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.7.0 (2024-08-22) ### Bug Fixes diff --git a/gix-dir/Cargo.toml b/gix-dir/Cargo.toml index f0692ba0036..df5d725b026 100644 --- a/gix-dir/Cargo.toml +++ b/gix-dir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-dir" -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 dealing with directory walks" @@ -13,13 +13,13 @@ doctest = false [dependencies] gix-trace = { version = "^0.1.9", path = "../gix-trace" } -gix-index = { version = "^0.34.0", path = "../gix-index" } -gix-discover = { version = "^0.34.0", path = "../gix-discover" } +gix-index = { version = "^0.35.0", path = "../gix-index" } +gix-discover = { version = "^0.35.0", path = "../gix-discover" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-pathspec = { version = "^0.7.7", path = "../gix-pathspec" } -gix-worktree = { version = "^0.35.0", path = "../gix-worktree", default-features = false } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-ignore = { version = "^0.11.4", path = "../gix-ignore" } gix-utils = { version = "^0.1.12", path = "../gix-utils", features = ["bstr"] } diff --git a/gix-discover/CHANGELOG.md b/gix-discover/CHANGELOG.md index 6207fcb3bb5..1357524facd 100644 --- a/gix-discover/CHANGELOG.md +++ b/gix-discover/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.34.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-discover/Cargo.toml b/gix-discover/Cargo.toml index 96ae2df6abd..6d14a5beb04 100644 --- a/gix-discover/Cargo.toml +++ b/gix-discover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-discover" -version = "0.34.0" +version = "0.35.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" @@ -15,7 +15,7 @@ doctest = false [dependencies] gix-sec = { version = "^0.10.8", path = "../gix-sec" } gix-path = { version = "^0.10.10", path = "../gix-path" } -gix-ref = { version = "^0.46.0", path = "../gix-ref" } +gix-ref = { version = "^0.47.0", path = "../gix-ref" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } diff --git a/gix-filter/CHANGELOG.md b/gix-filter/CHANGELOG.md index 847fda886cf..c1f07184a11 100644 --- a/gix-filter/CHANGELOG.md +++ b/gix-filter/CHANGELOG.md @@ -5,10 +5,28 @@ 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.13.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.12.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-filter/Cargo.toml b/gix-filter/Cargo.toml index 7572988aa90..54254f162c7 100644 --- a/gix-filter/Cargo.toml +++ b/gix-filter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-filter" -version = "0.12.0" +version = "0.13.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing git filters" @@ -15,7 +15,7 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-trace = { version = "^0.1.9", path = "../gix-trace" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-command = { version = "^0.3.9", path = "../gix-command" } gix-quote = { version = "^0.4.12", path = "../gix-quote" } gix-utils = { version = "^0.1.12", path = "../gix-utils" } diff --git a/gix-fsck/CHANGELOG.md b/gix-fsck/CHANGELOG.md index 99344f87b78..8aaa34ad18a 100644 --- a/gix-fsck/CHANGELOG.md +++ b/gix-fsck/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.5.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-fsck/Cargo.toml b/gix-fsck/Cargo.toml index f366ae3c26b..0fdfd045a0e 100644 --- a/gix-fsck/Cargo.toml +++ b/gix-fsck/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-fsck" -version = "0.5.0" +version = "0.6.0" repository = "https://github.com/Byron/gitoxide" authors = ["Cameron Esfahani ", "Sebastian Thiel "] license = "MIT OR Apache-2.0" @@ -15,7 +15,7 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } [dev-dependencies] gix-odb = { path = "../gix-odb" } diff --git a/gix-index/CHANGELOG.md b/gix-index/CHANGELOG.md index b95118312b7..d323e74a336 100644 --- a/gix-index/CHANGELOG.md +++ b/gix-index/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.34.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-index/Cargo.toml b/gix-index/Cargo.toml index 9dfe0dfc127..a05b87bbd98 100644 --- a/gix-index/Cargo.toml +++ b/gix-index/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-index" -version = "0.34.0" +version = "0.35.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" @@ -26,9 +26,9 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = [ ] } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-bitmap = { version = "^0.2.11", path = "../gix-bitmap" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-validate = { version = "^0.9.0", path = "../gix-validate" } -gix-traverse = { version = "^0.40.0", path = "../gix-traverse" } +gix-traverse = { version = "^0.41.0", path = "../gix-traverse" } gix-lock = { version = "^14.0.0", path = "../gix-lock" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-utils = { version = "^0.1.12", path = "../gix-utils" } diff --git a/gix-mailmap/CHANGELOG.md b/gix-mailmap/CHANGELOG.md index 2a93272c8c9..bdd196057d4 100644 --- a/gix-mailmap/CHANGELOG.md +++ b/gix-mailmap/CHANGELOG.md @@ -5,10 +5,28 @@ 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.24.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.23.6 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-mailmap/Cargo.toml b/gix-mailmap/Cargo.toml index 2486448239f..6756b450d6b 100644 --- a/gix-mailmap/Cargo.toml +++ b/gix-mailmap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-mailmap" -version = "0.23.6" +version = "0.24.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,7 +17,7 @@ doctest = false serde = ["dep:serde", "bstr/serde", "gix-actor/serde"] [dependencies] -gix-actor = { version = "^0.31.6", path = "../gix-actor" } +gix-actor = { version = "^0.32.0", path = "../gix-actor" } gix-date = { version = "^0.9.0", path = "../gix-date" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] } thiserror = "1.0.38" diff --git a/gix-negotiate/CHANGELOG.md b/gix-negotiate/CHANGELOG.md index 5866f2badc0..f78b9a97b37 100644 --- a/gix-negotiate/CHANGELOG.md +++ b/gix-negotiate/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.14.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-negotiate/Cargo.toml b/gix-negotiate/Cargo.toml index c17a73ceb27..87764485e65 100644 --- a/gix-negotiate/Cargo.toml +++ b/gix-negotiate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-negotiate" -version = "0.14.0" +version = "0.15.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing negotiation algorithms" @@ -15,10 +15,10 @@ test = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-date = { version = "^0.9.0", path = "../gix-date" } gix-commitgraph = { version = "^0.24.3", path = "../gix-commitgraph" } -gix-revwalk = { version = "^0.14.0", path = "../gix-revwalk" } +gix-revwalk = { version = "^0.15.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 e4fbf40eb95..c0f2cc91e7c 100644 --- a/gix-object/CHANGELOG.md +++ b/gix-object/CHANGELOG.md @@ -5,10 +5,28 @@ 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.44.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.43.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-object/Cargo.toml b/gix-object/Cargo.toml index 657c42df99c..8f61011847c 100644 --- a/gix-object/Cargo.toml +++ b/gix-object/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-object" -version = "0.43.0" +version = "0.44.0" description = "Immutable and mutable git objects with decoding and encoding support" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" @@ -40,7 +40,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = [ ] } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-validate = { version = "^0.9.0", path = "../gix-validate" } -gix-actor = { version = "^0.31.6", path = "../gix-actor" } +gix-actor = { version = "^0.32.0", path = "../gix-actor" } gix-date = { version = "^0.9.0", path = "../gix-date" } gix-utils = { version = "^0.1.11", path = "../gix-utils" } diff --git a/gix-odb/CHANGELOG.md b/gix-odb/CHANGELOG.md index f7bda399511..78bd619f2aa 100644 --- a/gix-odb/CHANGELOG.md +++ b/gix-odb/CHANGELOG.md @@ -5,10 +5,28 @@ 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.63.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.62.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-odb/Cargo.toml b/gix-odb/Cargo.toml index cdebff58a4f..f2b8544492f 100644 --- a/gix-odb/Cargo.toml +++ b/gix-odb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-odb" -version = "0.62.0" +version = "0.63.0" repository = "https://github.com/Byron/gitoxide" authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" @@ -23,8 +23,8 @@ gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-date = { version = "^0.9.0", path = "../gix-date" } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-quote = { version = "^0.4.12", path = "../gix-quote" } -gix-object = { version = "^0.43.0", path = "../gix-object" } -gix-pack = { version = "^0.52.0", path = "../gix-pack", default-features = false } +gix-object = { version = "^0.44.0", path = "../gix-object" } +gix-pack = { version = "^0.53.0", path = "../gix-pack", default-features = false } gix-fs = { version = "^0.11.3", path = "../gix-fs" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] } diff --git a/gix-pack/CHANGELOG.md b/gix-pack/CHANGELOG.md index 8f029b5a0e0..97dfa51befd 100644 --- a/gix-pack/CHANGELOG.md +++ b/gix-pack/CHANGELOG.md @@ -5,10 +5,28 @@ 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.53.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.52.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-pack/Cargo.toml b/gix-pack/Cargo.toml index 813affa9fda..a3a4fa301d7 100644 --- a/gix-pack/Cargo.toml +++ b/gix-pack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-pack" -version = "0.52.0" +version = "0.53.0" repository = "https://github.com/Byron/gitoxide" authors = ["Sebastian Thiel "] license = "MIT OR Apache-2.0" @@ -36,12 +36,12 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = ["crc gix-path = { version = "^0.10.10", path = "../gix-path" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-chunk = { version = "^0.4.8", path = "../gix-chunk" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable", optional = true } # for streaming of packs (input, output) -gix-traverse = { version = "^0.40.0", path = "../gix-traverse", optional = true } -gix-diff = { version = "^0.45.0", path = "../gix-diff", default-features = false, optional = true } +gix-traverse = { version = "^0.41.0", path = "../gix-traverse", optional = true } +gix-diff = { version = "^0.46.0", path = "../gix-diff", default-features = false, optional = true } memmap2 = "0.9.0" smallvec = "1.3.0" diff --git a/gix-ref/CHANGELOG.md b/gix-ref/CHANGELOG.md index 5fdce744f59..8c2ef13a52b 100644 --- a/gix-ref/CHANGELOG.md +++ b/gix-ref/CHANGELOG.md @@ -5,10 +5,28 @@ 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.47.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.46.0 (2024-08-22) ### Bug Fixes diff --git a/gix-ref/Cargo.toml b/gix-ref/Cargo.toml index ed48274205f..1d4dee06269 100644 --- a/gix-ref/Cargo.toml +++ b/gix-ref/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-ref" -version = "0.46.0" +version = "0.47.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate to handle git references" @@ -23,10 +23,10 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = ["wal gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-utils = { version = "^0.1.11", path = "../gix-utils" } gix-validate = { version = "^0.9.0", path = "../gix-validate" } -gix-actor = { version = "^0.31.6", path = "../gix-actor" } +gix-actor = { version = "^0.32.0", path = "../gix-actor" } gix-lock = { version = "^14.0.0", path = "../gix-lock" } gix-tempfile = { version = "^14.0.0", default-features = false, path = "../gix-tempfile" } diff --git a/gix-refspec/CHANGELOG.md b/gix-refspec/CHANGELOG.md index 87f6cc1bb67..5ac32a8ff78 100644 --- a/gix-refspec/CHANGELOG.md +++ b/gix-refspec/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.24.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-refspec/Cargo.toml b/gix-refspec/Cargo.toml index 646ae800b82..42ba99951d2 100644 --- a/gix-refspec/Cargo.toml +++ b/gix-refspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-refspec" -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 for parsing and representing refspecs" @@ -13,7 +13,7 @@ rust-version = "1.65" doctest = false [dependencies] -gix-revision = { version = "^0.28.0", path = "../gix-revision", default-features = false } +gix-revision = { version = "^0.29.0", path = "../gix-revision", default-features = false } gix-validate = { version = "^0.9.0", path = "../gix-validate" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } diff --git a/gix-revision/CHANGELOG.md b/gix-revision/CHANGELOG.md index d27d9cfa6fc..ac422095dea 100644 --- a/gix-revision/CHANGELOG.md +++ b/gix-revision/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.28.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-revision/Cargo.toml b/gix-revision/Cargo.toml index b845fb9326f..b5fb9ad0729 100644 --- a/gix-revision/Cargo.toml +++ b/gix-revision/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-revision" -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 dealing with finding names for revisions and parsing specifications" @@ -23,10 +23,10 @@ serde = ["dep:serde", "gix-hash/serde", "gix-object/serde"] [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-date = { version = "^0.9.0", path = "../gix-date" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable", optional = true } -gix-revwalk = { version = "^0.14.0", path = "../gix-revwalk" } +gix-revwalk = { version = "^0.15.0", path = "../gix-revwalk" } gix-trace = { version = "^0.1.8", path = "../gix-trace", optional = true } bstr = { version = "1.3.0", default-features = false, features = ["std"] } diff --git a/gix-revwalk/CHANGELOG.md b/gix-revwalk/CHANGELOG.md index f6d619d6947..2264065b28b 100644 --- a/gix-revwalk/CHANGELOG.md +++ b/gix-revwalk/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.14.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-revwalk/Cargo.toml b/gix-revwalk/Cargo.toml index 6a5ddce20ae..324c53b0b13 100644 --- a/gix-revwalk/Cargo.toml +++ b/gix-revwalk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-revwalk" -version = "0.14.0" +version = "0.15.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate providing utilities for walking the revision graph" @@ -14,7 +14,7 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-date = { version = "^0.9.0", path = "../gix-date" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" } gix-commitgraph = { version = "^0.24.3", path = "../gix-commitgraph" } diff --git a/gix-status/CHANGELOG.md b/gix-status/CHANGELOG.md index 0f3ef7f1d26..4f3558f0b1a 100644 --- a/gix-status/CHANGELOG.md +++ b/gix-status/CHANGELOG.md @@ -5,10 +5,28 @@ 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.13.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.12.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-status/Cargo.toml b/gix-status/Cargo.toml index 408f6f779c9..53c71a98983 100644 --- a/gix-status/Cargo.toml +++ b/gix-status/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-status" -version = "0.12.0" +version = "0.13.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" @@ -18,18 +18,18 @@ doctest = false worktree-rewrites = ["dep:gix-dir", "dep:gix-diff"] [dependencies] -gix-index = { version = "^0.34.0", path = "../gix-index" } +gix-index = { version = "^0.35.0", path = "../gix-index" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-features = { version = "^0.38.2", path = "../gix-features", features = ["progress"] } -gix-filter = { version = "^0.12.0", path = "../gix-filter" } -gix-worktree = { version = "^0.35.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } +gix-filter = { version = "^0.13.0", path = "../gix-filter" } +gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } gix-pathspec = { version = "^0.7.7", path = "../gix-pathspec" } -gix-dir = { version = "^0.7.0", path = "../gix-dir", optional = true } -gix-diff = { version = "^0.45.0", path = "../gix-diff", default-features = false, features = ["blob"], optional = true } +gix-dir = { version = "^0.8.0", path = "../gix-dir", optional = true } +gix-diff = { version = "^0.46.0", path = "../gix-diff", default-features = false, features = ["blob"], optional = true } thiserror = "1.0.26" filetime = "0.2.15" diff --git a/gix-submodule/CHANGELOG.md b/gix-submodule/CHANGELOG.md index 31570cb72c2..a9448214b0f 100644 --- a/gix-submodule/CHANGELOG.md +++ b/gix-submodule/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.13.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-submodule/Cargo.toml b/gix-submodule/Cargo.toml index 2d49b3c4e67..e049f3509c8 100644 --- a/gix-submodule/Cargo.toml +++ b/gix-submodule/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-submodule" -version = "0.13.0" +version = "0.14.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing git submodules" @@ -14,8 +14,8 @@ doctest = false [dependencies] gix-pathspec = { version = "^0.7.7", path = "../gix-pathspec" } -gix-refspec = { version = "^0.24.0", path = "../gix-refspec" } -gix-config = { version = "^0.39.0", path = "../gix-config" } +gix-refspec = { version = "^0.25.0", path = "../gix-refspec" } +gix-config = { version = "^0.40.0", path = "../gix-config" } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-url = { version = "^0.27.5", path = "../gix-url" } diff --git a/gix-traverse/CHANGELOG.md b/gix-traverse/CHANGELOG.md index e4df19fee98..e1c0521c63d 100644 --- a/gix-traverse/CHANGELOG.md +++ b/gix-traverse/CHANGELOG.md @@ -5,10 +5,28 @@ 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.41.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.40.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-traverse/Cargo.toml b/gix-traverse/Cargo.toml index 2c88ba6eb8a..b58e667072f 100644 --- a/gix-traverse/Cargo.toml +++ b/gix-traverse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-traverse" -version = "0.40.0" +version = "0.41.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project" @@ -15,10 +15,10 @@ doctest = false [dependencies] gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-date = { version = "^0.9.0", path = "../gix-date" } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" } -gix-revwalk = { version = "^0.14.0", path = "../gix-revwalk" } +gix-revwalk = { version = "^0.15.0", path = "../gix-revwalk" } gix-commitgraph = { version = "^0.24.3", path = "../gix-commitgraph" } smallvec = "1.10.0" thiserror = "1.0.32" diff --git a/gix-worktree-state/CHANGELOG.md b/gix-worktree-state/CHANGELOG.md index b90c98f9beb..017c05ba116 100644 --- a/gix-worktree-state/CHANGELOG.md +++ b/gix-worktree-state/CHANGELOG.md @@ -5,10 +5,28 @@ 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.13.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.12.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-worktree-state/Cargo.toml b/gix-worktree-state/Cargo.toml index 1cfdea7ec06..0681348e28a 100644 --- a/gix-worktree-state/Cargo.toml +++ b/gix-worktree-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-worktree-state" -version = "0.12.0" +version = "0.13.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.35.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } -gix-index = { version = "^0.34.0", path = "../gix-index" } +gix-worktree = { version = "^0.36.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } +gix-index = { version = "^0.35.0", path = "../gix-index" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-features = { version = "^0.38.2", path = "../gix-features" } -gix-filter = { version = "^0.12.0", path = "../gix-filter" } +gix-filter = { version = "^0.13.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 0ea766425e0..1a7ade3329c 100644 --- a/gix-worktree-stream/CHANGELOG.md +++ b/gix-worktree-stream/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.14.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-worktree-stream/Cargo.toml b/gix-worktree-stream/Cargo.toml index 420631a428b..e2a40d55f0d 100644 --- a/gix-worktree-stream/Cargo.toml +++ b/gix-worktree-stream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-worktree-stream" -version = "0.14.0" +version = "0.15.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "generate a byte-stream from a git-tree" @@ -15,10 +15,10 @@ doctest = false [dependencies] gix-features = { version = "^0.38.2", path = "../gix-features", features = ["progress", "io-pipe"] } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-attributes = { version = "^0.22.5", path = "../gix-attributes" } -gix-filter = { version = "^0.12.0", path = "../gix-filter" } -gix-traverse = { version = "^0.40.0", path = "../gix-traverse" } +gix-filter = { version = "^0.13.0", path = "../gix-filter" } +gix-traverse = { version = "^0.41.0", path = "../gix-traverse" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-path = { version = "^0.10.10", path = "../gix-path" } diff --git a/gix-worktree/CHANGELOG.md b/gix-worktree/CHANGELOG.md index 67e7d1b9ba0..c6b64b4eef2 100644 --- a/gix-worktree/CHANGELOG.md +++ b/gix-worktree/CHANGELOG.md @@ -5,10 +5,28 @@ 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 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.35.0 (2024-08-22) A maintenance release without user-facing changes. diff --git a/gix-worktree/Cargo.toml b/gix-worktree/Cargo.toml index efb365a4252..d047256787f 100644 --- a/gix-worktree/Cargo.toml +++ b/gix-worktree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-worktree" -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 for shared worktree related types and utilities." @@ -21,10 +21,10 @@ attributes = ["dep:gix-attributes", "dep:gix-validate"] 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.34.0", path = "../gix-index" } +gix-index = { version = "^0.35.0", path = "../gix-index" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } +gix-object = { version = "^0.44.0", path = "../gix-object" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-attributes = { version = "^0.22.5", path = "../gix-attributes", optional = true } diff --git a/gix/CHANGELOG.md b/gix/CHANGELOG.md index fa8c9d7e92a..323aec87d8c 100644 --- a/gix/CHANGELOG.md +++ b/gix/CHANGELOG.md @@ -5,10 +5,28 @@ 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.66.0 (2024-08-22) A maintenance release without user-facing changes. +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prepare changelog prior to (yet another) release ([`209b6de`](https://github.com/Byron/gitoxide/commit/209b6de0329dbaaf61b929d32d9d54cf13fe241e)) +
+ ## 0.65.0 (2024-08-22) diff --git a/gix/Cargo.toml b/gix/Cargo.toml index af2670d60f2..b0e5305e243 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.65.0" +version = "0.66.0" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*"] @@ -299,34 +299,34 @@ cache-efficiency-debug = ["gix-features/cache-efficiency-debug"] [dependencies] gix-utils = { version = "^0.1.12", path = "../gix-utils" } gix-fs = { version = "^0.11.3", path = "../gix-fs" } -gix-ref = { version = "^0.46.0", path = "../gix-ref" } -gix-discover = { version = "^0.34.0", path = "../gix-discover" } +gix-ref = { version = "^0.47.0", path = "../gix-ref" } +gix-discover = { version = "^0.35.0", path = "../gix-discover" } gix-tempfile = { version = "^14.0.0", path = "../gix-tempfile", default-features = false } gix-lock = { version = "^14.0.0", path = "../gix-lock" } gix-validate = { version = "^0.9.0", path = "../gix-validate" } gix-sec = { version = "^0.10.8", path = "../gix-sec" } gix-date = { version = "^0.9.0", path = "../gix-date" } -gix-refspec = { version = "^0.24.0", path = "../gix-refspec" } -gix-filter = { version = "^0.12.0", path = "../gix-filter", optional = true } -gix-dir = { version = "^0.7.0", path = "../gix-dir", optional = true } +gix-refspec = { version = "^0.25.0", path = "../gix-refspec" } +gix-filter = { version = "^0.13.0", path = "../gix-filter", optional = true } +gix-dir = { version = "^0.8.0", path = "../gix-dir", optional = true } -gix-config = { version = "^0.39.0", path = "../gix-config" } -gix-odb = { version = "^0.62.0", path = "../gix-odb" } +gix-config = { version = "^0.40.0", path = "../gix-config" } +gix-odb = { version = "^0.63.0", path = "../gix-odb" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } -gix-object = { version = "^0.43.0", path = "../gix-object" } -gix-actor = { version = "^0.31.6", path = "../gix-actor" } -gix-pack = { version = "^0.52.0", path = "../gix-pack", default-features = false, features = [ +gix-object = { version = "^0.44.0", path = "../gix-object" } +gix-actor = { version = "^0.32.0", path = "../gix-actor" } +gix-pack = { version = "^0.53.0", path = "../gix-pack", default-features = false, features = [ "object-cache-dynamic", ] } -gix-revision = { version = "^0.28.0", path = "../gix-revision", default-features = false } -gix-revwalk = { version = "^0.14.0", path = "../gix-revwalk" } -gix-negotiate = { version = "^0.14.0", path = "../gix-negotiate", optional = true } +gix-revision = { version = "^0.29.0", path = "../gix-revision", default-features = false } +gix-revwalk = { version = "^0.15.0", path = "../gix-revwalk" } +gix-negotiate = { version = "^0.15.0", path = "../gix-negotiate", optional = true } gix-path = { version = "^0.10.10", path = "../gix-path" } gix-url = { version = "^0.27.5", path = "../gix-url" } -gix-traverse = { version = "^0.40.0", path = "../gix-traverse" } -gix-diff = { version = "^0.45.0", path = "../gix-diff", default-features = false } -gix-mailmap = { version = "^0.23.6", path = "../gix-mailmap", optional = true } +gix-traverse = { version = "^0.41.0", path = "../gix-traverse" } +gix-diff = { version = "^0.46.0", path = "../gix-diff", default-features = false } +gix-mailmap = { version = "^0.24.0", path = "../gix-mailmap", optional = true } gix-features = { version = "^0.38.2", path = "../gix-features", features = [ "progress", "once_cell", @@ -336,22 +336,22 @@ gix-trace = { version = "^0.1.9", path = "../gix-trace" } gix-glob = { version = "^0.16.5", path = "../gix-glob" } gix-credentials = { version = "^0.24.5", path = "../gix-credentials", optional = true } gix-prompt = { version = "^0.8.7", path = "../gix-prompt", optional = true } -gix-index = { version = "^0.34.0", path = "../gix-index", optional = true } +gix-index = { version = "^0.35.0", path = "../gix-index", optional = true } gix-attributes = { version = "^0.22.5", path = "../gix-attributes", optional = true } gix-ignore = { version = "^0.11.4", path = "../gix-ignore", optional = true } -gix-worktree = { version = "^0.35.0", path = "../gix-worktree", optional = true, default-features = false } -gix-worktree-state = { version = "^0.12.0", path = "../gix-worktree-state", optional = true } +gix-worktree = { version = "^0.36.0", path = "../gix-worktree", optional = true, default-features = false } +gix-worktree-state = { version = "^0.13.0", path = "../gix-worktree-state", optional = true } gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" } gix-commitgraph = { version = "^0.24.3", path = "../gix-commitgraph" } gix-pathspec = { version = "^0.7.7", path = "../gix-pathspec", optional = true } -gix-submodule = { version = "^0.13.0", path = "../gix-submodule", optional = true } -gix-status = { version = "^0.12.0", path = "../gix-status", optional = true, features = [ +gix-submodule = { version = "^0.14.0", path = "../gix-submodule", optional = true } +gix-status = { version = "^0.13.0", path = "../gix-status", optional = true, features = [ "worktree-rewrites", ] } gix-command = { version = "^0.3.9", path = "../gix-command", optional = true } -gix-worktree-stream = { version = "^0.14.0", path = "../gix-worktree-stream", optional = true } -gix-archive = { version = "^0.14.0", path = "../gix-archive", default-features = false, optional = true } +gix-worktree-stream = { version = "^0.15.0", path = "../gix-worktree-stream", optional = true } +gix-archive = { version = "^0.15.0", path = "../gix-archive", default-features = false, optional = true } # For communication with remotes gix-protocol = { version = "^0.45.3", path = "../gix-protocol", optional = true } diff --git a/tests/it/Cargo.toml b/tests/it/Cargo.toml index 48352adcbb5..2f76f9fadb5 100644 --- a/tests/it/Cargo.toml +++ b/tests/it/Cargo.toml @@ -15,5 +15,5 @@ path = "src/main.rs" clap = { version = "4.5.16", features = ["derive"] } anyhow = "1.0.86" -gix = { version = "^0.65.0", path = "../../gix", default-features = false, features = ["attributes", "revision"] } +gix = { version = "^0.66.0", path = "../../gix", default-features = false, features = ["attributes", "revision"] }