Skip to content

Commit 88eb841

Browse files
committed
update changelog prior to gix-testtools release
1 parent 1dfa90d commit 88eb841

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

tests/tools/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+
## Unreleased
9+
10+
Now by default, `tar` files will be written which works better when checking them into
11+
Git. Those who need the previous behaviour, can use the `xz` feature instead.
12+
13+
### New Features (BREAKING)
14+
15+
- <csr-id-55382c0aa6f04a3bb689299c613df2a39f261289/> make `xz2` optional to write uncompressed tar files by default.
16+
Previously, compression was beneficial due to storage in `git-lfs`.
17+
Now, storing (mostly) non-binary files is actually better moving forward.
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 2 commits contributed to the release.
24+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25+
- 0 issues like '(#ID)' were seen in commit messages
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **Uncategorized**
34+
- Merge branch 'tar-only' ([`1dfa90d`](https://github.com/Byron/gitoxide/commit/1dfa90d641306b4099a6ecd52e2056b231467807))
35+
- Make `xz2` optional to write uncompressed tar files by default. ([`55382c0`](https://github.com/Byron/gitoxide/commit/55382c0aa6f04a3bb689299c613df2a39f261289))
36+
</details>
37+
838
## 0.14.0 (2024-06-22)
939

1040
A maintenance release with updated dependencies, and possibly minor improvements.
@@ -13,7 +43,7 @@ A maintenance release with updated dependencies, and possibly minor improvements
1343

1444
<csr-read-only-do-not-edit/>
1545

16-
- 21 commits contributed to the release over the course of 175 calendar days.
46+
- 22 commits contributed to the release over the course of 175 calendar days.
1747
- 176 days passed between releases.
1848
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1949
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +55,7 @@ A maintenance release with updated dependencies, and possibly minor improvements
2555
<details><summary>view details</summary>
2656

2757
* **Uncategorized**
58+
- Release gix-testtools v0.14.0 ([`f6eaba3`](https://github.com/Byron/gitoxide/commit/f6eaba3a465720819f2ef7844648699195dd8341))
2859
- Prepare changelog prior to release of `gix-testtools` ([`ae012ba`](https://github.com/Byron/gitoxide/commit/ae012ba8627a8ea2f0145c53c42972db1d875662))
2960
- Merge branch 'gix-testtools-license-file' ([`c50af65`](https://github.com/Byron/gitoxide/commit/c50af65bf84963cb430538915f8eca9bd4481012))
3061
- Update `gix-testtools` dependencies to the latest version. ([`ddaacda`](https://github.com/Byron/gitoxide/commit/ddaacda6667092ccea100180f70d2ccb9bb79dbc))

0 commit comments

Comments
 (0)