Skip to content

Commit 2574b75

Browse files
committed
Release gix-tempfile v4.1.1
1 parent 6778c5f commit 2574b75

File tree

3 files changed

+38
-7
lines changed

3 files changed

+38
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-tempfile/CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ 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+
## 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+
838
## 4.1.0 (2023-03-01)
939

1040
### New Features
@@ -20,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2050

2151
<csr-read-only-do-not-edit/>
2252

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.
2454
- 2 days passed between releases.
2555
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2656
- 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
3262
<details><summary>view details</summary>
3363

3464
* **Uncategorized**
65+
- Release gix-tempfile v4.1.0, gix-lock v4.0.0, gix-ref v0.25.0, gix-config v0.17.0, gix-url v0.14.0, gix-credentials v0.10.0, gix-diff v0.27.0, gix-discover v0.14.0, gix-hashtable v0.1.2, gix-bitmap v0.2.2, gix-traverse v0.23.0, gix-index v0.13.0, gix-mailmap v0.10.0, gix-pack v0.31.0, gix-odb v0.41.0, gix-transport v0.26.0, gix-protocol v0.27.0, gix-revision v0.11.0, gix-refspec v0.8.0, gix-worktree v0.13.0, gix v0.38.0, safety bump 6 crates ([`ea9fd1d`](https://github.com/Byron/gitoxide/commit/ea9fd1d9b60e1e9e17042e9e37c06525823c40a5))
3566
- Prepare changelogs prior to release ([`94c99c7`](https://github.com/Byron/gitoxide/commit/94c99c71520f33269cc8dbc26f82a74747cc7e16))
3667
- Merge branch 'adjustments-for-cargo' ([`d686d94`](https://github.com/Byron/gitoxide/commit/d686d94e1030a8591ba074757d56927a346c8351))
3768
- Add `hp-hashmap` feature toggle (enabled by default). ([`1ff1342`](https://github.com/Byron/gitoxide/commit/1ff1342da793442859526df3dd0ec1ed968a6ded))

gix-tempfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-tempfile"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A tempfile implementation with a global registry to assure cleanup"

0 commit comments

Comments
 (0)