Skip to content

Commit 2cfbe9c

Browse files
committed
update changelog (#336)
1 parent c863ea5 commit 2cfbe9c

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

git-tempfile/CHANGELOG.md

+40-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ 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+
### Bug Fixes (BREAKING)
11+
12+
- <csr-id-c863ea5b34fa9ee3dac21c1f85587da16045f8d8/> do not install signal handlers by default.
13+
14+
The previous behaviour is meant to be convenient for the casual
15+
user even though it
16+
ends up being surprising when used in applications that install
17+
their own signal handlers and need more control over how the program
18+
shuts down.
19+
20+
This is now fixed by **requiring an explicit `setup()`** call before
21+
the first tempfile is created, which makes it a breaking change.
22+
23+
### Commit Statistics
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
- 3 commits contributed to the release over the course of 9 calendar days.
28+
- 10 days passed between releases.
29+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
30+
- 2 unique issues were worked on: [#298](https://github.com/Byron/gitoxide/issues/298), [#336](https://github.com/Byron/gitoxide/issues/336)
31+
32+
### Commit Details
33+
34+
<csr-read-only-do-not-edit/>
35+
36+
<details><summary>view details</summary>
37+
38+
* **[#298](https://github.com/Byron/gitoxide/issues/298)**
39+
- Use hash_hasher based hash state for better keys/less collisions ([`814de07`](https://github.com/Byron/gitoxide/commit/814de079f4226f42efa49ad334a348bce67184e4))
40+
* **[#336](https://github.com/Byron/gitoxide/issues/336)**
41+
- do not install signal handlers by default ([`c863ea5`](https://github.com/Byron/gitoxide/commit/c863ea5b34fa9ee3dac21c1f85587da16045f8d8))
42+
* **Uncategorized**
43+
- Merge branch 'AP2008-implement-worktree' ([`f32c669`](https://github.com/Byron/gitoxide/commit/f32c669bc519d59a1f1d90d61cc48a422c86aede))
44+
</details>
45+
846
## 1.0.6 (2022-02-07)
947

1048
<csr-id-25209454d3f7e27e12e8ddca92e43b1ff01d58aa/>
@@ -34,7 +72,7 @@ Fixes a potential deadlock in in an interrupt handler attempting to cleanup temp
3472

3573
<csr-read-only-do-not-edit/>
3674

37-
- 3 commits contributed to the release.
75+
- 4 commits contributed to the release.
3876
- 5 days passed between releases.
3977
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
4078
- 1 unique issue was worked on: [#328](https://github.com/Byron/gitoxide/issues/328)
@@ -49,6 +87,7 @@ Fixes a potential deadlock in in an interrupt handler attempting to cleanup temp
4987
- Prepare changelog ([`8e92494`](https://github.com/Byron/gitoxide/commit/8e924948dfa366d3d39227b63053c7ff00a5382a))
5088
- Assure interrupt based tempfile cleanup can't deadlock ([`81ed5f5`](https://github.com/Byron/gitoxide/commit/81ed5f5e7a3634f0fab681ca59e40099f0118f75))
5189
* **Uncategorized**
90+
- Release git-tempfile v1.0.6 ([`bd3f8ee`](https://github.com/Byron/gitoxide/commit/bd3f8ee28b51fa556a0f37c9bd62569f0ce7d49d))
5291
- upgrade dashmap to 5.1.0 (with security fix) ([`2520945`](https://github.com/Byron/gitoxide/commit/25209454d3f7e27e12e8ddca92e43b1ff01d58aa))
5392
</details>
5493

0 commit comments

Comments
 (0)