Releases: agriyakhetarpal/hugo-python-distributions
Release list
v0.164.0
hugo-python-distributions (Hugo) v0.164.0
This release mirrors the official v0.164.0 release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.164.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
- Update Hugo to v0.164.0 by @app/github-actions in #336
- Use cibuildwheel v4.1 by @agriyakhetarpal in #320
Full range of commits: v0.163.3...v0.164.0
v0.163.3
hugo-python-distributions (Hugo) v0.163.3
This release mirrors the official v0.163.3 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.163.3.
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
- Update Hugo to v0.163.3 by @app/github-actions in #329
- 🦄 (deps): Bump astral-sh/setup-uv from 8.1.0 to 8.2.0 in the actions group by @app/dependabot in #328
- 🦄 (deps): Bump actions/checkout from 6.0.2 to 6.0.3 in the actions group by @app/dependabot in #327
Full range of commits: v0.163.2...v0.163.3
v0.163.2
hugo-python-distributions (Hugo) v0.163.2
This release mirrors the official v0.163.2 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.163.2.
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
- Update Hugo to v0.163.2 by @app/github-actions in #326
Full range of commits: v0.163.1...v0.163.2
v0.163.1
hugo-python-distributions (Hugo) v0.163.1
This release mirrors the official v0.163.1 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.163.1.
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
- Update Hugo to v0.163.1 by @app/github-actions in #325
- Download 32-bit ARM Go toolchain for piwheels by @agriyakhetarpal in #322
Full range of commits: v0.163.0...v0.163.1
v0.163.0
hugo-python-distributions (Hugo) v0.163.0
This release mirrors the official v0.163.0 release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.163.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
- Update Hugo to v0.163.0 by @app/github-actions in #321
- Use PEP 517 hooks better by @agriyakhetarpal in #319
- 📈 Update versions for pre-commit hooks by @app/pre-commit-ci in #318
Full range of commits: v0.162.1...v0.163.0
v0.162.1
hugo-python-distributions (Hugo) v0.162.1
This release mirrors the official v0.162.1 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.162.1.
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
- Install executable to
platliband overridemesonpy._WheelBuilder._has_extension_modulesby @agriyakhetarpal in #317 - Update Hugo to v0.162.1 by @app/github-actions in #315
- Install into
py.get_install_dir()and setninjaas a build-time dependency by @agriyakhetarpal in #316
Full range of commits: v0.162.0.1...v0.162.1
v0.162.0.1
hugo-python-distributions (Hugo) v0.162.0.1
This v0.162.0.1 patch release mirrors the official v0.162.0 release for Hugo. It fixes a problem I made with the v0.162.0 release, which is now yanked. 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).
Full range of commits: v0.162.0...v0.162.0.1
v0.162.0
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
v0.161.1
hugo-python-distributions (Hugo) v0.161.1
This release mirrors the official v0.161.1 patch release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.161.1.
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
- Update Hugo to v0.161.1 by @app/github-actions in #307
Full range of commits: v0.161.0...v0.161.1
v0.161.0
hugo-python-distributions (Hugo) v0.161.0
This release mirrors the official v0.161.0 release for Hugo. For the changes incorporated into Hugo with this release, please refer to the release notes for Hugo v0.161.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
- Update Hugo to v0.161.0 by @app/github-actions in #306
- 📈 Update versions for pre-commit hooks by @app/pre-commit-ci in #305
- 🦄 (deps): Bump the actions group with 2 updates by @app/dependabot in #304
- Stop pre-commit from pushing to PRs for autofixes by @agriyakhetarpal in #303
- 📈 Update versions for pre-commit hooks by @app/pre-commit-ci in #300
- 📈 Update versions for pre-commit hooks by @app/pre-commit-ci in #295
- Move documentation to separate website by @agriyakhetarpal in #77
Full range of commits: v0.160.1...v0.161.0