Changelog
All notable changes to the run-isolated project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.1.1 - 2025-06-27
Additions
- Build infrastructure:
- declare Python 3.14 as a supported version
- keep the
uv.lockfile under version control
- Testing infrastructure:
- add
uvoxenconfiguration for running linters and unit tests
- add
Other changes
- Build infrastructure:
- switch to PEP 735 dependency groups
- use
mkdocstrings0.29.x with no changes - drop the
clickdependency, we do not have any command-line tools - switch from
[format.version]tomediaTypein thepublyncconfiguration
- Testing infrastructure:
- drop the
unit-tests-pytest-7test environment and rename theunit-tests-pytest-8one tounit-tests - use
ruff0.12.1,reuse5.x, andpackaging25.x with no changes
- drop the
0.1.0 - 2025-01-26
Started
- First public release.