From 78b8e4110abd303511bad3fab469e7458f31f75a Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 23 Jun 2024 12:47:00 +0200 Subject: [PATCH] Release gix-testtools v0.15.0 --- Cargo.lock | 2 +- tests/tools/CHANGELOG.md | 5 +++-- tests/tools/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9568489490..b9d0aa4f69f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "gix-testtools" -version = "0.14.0" +version = "0.15.0" dependencies = [ "bstr", "crc", diff --git a/tests/tools/CHANGELOG.md b/tests/tools/CHANGELOG.md index e1dadc769f1..bfd742f3d41 100644 --- a/tests/tools/CHANGELOG.md +++ b/tests/tools/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.15.0 (2024-06-23) Now by default, `tar` files will be written which works better when checking them into 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. - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -31,6 +31,7 @@ Git. Those who need the previous behaviour, can use the `xz` feature instead.
view details * **Uncategorized** + - Update changelog prior to `gix-testtools` release ([`88eb841`](https://github.com/Byron/gitoxide/commit/88eb841b7e3991b6f228390433f58333c6d4b85f)) - Merge branch 'tar-only' ([`1dfa90d`](https://github.com/Byron/gitoxide/commit/1dfa90d641306b4099a6ecd52e2056b231467807)) - Make `xz2` optional to write uncompressed tar files by default. ([`55382c0`](https://github.com/Byron/gitoxide/commit/55382c0aa6f04a3bb689299c613df2a39f261289))
diff --git a/tests/tools/Cargo.toml b/tests/tools/Cargo.toml index fb27cb72452..c5a7ac8fdb9 100644 --- a/tests/tools/Cargo.toml +++ b/tests/tools/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gix-testtools" description = "Shared code for gitoxide crates to facilitate testing" -version = "0.14.0" +version = "0.15.0" authors = ["Sebastian Thiel "] edition = "2021" license = "MIT OR Apache-2.0"