v0.136.0
·
241 commits
to main
since this release
hugo-python-distributions (Hugo) v0.136.0
This release mirrors the official v0.136.0 release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.136.0.
Release notes
- Cross-compilation across platforms and architectures, say, from macOS arm64 to Linux/Windows amd64/arm64/et cetera or vice versa has now been enabled – by @agriyakhetarpal in #160. Please feel free to open an issue if there are problems with building wheels for a particular platform and/or architecture!
- It is now possible to set the
USE_ZIGenvironment variable as a shorthand in conjunction with theGOOSandGOARCHenvironment variables to more trivially cross-compile without having to write the fullzig ccorzig c++invocations. Also,ziglangis now a required build-time dependency – by @agriyakhetarpal in #163 - Support for Python 3.8 has been dropped. The supported Python versions are now Python 3.9 and later (including 3.13) – by @agriyakhetarpal in #172
The release can be installed and used with the
pip install hugocommand on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64, arm64, i686).
Full range of commits: v0.135.0...v0.136.0