Skip to content

Commit 0c5d1ff

Browse files
committed
Release gix-mailmap v0.23.3
1 parent 98007e6 commit 0c5d1ff

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
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-mailmap/CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.23.3 (2024-06-26)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-98007e600095fcd4df48a0a4e75d2b342ef906e2/> add standard traits (Debug, Eq) to `Snapshot`
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 2 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 1 unique issue was worked on: [#1424](https://github.com/Byron/gitoxide/issues/1424)
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **[#1424](https://github.com/Byron/gitoxide/issues/1424)**
30+
- Add standard traits (Debug, Eq) to `Snapshot` ([`98007e6`](https://github.com/Byron/gitoxide/commit/98007e600095fcd4df48a0a4e75d2b342ef906e2))
31+
</details>
32+
833
## 0.23.2 (2024-06-23)
934

1035
### Bug Fixes
@@ -15,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1540

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

18-
- 5 commits contributed to the release over the course of 2 calendar days.
43+
- 6 commits contributed to the release over the course of 2 calendar days.
1944
- 32 days passed between releases.
2045
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2146
- 2 unique issues were worked on: [#1416](https://github.com/Byron/gitoxide/issues/1416), [#1417](https://github.com/Byron/gitoxide/issues/1417)
@@ -31,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3156
* **[#1417](https://github.com/Byron/gitoxide/issues/1417)**
3257
- Allow mailmaps to change the email by name and email ([`ca05471`](https://github.com/Byron/gitoxide/commit/ca054713f5aed6c66d55d612a58786eb0b439fb4))
3358
* **Uncategorized**
59+
- Release gix-date v0.8.7, gix-mailmap v0.23.2 ([`c1d7c02`](https://github.com/Byron/gitoxide/commit/c1d7c023d595eb04891b65295f001d85c9ba8074))
3460
- Prepare release of `gix-mailmap` ([`14c3396`](https://github.com/Byron/gitoxide/commit/14c339614b76706dfbf77fe97319f0c3452390e6))
3561
- Merge branch 'fix-mailmap' ([`f107014`](https://github.com/Byron/gitoxide/commit/f107014022a62271f02790a83336aed186ad38a3))
3662
- Merge branch 'main' into config-key-take-2 ([`9fa1054`](https://github.com/Byron/gitoxide/commit/9fa1054a01071180d7b08c8c2b5bd61e9d0d32da))

gix-mailmap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-mailmap"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project for parsing mailmap files"

gix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ gix-path = { version = "^0.10.8", path = "../gix-path" }
321321
gix-url = { version = "^0.27.3", path = "../gix-url" }
322322
gix-traverse = { version = "^0.39.1", path = "../gix-traverse" }
323323
gix-diff = { version = "^0.44.0", path = "../gix-diff", default-features = false }
324-
gix-mailmap = { version = "^0.23.2", path = "../gix-mailmap", optional = true }
324+
gix-mailmap = { version = "^0.23.3", path = "../gix-mailmap", optional = true }
325325
gix-features = { version = "^0.38.2", path = "../gix-features", features = [
326326
"progress",
327327
"once_cell",

0 commit comments

Comments
 (0)