Skip to content

v0.136.0

Compare
Choose a tag to compare
@agriyakhetarpal agriyakhetarpal released this 15 Oct 14:11
· 23 commits to main since this release
v0.136.0
94fdd40

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_ZIG environment variable as a shorthand in conjunction with the GOOS and GOARCH environment variables to more trivially cross-compile without having to write the full zig cc or zig c++ invocations. Also, ziglang is 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 hugo

command on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64, arm64, i686).

Full range of commits: v0.135.0...v0.136.0