v0.162.0
·
19 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
hugo-python-distributions (Hugo) v0.162.0
This release mirrors the official v0.162.0 release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.162.0.
The release can be installed and used with any of the following commands:
# either install it
pip install hugo
pipx install hugo
uv pip install hugo
uv tool install hugo
# or run it directly
pipx run hugo
uv run hugo
uvx hugoon Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64, arm64, i686).
Changes that made it to this release
- Use Golang compiler binaries (
go-binpackage) from PyPI by @agriyakhetarpal in #309 - Migrate the build system to Meson/meson-python by @agriyakhetarpal in #301
- 📈 Update versions for pre-commit hooks by @app/pre-commit-ci in #312
- 📈 Update versions for pre-commit hooks by @app/pre-commit-ci in #311
- 🦄 (deps): Bump j178/prek-action from 2.0.2 to 2.0.3 in the actions group by @app/dependabot in #310
Full range of commits: v0.161.1...v0.162.0