Skip to content

Commit 5fb6a2d

Browse files
committed
fix-up version of gix-date depndend on in gix-actor
Unclear why that wasn't patched-up automatically.
1 parent a1b73a6 commit 5fb6a2d

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

gix-actor/CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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+
## Unreleased
9+
10+
A maintenance release without user-facing changes.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 19 days passed between releases.
18+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19+
- 0 issues like '(#ID)' were seen in commit messages
20+
21+
### Commit Details
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
<details><summary>view details</summary>
26+
27+
* **Uncategorized**
28+
- Fix-up version fo `gix-date` depndend on in `gix-actor` ([`2358364`](https://github.com/Byron/gitoxide/commit/2358364819949d49e5076a4ff3849a8ee1520675))
29+
</details>
30+
831
## 0.31.4 (2024-07-03)
932

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

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

18-
- 3 commits contributed to the release.
41+
- 4 commits contributed to the release.
1942
- 4 days passed between releases.
2043
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2144
- 1 unique issue was worked on: [#1438](https://github.com/Byron/gitoxide/issues/1438)
@@ -29,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2952
* **[#1438](https://github.com/Byron/gitoxide/issues/1438)**
3053
- Make actor parsing even more lenient ([`40be214`](https://github.com/Byron/gitoxide/commit/40be2145ceb938186363a2c6e074448a5a8f4707))
3154
* **Uncategorized**
55+
- Release gix-actor v0.31.4, gix-object v0.42.3 ([`bf3d82a`](https://github.com/Byron/gitoxide/commit/bf3d82abc7c875109f9a5d6b6713ce68153b6456))
3256
- Prepare changelogs prior to release ([`255920e`](https://github.com/Byron/gitoxide/commit/255920ecffd47f221702aaec29de966b120f8fc5))
3357
- Merge branch 'fix-1438' ([`9717a25`](https://github.com/Byron/gitoxide/commit/9717a255b7c817c9f6cde44eedba232e309a6e0f))
3458
</details>

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ doctest = false
1818
serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
1919

2020
[dependencies]
21-
gix-date = { version = "^0.8.6", path = "../gix-date" }
21+
gix-date = { version = "^0.8.7", path = "../gix-date" }
2222
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
2323

2424
thiserror = "1.0.38"

0 commit comments

Comments
 (0)