From 15296ea61d702bd70b8d2b5b4f38f4ee6975ca81 Mon Sep 17 00:00:00 2001 From: David Brownman Date: Sat, 14 Dec 2024 13:48:33 -0800 Subject: [PATCH] 0.7.0 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434d101..721985a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ This project uses [SemVer](https://semver.org/) for versioning. Its matching ord Note that it's not meant to be run as a Python library, so there are no guarantees about the names or structure of its internals. -## Unreleased +## 0.7.0 + +_released `2024-12-14`_ - add support for [PEP-735](https://peps.python.org/pep-0735/) dependency groups - add support for finding `pytest` in uv's default dependency group ([docs](https://docs.astral.sh/uv/concepts/projects/dependencies/#dependency-groups)) diff --git a/pyproject.toml b/pyproject.toml index 7a337f1..03828b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "universal-test-runner" -version = "0.6.2" +version = "0.7.0" authors = [{ name = "David Brownman", email = "beamneocube@gmail.com" }] description = "Universal, language-aware unit test runner."