Releases: ComPWA/actions
Releases · ComPWA/actions
ComPWA actions and shared workflows 2.1.10
⚠️ Enhancements and optimizations
- Don't update lock files if 'no-lock-upgrade' comment is written in PR description (#128)
⚠️ Changes that may affect behavior
- Tests are now run on Python 3.13 (#127)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.9
⚠️ Enhancements and optimizations
- Run documentation tests with
tox-uv
(#126)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.8
⚠️ Enhancements and optimizations
- Avoid actions/setup-python if using astral-sh/setup-uv (#125)
🐛 Bug fixes
- Run
pytest
with specified Python version (#125)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.7
🐛 Bug fixes
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.6
🖱️ Developer Experience
- update Epic label to include emoji💥 (#122)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.5
🐛 Bug fixes
- Run
pre-commit
with repo tags for uv.lock
(#120)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.4
🐛 Bug fixes
- Correct typo in PR for updating lock files (#117)
🔨 Maintenance
- Bump the actions group with 2 updates (#118)
- Update to
astral-sh/setup-uv@v5
(#119)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.3
🐛 Bug fixes
- Determine dependency group for
pre-commit
(#116)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.2
⚠️ Enhancements and optimizations
- Add
--no-dev
flag if using --group
flag (#115)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 2.1.1
🐛 Bug fixes
- Test if
style
group exists before running pre-commit
with uv run --group style
(#114)
🖱️ Developer Experience
- Define dev dependencies as dependency groups (#113)
The full changelog as commits can be found here.