Skip to content

Commit 78b8e41

Browse files
committed
Release gix-testtools v0.15.0
1 parent 88eb841 commit 78b8e41

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tools/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
8+
## 0.15.0 (2024-06-23)
99

1010
Now by default, `tar` files will be written which works better when checking them into
1111
Git. Those who need the previous behaviour, can use the `xz` feature instead.
@@ -20,7 +20,7 @@ Git. Those who need the previous behaviour, can use the `xz` feature instead.
2020

2121
<csr-read-only-do-not-edit/>
2222

23-
- 2 commits contributed to the release.
23+
- 3 commits contributed to the release.
2424
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2525
- 0 issues like '(#ID)' were seen in commit messages
2626

@@ -31,6 +31,7 @@ Git. Those who need the previous behaviour, can use the `xz` feature instead.
3131
<details><summary>view details</summary>
3232

3333
* **Uncategorized**
34+
- Update changelog prior to `gix-testtools` release ([`88eb841`](https://github.com/Byron/gitoxide/commit/88eb841b7e3991b6f228390433f58333c6d4b85f))
3435
- Merge branch 'tar-only' ([`1dfa90d`](https://github.com/Byron/gitoxide/commit/1dfa90d641306b4099a6ecd52e2056b231467807))
3536
- Make `xz2` optional to write uncompressed tar files by default. ([`55382c0`](https://github.com/Byron/gitoxide/commit/55382c0aa6f04a3bb689299c613df2a39f261289))
3637
</details>

tests/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gix-testtools"
33
description = "Shared code for gitoxide crates to facilitate testing"
4-
version = "0.14.0"
4+
version = "0.15.0"
55
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)