Skip to content

Commit

Permalink
Release gix-packetline v0.17.5, gix-transport v0.41.3, gix v0.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 22, 2024
1 parent 7018a92 commit 57579f1
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"] }
Expand Down
4 changes: 2 additions & 2 deletions gitoxide-core/Cargo.toml
Expand Up @@ -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" }
Expand Down
7 changes: 4 additions & 3 deletions gix-packetline/CHANGELOG.md
Expand Up @@ -5,16 +5,16 @@ 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.

### Commit Statistics

<csr-read-only-do-not-edit/>

- 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

Expand All @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to release ([`7018a92`](https://github.com/Byron/gitoxide/commit/7018a928a405ba0534442f0b538d58f520145376))
- Fix CI ([`a4af4cb`](https://github.com/Byron/gitoxide/commit/a4af4cb8b47c4b1df6e0cff9e8610bc4163742d2))
</details>

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
7 changes: 4 additions & 3 deletions gix-transport/CHANGELOG.md
Expand Up @@ -5,16 +5,16 @@ 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.

### Commit Statistics

<csr-read-only-do-not-edit/>

- 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

Expand All @@ -25,6 +25,7 @@ A maintenance release without user-facing changes, but with a `reqwest` update t
<details><summary>view details</summary>

* **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))
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -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" }

Expand Down
5 changes: 3 additions & 2 deletions gix/CHANGELOG.md
Expand Up @@ -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.

Expand All @@ -17,7 +17,7 @@ This release also updates `reqwest` to v0.12, bringing hyper 1.0 and a more rece

<csr-read-only-do-not-edit/>

- 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
Expand All @@ -29,6 +29,7 @@ This release also updates `reqwest` to v0.12, bringing hyper 1.0 and a more rece
<details><summary>view details</summary>

* **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))
Expand Down
4 changes: 2 additions & 2 deletions gix/Cargo.toml
Expand Up @@ -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 <sebastian.thiel@icloud.com>"]
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
Expand Down Expand Up @@ -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"] }
Expand Down

0 comments on commit 57579f1

Please sign in to comment.