diff --git a/Cargo.lock b/Cargo.lock index 57a355ef104..a154c740c80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1460,7 +1460,7 @@ dependencies = [ [[package]] name = "gix-archive" -version = "0.21.1" +version = "0.21.2" dependencies = [ "bstr", "document-features", @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "gix-attributes" -version = "0.26.0" +version = "0.26.1" dependencies = [ "bstr", "document-features", @@ -1541,7 +1541,7 @@ dependencies = [ [[package]] name = "gix-command" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bstr", "gix-path", @@ -1766,7 +1766,7 @@ version = "0.0.0" [[package]] name = "gix-filter" -version = "0.19.1" +version = "0.19.2" dependencies = [ "bstr", "encoding_rs", @@ -1815,7 +1815,7 @@ dependencies = [ [[package]] name = "gix-glob" -version = "0.20.0" +version = "0.20.1" dependencies = [ "bitflags 2.9.0", "bstr", @@ -2605,7 +2605,7 @@ dependencies = [ [[package]] name = "gix-worktree-stream" -version = "0.21.1" +version = "0.21.2" dependencies = [ "gix-attributes", "gix-features", @@ -5988,13 +5988,12 @@ dependencies = [ [[package]] name = "zip" -version = "2.6.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744" +checksum = "12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308" dependencies = [ "arbitrary", "crc32fast", - "crossbeam-utils", "flate2", "indexmap", "memchr", diff --git a/gitoxide-core/Cargo.toml b/gitoxide-core/Cargo.toml index f5c0ae1152f..c210488f6b0 100644 --- a/gitoxide-core/Cargo.toml +++ b/gitoxide-core/Cargo.toml @@ -52,7 +52,7 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"] gix = { version = "^0.72.1", path = "../gix", default-features = false, features = ["merge", "blob-diff", "blame", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] } gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.59.1", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] } gix-transport-configuration-only = { package = "gix-transport", version = "^0.47.0", path = "../gix-transport", default-features = false } -gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } +gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.2", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } gix-status = { version = "^0.19.1", path = "../gix-status" } gix-fsck = { version = "^0.11.1", path = "../gix-fsck" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] } diff --git a/gix-archive/CHANGELOG.md b/gix-archive/CHANGELOG.md index 11d10b41bc7..9ff90248f04 100644 --- a/gix-archive/CHANGELOG.md +++ b/gix-archive/CHANGELOG.md @@ -5,13 +5,44 @@ 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). +## 0.21.2 (2025-05-16) + +Update the `zip` dependency to the unyanked version 3.0. + +### Commit Statistics + + + + - 7 commits contributed to the release over the course of 20 calendar days. + - 20 days passed between releases. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 2 unique issues were worked on: [#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984), [#2013](https://github.com/GitoxideLabs/gitoxide/issues/2013) + +### Commit Details + + + +
view details + + * **[#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984)** + - Further upgrade `jiff` to fix fuzz failures ([`0be4dd4`](https://github.com/GitoxideLabs/gitoxide/commit/0be4dd4e037e8a3080ef335913e06bc2584fd96d)) + * **[#2013](https://github.com/GitoxideLabs/gitoxide/issues/2013)** + - Avoid yanked `zip` dependency ([`8692657`](https://github.com/GitoxideLabs/gitoxide/commit/8692657ec7c7ab765fcf1aeb9f0e1c55384e39d3)) + * **Uncategorized** + - Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e)) + - Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a)) + - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de)) + - Merge pull request #1984 from GitoxideLabs/fuzz ([`f965540`](https://github.com/GitoxideLabs/gitoxide/commit/f965540c162ed3e23bd0d7ad9083093033647e51)) + - Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13)) +
+ ## 0.21.1 (2025-04-26) ### Commit Statistics - - 1 commit contributed to the release. + - 3 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,7 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v0.10.0, gix-path v0.10.17, gix-features v0.42.1, gix-hash v0.18.0, gix-hashtable v0.8.1, gix-object v0.49.1, gix-glob v0.20.0, gix-quote v0.6.0, gix-attributes v0.26.0, gix-command v0.6.0, gix-packetline-blocking v0.19.0, gix-filter v0.19.1, gix-fs v0.15.0, gix-commitgraph v0.28.0, gix-revwalk v0.20.1, gix-traverse v0.46.1, gix-worktree-stream v0.21.1, gix-archive v0.21.1, gix-tempfile v17.1.0, gix-lock v17.1.0, gix-index v0.40.0, gix-config-value v0.15.0, gix-pathspec v0.11.0, gix-ignore v0.15.0, gix-worktree v0.41.0, gix-diff v0.52.1, gix-blame v0.2.1, gix-ref v0.52.1, gix-sec v0.11.0, gix-config v0.45.1, gix-prompt v0.11.0, gix-url v0.31.0, gix-credentials v0.29.0, gix-discover v0.40.1, gix-dir v0.14.1, gix-mailmap v0.27.1, gix-revision v0.34.1, gix-merge v0.5.1, gix-negotiate v0.20.1, gix-pack v0.59.1, gix-odb v0.69.1, gix-refspec v0.30.1, gix-shallow v0.4.0, gix-packetline v0.19.0, gix-transport v0.47.0, gix-protocol v0.50.1, gix-status v0.19.1, gix-submodule v0.19.1, gix-worktree-state v0.19.0, gix v0.72.1, gix-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 ([`e104545`](https://github.com/GitoxideLabs/gitoxide/commit/e104545b78951ca882481d4a58f4425a8bc81c87)) - Bump all prior pratch levels to majors ([`5f7f805`](https://github.com/GitoxideLabs/gitoxide/commit/5f7f80570e1a5522e76ea58cccbb957249a0dffe)) + - Merge pull request #1969 from GitoxideLabs/new-release ([`631f07a`](https://github.com/GitoxideLabs/gitoxide/commit/631f07ad0c1cb93d9da42cf2c8499584fe91880a))
## 0.21.0 (2025-04-25) diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index 29b84399e65..3ba25cf8069 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -2,7 +2,7 @@ lints.workspace = true [package] name = "gix-archive" -version = "0.21.1" +version = "0.21.2" repository = "https://github.com/GitoxideLabs/gitoxide" license = "MIT OR Apache-2.0" description = "archive generation from of a worktree stream" @@ -28,13 +28,13 @@ zip = ["dep:flate2", "dep:zip"] [dependencies] -gix-worktree-stream = { version = "^0.21.1", path = "../gix-worktree-stream" } +gix-worktree-stream = { version = "^0.21.2", path = "../gix-worktree-stream" } gix-object = { version = "^0.49.1", path = "../gix-object" } gix-path = { version = "^0.10.18", path = "../gix-path", optional = true } gix-date = { version = "^0.10.2", path = "../gix-date" } flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] } -zip = { version = "2.6.1", optional = true, default-features = false, features = ["deflate"] } +zip = { version = "3.0.0", optional = true, default-features = false, features = ["deflate"] } jiff = { version = "0.2.12", default-features = false, features = ["std"] } thiserror = "2.0.0" diff --git a/gix-attributes/CHANGELOG.md b/gix-attributes/CHANGELOG.md index 4620837b6cf..37abf9e6997 100644 --- a/gix-attributes/CHANGELOG.md +++ b/gix-attributes/CHANGELOG.md @@ -5,13 +5,39 @@ 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). +## 0.26.1 (2025-05-16) + +A maintenance release without user-facing changes. + +### Commit Statistics + + + + - 4 commits contributed to the release over the course of 20 calendar days. + - 20 days passed between releases. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e)) + - Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a)) + - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de)) + - Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13)) +
+ ## 0.26.0 (2025-04-26) ### Commit Statistics - - 1 commit contributed to the release. + - 3 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v0.10.0, gix-path v0.10.17, gix-features v0.42.1, gix-hash v0.18.0, gix-hashtable v0.8.1, gix-object v0.49.1, gix-glob v0.20.0, gix-quote v0.6.0, gix-attributes v0.26.0, gix-command v0.6.0, gix-packetline-blocking v0.19.0, gix-filter v0.19.1, gix-fs v0.15.0, gix-commitgraph v0.28.0, gix-revwalk v0.20.1, gix-traverse v0.46.1, gix-worktree-stream v0.21.1, gix-archive v0.21.1, gix-tempfile v17.1.0, gix-lock v17.1.0, gix-index v0.40.0, gix-config-value v0.15.0, gix-pathspec v0.11.0, gix-ignore v0.15.0, gix-worktree v0.41.0, gix-diff v0.52.1, gix-blame v0.2.1, gix-ref v0.52.1, gix-sec v0.11.0, gix-config v0.45.1, gix-prompt v0.11.0, gix-url v0.31.0, gix-credentials v0.29.0, gix-discover v0.40.1, gix-dir v0.14.1, gix-mailmap v0.27.1, gix-revision v0.34.1, gix-merge v0.5.1, gix-negotiate v0.20.1, gix-pack v0.59.1, gix-odb v0.69.1, gix-refspec v0.30.1, gix-shallow v0.4.0, gix-packetline v0.19.0, gix-transport v0.47.0, gix-protocol v0.50.1, gix-status v0.19.1, gix-submodule v0.19.1, gix-worktree-state v0.19.0, gix v0.72.1, gix-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 ([`e104545`](https://github.com/GitoxideLabs/gitoxide/commit/e104545b78951ca882481d4a58f4425a8bc81c87)) - Bump all prior pratch levels to majors ([`5f7f805`](https://github.com/GitoxideLabs/gitoxide/commit/5f7f80570e1a5522e76ea58cccbb957249a0dffe)) + - Merge pull request #1969 from GitoxideLabs/new-release ([`631f07a`](https://github.com/GitoxideLabs/gitoxide/commit/631f07ad0c1cb93d9da42cf2c8499584fe91880a))
## 0.25.1 (2025-04-25) diff --git a/gix-attributes/Cargo.toml b/gix-attributes/Cargo.toml index 506ad97e738..978b9a793e6 100644 --- a/gix-attributes/Cargo.toml +++ b/gix-attributes/Cargo.toml @@ -2,7 +2,7 @@ lints.workspace = true [package] name = "gix-attributes" -version = "0.26.0" +version = "0.26.1" repository = "https://github.com/GitoxideLabs/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing .gitattributes files" @@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"] [dependencies] gix-path = { version = "^0.10.18", path = "../gix-path" } gix-quote = { version = "^0.6.0", path = "../gix-quote" } -gix-glob = { version = "^0.20.0", path = "../gix-glob" } +gix-glob = { version = "^0.20.1", path = "../gix-glob" } gix-trace = { version = "^0.1.12", path = "../gix-trace" } bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] } diff --git a/gix-command/CHANGELOG.md b/gix-command/CHANGELOG.md index c0070161bed..cc1e369e5a5 100644 --- a/gix-command/CHANGELOG.md +++ b/gix-command/CHANGELOG.md @@ -5,13 +5,39 @@ 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). +## 0.6.1 (2025-05-16) + +A maintenance release without user-facing changes. + +### Commit Statistics + + + + - 4 commits contributed to the release over the course of 20 calendar days. + - 20 days passed between releases. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e)) + - Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a)) + - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de)) + - Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13)) +
+ ## 0.6.0 (2025-04-26) ### Commit Statistics - - 1 commit contributed to the release. + - 3 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v0.10.0, gix-path v0.10.17, gix-features v0.42.1, gix-hash v0.18.0, gix-hashtable v0.8.1, gix-object v0.49.1, gix-glob v0.20.0, gix-quote v0.6.0, gix-attributes v0.26.0, gix-command v0.6.0, gix-packetline-blocking v0.19.0, gix-filter v0.19.1, gix-fs v0.15.0, gix-commitgraph v0.28.0, gix-revwalk v0.20.1, gix-traverse v0.46.1, gix-worktree-stream v0.21.1, gix-archive v0.21.1, gix-tempfile v17.1.0, gix-lock v17.1.0, gix-index v0.40.0, gix-config-value v0.15.0, gix-pathspec v0.11.0, gix-ignore v0.15.0, gix-worktree v0.41.0, gix-diff v0.52.1, gix-blame v0.2.1, gix-ref v0.52.1, gix-sec v0.11.0, gix-config v0.45.1, gix-prompt v0.11.0, gix-url v0.31.0, gix-credentials v0.29.0, gix-discover v0.40.1, gix-dir v0.14.1, gix-mailmap v0.27.1, gix-revision v0.34.1, gix-merge v0.5.1, gix-negotiate v0.20.1, gix-pack v0.59.1, gix-odb v0.69.1, gix-refspec v0.30.1, gix-shallow v0.4.0, gix-packetline v0.19.0, gix-transport v0.47.0, gix-protocol v0.50.1, gix-status v0.19.1, gix-submodule v0.19.1, gix-worktree-state v0.19.0, gix v0.72.1, gix-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 ([`e104545`](https://github.com/GitoxideLabs/gitoxide/commit/e104545b78951ca882481d4a58f4425a8bc81c87)) - Bump all prior pratch levels to majors ([`5f7f805`](https://github.com/GitoxideLabs/gitoxide/commit/5f7f80570e1a5522e76ea58cccbb957249a0dffe)) + - Merge pull request #1969 from GitoxideLabs/new-release ([`631f07a`](https://github.com/GitoxideLabs/gitoxide/commit/631f07ad0c1cb93d9da42cf2c8499584fe91880a))
## 0.5.1 (2025-04-25) diff --git a/gix-command/Cargo.toml b/gix-command/Cargo.toml index 40c7c3398e0..016cf31ca25 100644 --- a/gix-command/Cargo.toml +++ b/gix-command/Cargo.toml @@ -2,7 +2,7 @@ lints.workspace = true [package] name = "gix-command" -version = "0.6.0" +version = "0.6.1" repository = "https://github.com/GitoxideLabs/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project handling internal git command execution" diff --git a/gix-config/Cargo.toml b/gix-config/Cargo.toml index 48215b20328..64161aabfe6 100644 --- a/gix-config/Cargo.toml +++ b/gix-config/Cargo.toml @@ -24,7 +24,7 @@ gix-config-value = { version = "^0.15.0", path = "../gix-config-value" } gix-path = { version = "^0.10.18", path = "../gix-path" } gix-sec = { version = "^0.11.0", path = "../gix-sec" } gix-ref = { version = "^0.52.1", path = "../gix-ref" } -gix-glob = { version = "^0.20.0", path = "../gix-glob" } +gix-glob = { version = "^0.20.1", path = "../gix-glob" } winnow = { version = "0.7.7", features = ["simd"] } memchr = "2" diff --git a/gix-credentials/Cargo.toml b/gix-credentials/Cargo.toml index 2cd61458788..453addbfad0 100644 --- a/gix-credentials/Cargo.toml +++ b/gix-credentials/Cargo.toml @@ -22,7 +22,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde"] gix-sec = { version = "^0.11.0", path = "../gix-sec" } gix-url = { version = "^0.31.0", path = "../gix-url" } gix-path = { version = "^0.10.18", path = "../gix-path" } -gix-command = { version = "^0.6.0", path = "../gix-command" } +gix-command = { version = "^0.6.1", path = "../gix-command" } gix-config-value = { version = "^0.15.0", path = "../gix-config-value" } gix-prompt = { version = "^0.11.0", path = "../gix-prompt" } gix-date = { version = "^0.10.1", path = "../gix-date" } diff --git a/gix-diff/Cargo.toml b/gix-diff/Cargo.toml index 2d68984db2b..c3f0cd92078 100644 --- a/gix-diff/Cargo.toml +++ b/gix-diff/Cargo.toml @@ -29,12 +29,12 @@ doctest = false [dependencies] gix-index = { version = "^0.40.1", path = "../gix-index", optional = true } gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec", optional = true } -gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true } +gix-attributes = { version = "^0.26.1", path = "../gix-attributes", optional = true } gix-hash = { version = "^0.18.0", path = "../gix-hash" } gix-object = { version = "^0.49.1", path = "../gix-object" } -gix-filter = { version = "^0.19.1", path = "../gix-filter", optional = true } +gix-filter = { version = "^0.19.2", path = "../gix-filter", optional = true } gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true } -gix-command = { version = "^0.6.0", path = "../gix-command", optional = true } +gix-command = { version = "^0.6.1", path = "../gix-command", optional = true } gix-path = { version = "^0.10.18", path = "../gix-path", optional = true } gix-fs = { version = "^0.15.0", path = "../gix-fs", optional = true } gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile", optional = true } diff --git a/gix-filter/CHANGELOG.md b/gix-filter/CHANGELOG.md index b75a3b9d734..6de82166739 100644 --- a/gix-filter/CHANGELOG.md +++ b/gix-filter/CHANGELOG.md @@ -5,13 +5,39 @@ 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). +## 0.19.2 (2025-05-16) + +A maintenance release without user-facing changes. + +### Commit Statistics + + + + - 4 commits contributed to the release over the course of 20 calendar days. + - 20 days passed between releases. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e)) + - Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a)) + - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de)) + - Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13)) +
+ ## 0.19.1 (2025-04-26) ### Commit Statistics - - 1 commit contributed to the release. + - 3 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v0.10.0, gix-path v0.10.17, gix-features v0.42.1, gix-hash v0.18.0, gix-hashtable v0.8.1, gix-object v0.49.1, gix-glob v0.20.0, gix-quote v0.6.0, gix-attributes v0.26.0, gix-command v0.6.0, gix-packetline-blocking v0.19.0, gix-filter v0.19.1, gix-fs v0.15.0, gix-commitgraph v0.28.0, gix-revwalk v0.20.1, gix-traverse v0.46.1, gix-worktree-stream v0.21.1, gix-archive v0.21.1, gix-tempfile v17.1.0, gix-lock v17.1.0, gix-index v0.40.0, gix-config-value v0.15.0, gix-pathspec v0.11.0, gix-ignore v0.15.0, gix-worktree v0.41.0, gix-diff v0.52.1, gix-blame v0.2.1, gix-ref v0.52.1, gix-sec v0.11.0, gix-config v0.45.1, gix-prompt v0.11.0, gix-url v0.31.0, gix-credentials v0.29.0, gix-discover v0.40.1, gix-dir v0.14.1, gix-mailmap v0.27.1, gix-revision v0.34.1, gix-merge v0.5.1, gix-negotiate v0.20.1, gix-pack v0.59.1, gix-odb v0.69.1, gix-refspec v0.30.1, gix-shallow v0.4.0, gix-packetline v0.19.0, gix-transport v0.47.0, gix-protocol v0.50.1, gix-status v0.19.1, gix-submodule v0.19.1, gix-worktree-state v0.19.0, gix v0.72.1, gix-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 ([`e104545`](https://github.com/GitoxideLabs/gitoxide/commit/e104545b78951ca882481d4a58f4425a8bc81c87)) - Bump all prior pratch levels to majors ([`5f7f805`](https://github.com/GitoxideLabs/gitoxide/commit/5f7f80570e1a5522e76ea58cccbb957249a0dffe)) + - Merge pull request #1969 from GitoxideLabs/new-release ([`631f07a`](https://github.com/GitoxideLabs/gitoxide/commit/631f07ad0c1cb93d9da42cf2c8499584fe91880a))
## 0.19.0 (2025-04-25) diff --git a/gix-filter/Cargo.toml b/gix-filter/Cargo.toml index 6bc9561da0c..d21e0a6305e 100644 --- a/gix-filter/Cargo.toml +++ b/gix-filter/Cargo.toml @@ -2,7 +2,7 @@ lints.workspace = true [package] name = "gix-filter" -version = "0.19.1" +version = "0.19.2" repository = "https://github.com/GitoxideLabs/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing git filters" @@ -18,12 +18,12 @@ doctest = false gix-hash = { version = "^0.18.0", path = "../gix-hash" } gix-trace = { version = "^0.1.12", path = "../gix-trace" } gix-object = { version = "^0.49.1", path = "../gix-object" } -gix-command = { version = "^0.6.0", path = "../gix-command" } +gix-command = { version = "^0.6.1", path = "../gix-command" } gix-quote = { version = "^0.6.0", path = "../gix-quote" } gix-utils = { version = "^0.3.0", path = "../gix-utils" } gix-path = { version = "^0.10.18", path = "../gix-path" } gix-packetline-blocking = { version = "^0.19.0", path = "../gix-packetline-blocking" } -gix-attributes = { version = "^0.26.0", path = "../gix-attributes" } +gix-attributes = { version = "^0.26.1", path = "../gix-attributes" } encoding_rs = "0.8.32" bstr = { version = "1.12.0", default-features = false, features = ["std"] } diff --git a/gix-glob/CHANGELOG.md b/gix-glob/CHANGELOG.md index f2eebbb9590..00afacb802f 100644 --- a/gix-glob/CHANGELOG.md +++ b/gix-glob/CHANGELOG.md @@ -5,13 +5,39 @@ 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). +## 0.20.1 (2025-05-16) + +A maintenance release without user-facing changes. + +### Commit Statistics + + + + - 4 commits contributed to the release over the course of 20 calendar days. + - 20 days passed between releases. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e)) + - Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a)) + - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de)) + - Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13)) +
+ ## 0.20.0 (2025-04-26) ### Commit Statistics - - 1 commit contributed to the release. + - 3 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v0.10.0, gix-path v0.10.17, gix-features v0.42.1, gix-hash v0.18.0, gix-hashtable v0.8.1, gix-object v0.49.1, gix-glob v0.20.0, gix-quote v0.6.0, gix-attributes v0.26.0, gix-command v0.6.0, gix-packetline-blocking v0.19.0, gix-filter v0.19.1, gix-fs v0.15.0, gix-commitgraph v0.28.0, gix-revwalk v0.20.1, gix-traverse v0.46.1, gix-worktree-stream v0.21.1, gix-archive v0.21.1, gix-tempfile v17.1.0, gix-lock v17.1.0, gix-index v0.40.0, gix-config-value v0.15.0, gix-pathspec v0.11.0, gix-ignore v0.15.0, gix-worktree v0.41.0, gix-diff v0.52.1, gix-blame v0.2.1, gix-ref v0.52.1, gix-sec v0.11.0, gix-config v0.45.1, gix-prompt v0.11.0, gix-url v0.31.0, gix-credentials v0.29.0, gix-discover v0.40.1, gix-dir v0.14.1, gix-mailmap v0.27.1, gix-revision v0.34.1, gix-merge v0.5.1, gix-negotiate v0.20.1, gix-pack v0.59.1, gix-odb v0.69.1, gix-refspec v0.30.1, gix-shallow v0.4.0, gix-packetline v0.19.0, gix-transport v0.47.0, gix-protocol v0.50.1, gix-status v0.19.1, gix-submodule v0.19.1, gix-worktree-state v0.19.0, gix v0.72.1, gix-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 ([`e104545`](https://github.com/GitoxideLabs/gitoxide/commit/e104545b78951ca882481d4a58f4425a8bc81c87)) - Bump all prior pratch levels to majors ([`5f7f805`](https://github.com/GitoxideLabs/gitoxide/commit/5f7f80570e1a5522e76ea58cccbb957249a0dffe)) + - Merge pull request #1969 from GitoxideLabs/new-release ([`631f07a`](https://github.com/GitoxideLabs/gitoxide/commit/631f07ad0c1cb93d9da42cf2c8499584fe91880a))
## 0.19.1 (2025-04-25) diff --git a/gix-glob/Cargo.toml b/gix-glob/Cargo.toml index ad1d8c02147..bd2972da231 100644 --- a/gix-glob/Cargo.toml +++ b/gix-glob/Cargo.toml @@ -2,7 +2,7 @@ lints.workspace = true [package] name = "gix-glob" -version = "0.20.0" +version = "0.20.1" repository = "https://github.com/GitoxideLabs/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dealing with pattern matching" diff --git a/gix-ignore/Cargo.toml b/gix-ignore/Cargo.toml index 8021b01bee3..b3d445f6a46 100644 --- a/gix-ignore/Cargo.toml +++ b/gix-ignore/Cargo.toml @@ -19,7 +19,7 @@ doctest = false serde = ["dep:serde", "bstr/serde", "gix-glob/serde"] [dependencies] -gix-glob = { version = "^0.20.0", path = "../gix-glob" } +gix-glob = { version = "^0.20.1", path = "../gix-glob" } gix-path = { version = "^0.10.18", path = "../gix-path" } gix-trace = { version = "^0.1.12", path = "../gix-trace" } diff --git a/gix-merge/Cargo.toml b/gix-merge/Cargo.toml index 217397ef08d..23976b05169 100644 --- a/gix-merge/Cargo.toml +++ b/gix-merge/Cargo.toml @@ -21,9 +21,9 @@ serde = ["dep:serde", "gix-hash/serde", "gix-object/serde"] [dependencies] gix-hash = { version = "^0.18.0", path = "../gix-hash" } gix-object = { version = "^0.49.1", path = "../gix-object" } -gix-filter = { version = "^0.19.1", path = "../gix-filter" } +gix-filter = { version = "^0.19.2", path = "../gix-filter" } gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } -gix-command = { version = "^0.6.0", path = "../gix-command" } +gix-command = { version = "^0.6.1", path = "../gix-command" } gix-path = { version = "^0.10.18", path = "../gix-path" } gix-fs = { version = "^0.15.0", path = "../gix-fs" } gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile" } diff --git a/gix-pathspec/Cargo.toml b/gix-pathspec/Cargo.toml index 04d536b20cc..4985ea67778 100644 --- a/gix-pathspec/Cargo.toml +++ b/gix-pathspec/Cargo.toml @@ -15,9 +15,9 @@ include = ["src/**/*", "LICENSE-*", "README.md"] doctest = false [dependencies] -gix-glob = { version = "^0.20.0", path = "../gix-glob" } +gix-glob = { version = "^0.20.1", path = "../gix-glob" } gix-path = { version = "^0.10.18", path = "../gix-path" } -gix-attributes = { version = "^0.26.0", path = "../gix-attributes" } +gix-attributes = { version = "^0.26.1", path = "../gix-attributes" } gix-config-value = { version = "^0.15.0", path = "../gix-config-value" } bstr = { version = "1.12.0", default-features = false, features = ["std"] } diff --git a/gix-prompt/Cargo.toml b/gix-prompt/Cargo.toml index 8abda1c8014..e621f563d36 100644 --- a/gix-prompt/Cargo.toml +++ b/gix-prompt/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.70" doctest = false [dependencies] -gix-command = { version = "^0.6.0", path = "../gix-command" } +gix-command = { version = "^0.6.1", path = "../gix-command" } gix-config-value = { version = "^0.15.0", path = "../gix-config-value" } thiserror = "2.0.0" diff --git a/gix-status/Cargo.toml b/gix-status/Cargo.toml index e49509f5050..10fc9dea619 100644 --- a/gix-status/Cargo.toml +++ b/gix-status/Cargo.toml @@ -26,7 +26,7 @@ gix-hash = { version = "^0.18.0", path = "../gix-hash" } gix-object = { version = "^0.49.1", path = "../gix-object" } gix-path = { version = "^0.10.18", path = "../gix-path" } gix-features = { version = "^0.42.1", path = "../gix-features", features = ["progress"] } -gix-filter = { version = "^0.19.1", path = "../gix-filter" } +gix-filter = { version = "^0.19.2", path = "../gix-filter" } gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] } gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec" } diff --git a/gix-transport/Cargo.toml b/gix-transport/Cargo.toml index 36e94ed9196..19967c66f12 100644 --- a/gix-transport/Cargo.toml +++ b/gix-transport/Cargo.toml @@ -81,7 +81,7 @@ path = "tests/async-transport.rs" required-features = ["async-client"] [dependencies] -gix-command = { version = "^0.6.0", path = "../gix-command" } +gix-command = { version = "^0.6.1", path = "../gix-command" } gix-features = { version = "^0.42.1", path = "../gix-features" } gix-url = { version = "^0.31.0", path = "../gix-url" } gix-sec = { version = "^0.11.0", path = "../gix-sec" } diff --git a/gix-worktree-state/Cargo.toml b/gix-worktree-state/Cargo.toml index 53c5fb37564..90497ff6f9c 100644 --- a/gix-worktree-state/Cargo.toml +++ b/gix-worktree-state/Cargo.toml @@ -21,10 +21,10 @@ gix-index = { version = "^0.40.1", path = "../gix-index" } gix-fs = { version = "^0.15.0", path = "../gix-fs" } gix-hash = { version = "^0.18.0", path = "../gix-hash" } gix-object = { version = "^0.49.1", path = "../gix-object" } -gix-glob = { version = "^0.20.0", path = "../gix-glob" } +gix-glob = { version = "^0.20.1", path = "../gix-glob" } gix-path = { version = "^0.10.18", path = "../gix-path" } gix-features = { version = "^0.42.1", path = "../gix-features" } -gix-filter = { version = "^0.19.1", path = "../gix-filter" } +gix-filter = { version = "^0.19.2", path = "../gix-filter" } io-close = "0.3.7" thiserror = "2.0.0" diff --git a/gix-worktree-stream/CHANGELOG.md b/gix-worktree-stream/CHANGELOG.md index 163b2191d1a..9fbb3f99f18 100644 --- a/gix-worktree-stream/CHANGELOG.md +++ b/gix-worktree-stream/CHANGELOG.md @@ -5,13 +5,39 @@ 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). +## 0.21.2 (2025-05-16) + +A maintenance release without user-facing changes. + +### Commit Statistics + + + + - 4 commits contributed to the release over the course of 20 calendar days. + - 20 days passed between releases. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e)) + - Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a)) + - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de)) + - Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13)) +
+ ## 0.21.1 (2025-04-26) ### Commit Statistics - - 1 commit contributed to the release. + - 3 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -22,7 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v0.10.0, gix-path v0.10.17, gix-features v0.42.1, gix-hash v0.18.0, gix-hashtable v0.8.1, gix-object v0.49.1, gix-glob v0.20.0, gix-quote v0.6.0, gix-attributes v0.26.0, gix-command v0.6.0, gix-packetline-blocking v0.19.0, gix-filter v0.19.1, gix-fs v0.15.0, gix-commitgraph v0.28.0, gix-revwalk v0.20.1, gix-traverse v0.46.1, gix-worktree-stream v0.21.1, gix-archive v0.21.1, gix-tempfile v17.1.0, gix-lock v17.1.0, gix-index v0.40.0, gix-config-value v0.15.0, gix-pathspec v0.11.0, gix-ignore v0.15.0, gix-worktree v0.41.0, gix-diff v0.52.1, gix-blame v0.2.1, gix-ref v0.52.1, gix-sec v0.11.0, gix-config v0.45.1, gix-prompt v0.11.0, gix-url v0.31.0, gix-credentials v0.29.0, gix-discover v0.40.1, gix-dir v0.14.1, gix-mailmap v0.27.1, gix-revision v0.34.1, gix-merge v0.5.1, gix-negotiate v0.20.1, gix-pack v0.59.1, gix-odb v0.69.1, gix-refspec v0.30.1, gix-shallow v0.4.0, gix-packetline v0.19.0, gix-transport v0.47.0, gix-protocol v0.50.1, gix-status v0.19.1, gix-submodule v0.19.1, gix-worktree-state v0.19.0, gix v0.72.1, gix-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 ([`e104545`](https://github.com/GitoxideLabs/gitoxide/commit/e104545b78951ca882481d4a58f4425a8bc81c87)) - Bump all prior pratch levels to majors ([`5f7f805`](https://github.com/GitoxideLabs/gitoxide/commit/5f7f80570e1a5522e76ea58cccbb957249a0dffe)) + - Merge pull request #1969 from GitoxideLabs/new-release ([`631f07a`](https://github.com/GitoxideLabs/gitoxide/commit/631f07ad0c1cb93d9da42cf2c8499584fe91880a))
## 0.21.0 (2025-04-25) diff --git a/gix-worktree-stream/Cargo.toml b/gix-worktree-stream/Cargo.toml index a95ad7306ee..67864439078 100644 --- a/gix-worktree-stream/Cargo.toml +++ b/gix-worktree-stream/Cargo.toml @@ -2,7 +2,7 @@ lints.workspace = true [package] name = "gix-worktree-stream" -version = "0.21.1" +version = "0.21.2" repository = "https://github.com/GitoxideLabs/gitoxide" license = "MIT OR Apache-2.0" description = "generate a byte-stream from a git-tree" @@ -18,8 +18,8 @@ doctest = false gix-features = { version = "^0.42.1", path = "../gix-features", features = ["progress", "io-pipe"] } gix-hash = { version = "^0.18.0", path = "../gix-hash" } gix-object = { version = "^0.49.1", path = "../gix-object" } -gix-attributes = { version = "^0.26.0", path = "../gix-attributes" } -gix-filter = { version = "^0.19.1", path = "../gix-filter" } +gix-attributes = { version = "^0.26.1", path = "../gix-attributes" } +gix-filter = { version = "^0.19.2", path = "../gix-filter" } gix-traverse = { version = "^0.46.2", path = "../gix-traverse" } gix-fs = { version = "^0.15.0", path = "../gix-fs" } gix-path = { version = "^0.10.18", path = "../gix-path" } diff --git a/gix-worktree/Cargo.toml b/gix-worktree/Cargo.toml index 287c8ca1568..2751fd1fd92 100644 --- a/gix-worktree/Cargo.toml +++ b/gix-worktree/Cargo.toml @@ -27,9 +27,9 @@ gix-index = { version = "^0.40.1", path = "../gix-index" } gix-fs = { version = "^0.15.0", path = "../gix-fs" } gix-hash = { version = "^0.18.0", path = "../gix-hash" } gix-object = { version = "^0.49.1", path = "../gix-object" } -gix-glob = { version = "^0.20.0", path = "../gix-glob" } +gix-glob = { version = "^0.20.1", path = "../gix-glob" } gix-path = { version = "^0.10.18", path = "../gix-path" } -gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true } +gix-attributes = { version = "^0.26.1", path = "../gix-attributes", optional = true } gix-validate = { version = "^0.10.0", path = "../gix-validate", optional = true } gix-ignore = { version = "^0.15.0", path = "../gix-ignore" } gix-features = { version = "^0.42.1", path = "../gix-features" } diff --git a/gix/Cargo.toml b/gix/Cargo.toml index 1394e97571f..10448739588 100644 --- a/gix/Cargo.toml +++ b/gix/Cargo.toml @@ -314,7 +314,7 @@ gix-validate = { version = "^0.10.0", path = "../gix-validate" } gix-sec = { version = "^0.11.0", path = "../gix-sec" } gix-date = { version = "^0.10.2", path = "../gix-date" } gix-refspec = { version = "^0.30.1", path = "../gix-refspec" } -gix-filter = { version = "^0.19.1", path = "../gix-filter", optional = true } +gix-filter = { version = "^0.19.2", path = "../gix-filter", optional = true } gix-dir = { version = "^0.14.1", path = "../gix-dir", optional = true } gix-config = { version = "^0.45.1", path = "../gix-config" } @@ -342,11 +342,11 @@ gix-features = { version = "^0.42.1", path = "../gix-features", features = [ ] } gix-trace = { version = "^0.1.12", path = "../gix-trace" } -gix-glob = { version = "^0.20.0", path = "../gix-glob" } +gix-glob = { version = "^0.20.1", path = "../gix-glob" } gix-credentials = { version = "^0.29.0", path = "../gix-credentials", optional = true } gix-prompt = { version = "^0.11.0", path = "../gix-prompt", optional = true } gix-index = { version = "^0.40.1", path = "../gix-index", optional = true } -gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true } +gix-attributes = { version = "^0.26.1", path = "../gix-attributes", optional = true } gix-ignore = { version = "^0.15.0", path = "../gix-ignore", optional = true } gix-worktree = { version = "^0.41.0", path = "../gix-worktree", optional = true, default-features = false } gix-worktree-state = { version = "^0.19.0", path = "../gix-worktree-state", optional = true } @@ -357,10 +357,10 @@ gix-submodule = { version = "^0.19.1", path = "../gix-submodule", optional = tru gix-status = { version = "^0.19.1", path = "../gix-status", optional = true, features = [ "worktree-rewrites", ] } -gix-command = { version = "^0.6.0", path = "../gix-command", optional = true } +gix-command = { version = "^0.6.1", path = "../gix-command", optional = true } -gix-worktree-stream = { version = "^0.21.1", path = "../gix-worktree-stream", optional = true } -gix-archive = { version = "^0.21.1", path = "../gix-archive", default-features = false, optional = true } +gix-worktree-stream = { version = "^0.21.2", path = "../gix-worktree-stream", optional = true } +gix-archive = { version = "^0.21.2", path = "../gix-archive", default-features = false, optional = true } gix-blame = { version = "^0.2.1", path = "../gix-blame", optional = true } # For communication with remotes