Skip to content

Commit 1e79c5c

Browse files
committed
Release gix-actor v0.31.3, gix-mailmap v0.23.4
1 parent b38c6ed commit 1e79c5c

File tree

8 files changed

+88
-30
lines changed

8 files changed

+88
-30
lines changed

Cargo.lock

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

gix-actor/CHANGELOG.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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.31.3 (2024-06-29)
9+
10+
### Other
11+
12+
- <csr-id-e82a13eeb10fb4525c39d88b91ce356ada9a57dd/> remove unused gix-features
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 3 commits contributed to the release over the course of 7 calendar days.
19+
- 37 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Merge pull request #1430 from klensy/deps ([`ab02aa9`](https://github.com/Byron/gitoxide/commit/ab02aa99842c17d68b8ee37e05e2f35720291e42))
31+
- Remove unused gix-features ([`e82a13e`](https://github.com/Byron/gitoxide/commit/e82a13eeb10fb4525c39d88b91ce356ada9a57dd))
32+
- Merge branch 'main' into config-key-take-2 ([`9fa1054`](https://github.com/Byron/gitoxide/commit/9fa1054a01071180d7b08c8c2b5bd61e9d0d32da))
33+
</details>
34+
835
## 0.31.2 (2024-05-22)
936

1037
A maintenance release without user-facing changes.
@@ -13,7 +40,7 @@ A maintenance release without user-facing changes.
1340

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

16-
- 2 commits contributed to the release over the course of 8 calendar days.
43+
- 3 commits contributed to the release over the course of 8 calendar days.
1744
- 65 days passed between releases.
1845
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1946
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +52,7 @@ A maintenance release without user-facing changes.
2552
<details><summary>view details</summary>
2653

2754
* **Uncategorized**
55+
- Release gix-features v0.38.2, gix-actor v0.31.2, gix-validate v0.8.5, gix-object v0.42.2, gix-command v0.3.7, gix-filter v0.11.2, gix-fs v0.11.0, gix-revwalk v0.13.1, gix-traverse v0.39.1, gix-worktree-stream v0.13.0, gix-archive v0.13.0, gix-tempfile v14.0.0, gix-lock v14.0.0, gix-ref v0.44.0, gix-config v0.37.0, gix-prompt v0.8.5, gix-index v0.33.0, gix-worktree v0.34.0, gix-diff v0.44.0, gix-discover v0.32.0, gix-pathspec v0.7.5, gix-dir v0.5.0, gix-macros v0.1.5, gix-mailmap v0.23.1, gix-negotiate v0.13.1, gix-pack v0.51.0, gix-odb v0.61.0, gix-transport v0.42.1, gix-protocol v0.45.1, gix-revision v0.27.1, gix-status v0.10.0, gix-submodule v0.11.0, gix-worktree-state v0.11.0, gix v0.63.0, gitoxide-core v0.38.0, gitoxide v0.36.0, safety bump 19 crates ([`4f98e94`](https://github.com/Byron/gitoxide/commit/4f98e94e0e8b79ed2899b35bef40f3c30b3025b0))
2856
- Adjust changelogs prior to release ([`9511416`](https://github.com/Byron/gitoxide/commit/9511416a6cd0c571233f958c165329c8705c2498))
2957
- Release gix-date v0.8.6 ([`d3588ca`](https://github.com/Byron/gitoxide/commit/d3588ca4fe0364c88e42cdac24ceae548355d99d))
3058
</details>

gix-actor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-actor"
3-
version = "0.31.2"
3+
version = "0.31.3"
44
description = "A way to identify git actors"
55
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
66
repository = "https://github.com/Byron/gitoxide"

gix-mailmap/CHANGELOG.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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.4 (2024-06-29)
9+
10+
### New Features
11+
12+
- <csr-id-c083f861f95c495c508ac6ca1aaeec465bb266b5/> add `mailmap::Snapshot::iter()`
13+
Allow iterating through entries without allocation.
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 3 commits contributed to the release.
20+
- 2 days passed between releases.
21+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
22+
- 0 issues like '(#ID)' were seen in commit messages
23+
24+
### Commit Details
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
<details><summary>view details</summary>
29+
30+
* **Uncategorized**
31+
- Merge branch 'push-oqpkttmvqxvx' ([`b38c6ed`](https://github.com/Byron/gitoxide/commit/b38c6ed6714b89b52c98e2a4bba3198e23055f6f))
32+
- Add `mailmap::Snapshot::iter()` ([`c083f86`](https://github.com/Byron/gitoxide/commit/c083f861f95c495c508ac6ca1aaeec465bb266b5))
33+
- Add a baseline for `entries()` to know more about its ordering. ([`ae2b9ce`](https://github.com/Byron/gitoxide/commit/ae2b9ce37509f8adcf3f5af2d9dad738f6ea50cf))
34+
</details>
35+
836
## 0.23.3 (2024-06-26)
937

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

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

18-
- 1 commit contributed to the release.
46+
- 2 commits contributed to the release.
1947
- 2 days passed between releases.
2048
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2149
- 1 unique issue was worked on: [#1424](https://github.com/Byron/gitoxide/issues/1424)
@@ -28,6 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2856

2957
* **[#1424](https://github.com/Byron/gitoxide/issues/1424)**
3058
- Add standard traits (Debug, Eq) to `Snapshot` ([`98007e6`](https://github.com/Byron/gitoxide/commit/98007e600095fcd4df48a0a4e75d2b342ef906e2))
59+
* **Uncategorized**
60+
- Release gix-mailmap v0.23.3 ([`0c5d1ff`](https://github.com/Byron/gitoxide/commit/0c5d1ff3f48aab43119f86501b14974f92c2017d))
3161
</details>
3262

3363
## 0.23.2 (2024-06-23)

gix-mailmap/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-mailmap"
3-
version = "0.23.3"
3+
version = "0.23.4"
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"
@@ -17,7 +17,7 @@ doctest = false
1717
serde= ["dep:serde", "bstr/serde", "gix-actor/serde"]
1818

1919
[dependencies]
20-
gix-actor = { version = "^0.31.2", path = "../gix-actor" }
20+
gix-actor = { version = "^0.31.3", path = "../gix-actor" }
2121
gix-date = { version = "^0.8.7", path = "../gix-date" }
2222
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
2323
thiserror = "1.0.38"

gix-object/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gix-features = { version = "^0.38.2", path = "../gix-features", features = [
4040
] }
4141
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
4242
gix-validate = { version = "^0.8.5", path = "../gix-validate" }
43-
gix-actor = { version = "^0.31.2", path = "../gix-actor" }
43+
gix-actor = { version = "^0.31.3", path = "../gix-actor" }
4444
gix-date = { version = "^0.8.7", path = "../gix-date" }
4545
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
4646

gix-ref/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gix-hash = { version = "^0.14.2", path = "../gix-hash" }
2626
gix-object = { version = "^0.42.2", path = "../gix-object" }
2727
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
2828
gix-validate = { version = "^0.8.5", path = "../gix-validate" }
29-
gix-actor = { version = "^0.31.2", path = "../gix-actor" }
29+
gix-actor = { version = "^0.31.3", path = "../gix-actor" }
3030
gix-lock = { version = "^14.0.0", path = "../gix-lock" }
3131
gix-tempfile = { version = "^14.0.0", default-features = false, path = "../gix-tempfile" }
3232

gix/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ gix-config = { version = "^0.37.0", path = "../gix-config" }
315315
gix-odb = { version = "^0.61.0", path = "../gix-odb" }
316316
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
317317
gix-object = { version = "^0.42.2", path = "../gix-object" }
318-
gix-actor = { version = "^0.31.2", path = "../gix-actor" }
318+
gix-actor = { version = "^0.31.3", path = "../gix-actor" }
319319
gix-pack = { version = "^0.51.0", path = "../gix-pack", default-features = false, features = [
320320
"object-cache-dynamic",
321321
] }
@@ -327,7 +327,7 @@ gix-path = { version = "^0.10.8", path = "../gix-path" }
327327
gix-url = { version = "^0.27.3", path = "../gix-url" }
328328
gix-traverse = { version = "^0.39.1", path = "../gix-traverse" }
329329
gix-diff = { version = "^0.44.0", path = "../gix-diff", default-features = false }
330-
gix-mailmap = { version = "^0.23.3", path = "../gix-mailmap", optional = true }
330+
gix-mailmap = { version = "^0.23.4", path = "../gix-mailmap", optional = true }
331331
gix-features = { version = "^0.38.2", path = "../gix-features", features = [
332332
"progress",
333333
"once_cell",

0 commit comments

Comments
 (0)