Skip to content

Commit f6a4eb9

Browse files
committedJul 25, 2024
Release gix-credentials v0.24.4
1 parent 33eacfb commit f6a4eb9

File tree

6 files changed

+38
-6
lines changed

6 files changed

+38
-6
lines changed
 

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎gix-credentials/CHANGELOG.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.24.4 (2024-07-25)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-1772f88882824b92fd233bc2148c4ad123740096/> avoid `as_ref()` call as `bstr` could break downstream with new impls
13+
As `bstr` adds a new implementation of `AsRef`, the `as_ref()` call becomes
14+
ambiguous which will then break `gitoxide`.
15+
16+
Now `as_ref()` is avoided in favor of a method that can't fail.
17+
18+
### Commit Statistics
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
- 2 commits contributed to the release.
23+
- 1 day passed between releases.
24+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25+
- 1 unique issue was worked on: [#1466](https://github.com/Byron/gitoxide/issues/1466)
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **[#1466](https://github.com/Byron/gitoxide/issues/1466)**
34+
- Avoid `as_ref()` call as `bstr` could break downstream with new impls ([`1772f88`](https://github.com/Byron/gitoxide/commit/1772f88882824b92fd233bc2148c4ad123740096))
35+
* **Uncategorized**
36+
- Merge branch 'fix-clean' ([`33eacfb`](https://github.com/Byron/gitoxide/commit/33eacfbaace2021043e2b5d72dcb9293af6c4020))
37+
</details>
38+
839
## 0.24.3 (2024-07-23)
940

1041
### Bug Fixes
@@ -17,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1748

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

20-
- 12 commits contributed to the release over the course of 51 calendar days.
51+
- 13 commits contributed to the release over the course of 51 calendar days.
2152
- 130 days passed between releases.
2253
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2354
- 0 issues like '(#ID)' were seen in commit messages
@@ -29,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2960
<details><summary>view details</summary>
3061

3162
* **Uncategorized**
63+
- Release gix-actor v0.31.5, gix-filter v0.11.3, gix-fs v0.11.2, gix-commitgraph v0.24.3, gix-revwalk v0.13.2, gix-traverse v0.39.2, gix-worktree-stream v0.13.1, gix-archive v0.13.2, gix-config-value v0.14.7, gix-tempfile v14.0.1, gix-ref v0.45.0, gix-sec v0.10.7, gix-config v0.38.0, gix-prompt v0.8.6, gix-url v0.27.4, gix-credentials v0.24.3, gix-ignore v0.11.3, gix-index v0.33.1, gix-worktree v0.34.1, gix-diff v0.44.1, gix-discover v0.33.0, gix-pathspec v0.7.6, gix-dir v0.6.0, gix-mailmap v0.23.5, gix-negotiate v0.13.2, gix-pack v0.51.1, gix-odb v0.61.1, gix-transport v0.42.2, gix-protocol v0.45.2, gix-revision v0.27.2, gix-refspec v0.23.1, gix-status v0.11.0, gix-submodule v0.12.0, gix-worktree-state v0.11.1, gix v0.64.0, gix-fsck v0.4.1, gitoxide-core v0.39.0, gitoxide v0.37.0 ([`6232824`](https://github.com/Byron/gitoxide/commit/6232824301847a9786dea0b926796a3187493587))
3264
- Release gix-glob v0.16.4, gix-attributes v0.22.3, gix-command v0.3.8, gix-filter v0.11.3, gix-fs v0.11.2, gix-commitgraph v0.24.3, gix-revwalk v0.13.2, gix-traverse v0.39.2, gix-worktree-stream v0.13.1, gix-archive v0.13.2, gix-config-value v0.14.7, gix-tempfile v14.0.1, gix-ref v0.45.0, gix-sec v0.10.7, gix-config v0.38.0, gix-prompt v0.8.6, gix-url v0.27.4, gix-credentials v0.24.3, gix-ignore v0.11.3, gix-index v0.33.1, gix-worktree v0.34.1, gix-diff v0.44.1, gix-discover v0.33.0, gix-pathspec v0.7.6, gix-dir v0.6.0, gix-mailmap v0.23.5, gix-negotiate v0.13.2, gix-pack v0.51.1, gix-odb v0.61.1, gix-transport v0.42.2, gix-protocol v0.45.2, gix-revision v0.27.2, gix-refspec v0.23.1, gix-status v0.11.0, gix-submodule v0.12.0, gix-worktree-state v0.11.1, gix v0.64.0, gix-fsck v0.4.1, gitoxide-core v0.39.0, gitoxide v0.37.0 ([`a1b73a6`](https://github.com/Byron/gitoxide/commit/a1b73a67c19d9102a2c5a7f574a7a53a86d0094c))
3365
- Update manifests (by cargo-smart-release) ([`0470df3`](https://github.com/Byron/gitoxide/commit/0470df3b8ebb136b219f0057f1e9a7031975cce5))
3466
- Prepare changelog prior to release ([`99c00cc`](https://github.com/Byron/gitoxide/commit/99c00cc3ae9827555e2e1162328bc57038619d1f))

‎gix-credentials/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-credentials"
3-
version = "0.24.3"
3+
version = "0.24.4"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project to interact with git credentials helpers"

‎gix-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = [
5151
gix-transport = { version = "^0.42.2", path = "../gix-transport" }
5252
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
5353
gix-date = { version = "^0.8.7", path = "../gix-date" }
54-
gix-credentials = { version = "^0.24.3", path = "../gix-credentials" }
54+
gix-credentials = { version = "^0.24.4", path = "../gix-credentials" }
5555
gix-utils = { version = "^0.1.12", path = "../gix-utils" }
5656

5757
thiserror = "1.0.32"

‎gix-transport/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features" }
8282
gix-url = { version = "^0.27.4", path = "../gix-url" }
8383
gix-sec = { version = "^0.10.7", path = "../gix-sec" }
8484
gix-packetline = { version = "^0.17.5", path = "../gix-packetline" }
85-
gix-credentials = { version = "^0.24.3", path = "../gix-credentials", optional = true }
85+
gix-credentials = { version = "^0.24.4", path = "../gix-credentials", optional = true }
8686
gix-quote = { version = "^0.4.12", path = "../gix-quote" }
8787

8888
serde = { version = "1.0.114", optional = true, default-features = false, features = [

‎gix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = [
335335
gix-trace = { version = "^0.1.9", path = "../gix-trace" }
336336

337337
gix-glob = { version = "^0.16.4", path = "../gix-glob" }
338-
gix-credentials = { version = "^0.24.3", path = "../gix-credentials", optional = true }
338+
gix-credentials = { version = "^0.24.4", path = "../gix-credentials", optional = true }
339339
gix-prompt = { version = "^0.8.6", path = "../gix-prompt", optional = true }
340340
gix-index = { version = "^0.33.1", path = "../gix-index", optional = true }
341341
gix-attributes = { version = "^0.22.3", path = "../gix-attributes", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.