From 57579f1ee4ef12c214db36325a2a0b2e8b2b14fd Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 22 Mar 2024 07:05:00 +0100 Subject: [PATCH] Release gix-packetline v0.17.5, gix-transport v0.41.3, gix v0.61.1 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- gitoxide-core/Cargo.toml | 4 ++-- gix-packetline/CHANGELOG.md | 7 ++++--- gix-packetline/Cargo.toml | 2 +- gix-transport/CHANGELOG.md | 7 ++++--- gix-transport/Cargo.toml | 4 ++-- gix/CHANGELOG.md | 5 +++-- gix/Cargo.toml | 4 ++-- 9 files changed, 22 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 533f0f99a4..3cad9420fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "gix" -version = "0.61.0" +version = "0.61.1" dependencies = [ "anyhow", "async-std", @@ -2205,7 +2205,7 @@ dependencies = [ [[package]] name = "gix-packetline" -version = "0.17.4" +version = "0.17.5" dependencies = [ "async-std", "bstr", @@ -2633,7 +2633,7 @@ dependencies = [ [[package]] name = "gix-transport" -version = "0.41.2" +version = "0.41.3" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 80e7fae9fc..ffeb573314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ anyhow = "1.0.42" gitoxide-core = { version = "^0.37.0", path = "gitoxide-core" } gix-features = { version = "^0.38.1", path = "gix-features" } -gix = { version = "^0.61.0", path = "gix", default-features = false } +gix = { version = "^0.61.1", path = "gix", default-features = false } time = "0.3.23" clap = { version = "4.1.1", features = ["derive", "cargo"] } diff --git a/gitoxide-core/Cargo.toml b/gitoxide-core/Cargo.toml index cd1cf3506f..c635276dae 100644 --- a/gitoxide-core/Cargo.toml +++ b/gitoxide-core/Cargo.toml @@ -47,9 +47,9 @@ 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.61.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] } +gix = { version = "^0.61.1", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] } gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.49.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] } -gix-transport-configuration-only = { package = "gix-transport", version = "^0.41.2", path = "../gix-transport", default-features = false } +gix-transport-configuration-only = { package = "gix-transport", version = "^0.41.3", path = "../gix-transport", default-features = false } gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.11.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] } gix-status = { version = "^0.8.0", path = "../gix-status" } gix-fsck = { version = "^0.4.0", path = "../gix-fsck" } diff --git a/gix-packetline/CHANGELOG.md b/gix-packetline/CHANGELOG.md index bcf61b04a6..84cc071e87 100644 --- a/gix-packetline/CHANGELOG.md +++ b/gix-packetline/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.17.5 (2024-03-22) A maintenance release without user-facing changes. @@ -13,8 +13,8 @@ A maintenance release without user-facing changes. - - 1 commit contributed to the release. - - 6 days passed between releases. + - 2 commits contributed to the release. + - 7 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
view details * **Uncategorized** + - Prepare changelogs prior to release ([`7018a92`](https://github.com/Byron/gitoxide/commit/7018a928a405ba0534442f0b538d58f520145376)) - Fix CI ([`a4af4cb`](https://github.com/Byron/gitoxide/commit/a4af4cb8b47c4b1df6e0cff9e8610bc4163742d2))
diff --git a/gix-packetline/Cargo.toml b/gix-packetline/Cargo.toml index c9b5718a75..6943662fb8 100644 --- a/gix-packetline/Cargo.toml +++ b/gix-packetline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-packetline" -version = "0.17.4" +version = "0.17.5" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project implementing the pkt-line serialization format" diff --git a/gix-transport/CHANGELOG.md b/gix-transport/CHANGELOG.md index 2724ccf906..f2922b8293 100644 --- a/gix-transport/CHANGELOG.md +++ b/gix-transport/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.41.3 (2024-03-22) A maintenance release without user-facing changes, but with a `reqwest` update that uses more recent tls and hyper versions. @@ -13,8 +13,8 @@ A maintenance release without user-facing changes, but with a `reqwest` update t - - 5 commits contributed to the release. - - 6 days passed between releases. + - 6 commits contributed to the release over the course of 1 calendar day. + - 7 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -25,6 +25,7 @@ A maintenance release without user-facing changes, but with a `reqwest` update t
view details * **Uncategorized** + - Prepare changelogs prior to release ([`7018a92`](https://github.com/Byron/gitoxide/commit/7018a928a405ba0534442f0b538d58f520145376)) - Merge branch 'patch-1' ([`8fde62b`](https://github.com/Byron/gitoxide/commit/8fde62b2617985f835e2e2fa07c735a5158789cf)) - Turn`curl` into a workspace package ([`adee500`](https://github.com/Byron/gitoxide/commit/adee50016007619495c93580e845ae757377c4f0)) - Adjust expectations to deal with reqwest Content-Length ([`3b8f39d`](https://github.com/Byron/gitoxide/commit/3b8f39d64cdf44952fea9a45dc3d40df550e60ec)) diff --git a/gix-transport/Cargo.toml b/gix-transport/Cargo.toml index 6b9a507336..7e7a277471 100644 --- a/gix-transport/Cargo.toml +++ b/gix-transport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-transport" -version = "0.41.2" +version = "0.41.3" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project dedicated to implementing the git transport layer" @@ -57,7 +57,7 @@ gix-command = { version = "^0.3.6", path = "../gix-command" } gix-features = { version = "^0.38.1", path = "../gix-features" } gix-url = { version = "^0.27.2", path = "../gix-url" } gix-sec = { version = "^0.10.6", path = "../gix-sec" } -gix-packetline = { version = "^0.17.4", path = "../gix-packetline" } +gix-packetline = { version = "^0.17.5", path = "../gix-packetline" } gix-credentials = { version = "^0.24.2", path = "../gix-credentials", optional = true } gix-quote = { version = "^0.4.12", path = "../gix-quote" } diff --git a/gix/CHANGELOG.md b/gix/CHANGELOG.md index 842d173220..a63a9ccf14 100644 --- a/gix/CHANGELOG.md +++ b/gix/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.61.1 (2024-03-22) This release also updates `reqwest` to v0.12, bringing hyper 1.0 and a more recent `rustls` version. @@ -17,7 +17,7 @@ This release also updates `reqwest` to v0.12, bringing hyper 1.0 and a more rece - - 6 commits contributed to the release over the course of 2 calendar days. + - 7 commits contributed to the release over the course of 2 calendar days. - 3 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -29,6 +29,7 @@ This release also updates `reqwest` to v0.12, bringing hyper 1.0 and a more rece
view details * **Uncategorized** + - Prepare changelogs prior to release ([`7018a92`](https://github.com/Byron/gitoxide/commit/7018a928a405ba0534442f0b538d58f520145376)) - Merge branch 'patch-1' ([`8fde62b`](https://github.com/Byron/gitoxide/commit/8fde62b2617985f835e2e2fa07c735a5158789cf)) - Turn`curl` into a workspace package ([`adee500`](https://github.com/Byron/gitoxide/commit/adee50016007619495c93580e845ae757377c4f0)) - Make reqwest a workspace package ([`369cf1b`](https://github.com/Byron/gitoxide/commit/369cf1b03735617debe1527b3f23247685181e7d)) diff --git a/gix/Cargo.toml b/gix/Cargo.toml index b8ad5b6967..a5547f8bff 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.61.0" +version = "0.61.1" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*"] @@ -294,7 +294,7 @@ gix-archive = { version = "^0.11.0", path = "../gix-archive", default-features = # For communication with remotes gix-protocol = { version = "^0.44.2", path = "../gix-protocol", optional = true } -gix-transport = { version = "^0.41.2", path = "../gix-transport", optional = true } +gix-transport = { version = "^0.41.3", path = "../gix-transport", optional = true } # Just to get the progress-tree feature prodash = { workspace = true, optional = true, features = ["progress-tree"] }