Skip to content

Commit 8e0b470

Browse files
committed
Release v1.0.1
1 parent 53ba8ea commit 8e0b470

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

changelog/unreleased/tuple-unpacking-in-diff-runner-for-multi-word-commands.md renamed to changelog/releases/v1.0.1/entries/tuple-unpacking-in-diff-runner-for-multi-word-commands.md

File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
created: 2026-01-23
2+
title: Multi-Word Command Fix
3+
intro: >-
4+
This release fixes an issue with diff tests failing when using multi-word Tenzir
5+
commands.

changelog/releases/v1.0.1/notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This release fixes an issue with diff tests failing when using multi-word Tenzir commands.
2+
3+
## 🐞 Bug fixes
4+
5+
### Tuple unpacking in diff runner for multi-word commands
6+
7+
Fixed an error that occurred when running diff tests with multi-word Tenzir commands like `uvx tenzir`.
8+
9+
*By @mavam and @claude in #8.*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tenzir-test"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Reusable test execution framework extracted from the Tenzir repository."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.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.

0 commit comments

Comments
 (0)