Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid committed Dec 14, 2024
1 parent a657821 commit 15296ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "universal-test-runner"
version = "0.6.2"
version = "0.7.0"

authors = [{ name = "David Brownman", email = "[email protected]" }]
description = "Universal, language-aware unit test runner."
Expand Down

0 comments on commit 15296ea

Please sign in to comment.