-
-
Notifications
You must be signed in to change notification settings - Fork 58
Releases: ofek/pyapp
Releases Β· ofek/pyapp
v0.29.0
v0.28.0
v0.27.0
@ofek
ofek
b2dbcfa
This commit was created on GitHub.com and signed with GitHubβs verified signature.
Added:
- Update default CPython distributions to 20250311
- Update dependencies
Fixed:
- Fix compiler warnings on newer versions of Rust for use of the
FileExttrait provided by thefs4crate
Assets 4
v0.26.0
Added:
- Update default CPython distributions to 20241219
- Update dependencies
Assets 4
v0.25.0
Added:
- Update default CPython distributions to 20241206
- Enable LTO for releases
- Update dependencies
Assets 4
v0.24.0
Changed:
- The
PYAPP_DISTRIBUTION_VARIANThas been renamed toPYAPP_DISTRIBUTION_VARIANT_CPUalthough the former is still supported for backwards compatibility
Added:
- Support Python 3.13 and set as the default version
- Add
PYAPP_DISTRIBUTION_VARIANT_GILoption (Python 3.13+) - Update default CPython distributions to 20241008
- Update default PyPy distributions to 7.3.17
- Update dependencies
Assets 4
2 people reacted
v0.23.0
Added:
- Add
PYAPP_UV_SOURCEoption
Assets 4
v0.22.0
Added:
- Add
PYAPP_EXPOSE_ALL_COMMANDSoption - Update dependencies
Assets 4
4 people reacted
v0.21.1
Fixed:
- Fix the
PYAPP_DISTRIBUTION_PATH_PREFIXoption
Assets 4
1 person reacted
v0.21.0
Added:
- Add
PYAPP_DISTRIBUTION_PATH_PREFIXoption for easier configuring of custom distribution internal paths - Add
PYAPP_ALLOW_UPDATESoption for enabling theupdatemanagement command when project installation is skipped
Fixed:
- Properly hide the
updatemanagement command when skipping project installation