You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gix-tempfile/CHANGELOG.md
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 4.1.1 (2023-03-07)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-6778c5f6874ec2a44859de25428e6603dd4e9e8a/> switch `tempfile` to `~3.3.0` to help with `cargo` build.
13
+
`gix-tempfile` is now used in `cargo`, and `tempfile` seems to cause trouble
14
+
in at least one tier (see https://github.com/rust-lang/rust/pull/108665#issuecomment-1457677883).
15
+
16
+
This change pins `tempfile` to a working version until this is sorted out together with
17
+
the tempfile maintainers.
18
+
19
+
### Commit Statistics
20
+
21
+
<csr-read-only-do-not-edit/>
22
+
23
+
- 1 commit contributed to the release.
24
+
- 6 days passed between releases.
25
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
26
+
- 0 issues like '(#ID)' were seen in commit messages
27
+
28
+
### Commit Details
29
+
30
+
<csr-read-only-do-not-edit/>
31
+
32
+
<details><summary>view details</summary>
33
+
34
+
***Uncategorized**
35
+
- Switch `tempfile` to `~3.3.0` to help with `cargo` build. ([`6778c5f`](https://github.com/Byron/gitoxide/commit/6778c5f6874ec2a44859de25428e6603dd4e9e8a))
36
+
</details>
37
+
8
38
## 4.1.0 (2023-03-01)
9
39
10
40
### New Features
@@ -20,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
50
21
51
<csr-read-only-do-not-edit/>
22
52
23
-
-4 commits contributed to the release over the course of 1 calendar day.
53
+
-5 commits contributed to the release over the course of 1 calendar day.
24
54
- 2 days passed between releases.
25
55
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
26
56
- 0 issues like '(#ID)' were seen in commit messages
@@ -32,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments