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.lock
file under version control
- Testing infrastructure:
- add
uvoxen
configuration for running linters and unit tests
- add
Other changes
- Build infrastructure:
- switch to PEP 735 dependency groups
- use
mkdocstrings
0.29.x with no changes - drop the
click
dependency, we do not have any command-line tools - switch from
[format.version]
tomediaType
in thepublync
configuration
- Testing infrastructure:
- drop the
unit-tests-pytest-7
test environment and rename theunit-tests-pytest-8
one tounit-tests
- use
ruff
0.12.1,reuse
5.x, andpackaging
25.x with no changes
- drop the
0.1.0 - 2025-01-26
Started
- First public release.