PackageTrack
Sign in Get early access

github.com/gohugoio/hugo

v0.165.0 #8 most downloaded on Go modules gohugoio/hugo

What this package is like to depend on

Last release 3 days ago

20 Aug 2026

Ships on a steady schedule

a new release about every 9 days

Rarely documented

notes for 10 of 334 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

6897 releases · first in 2015

529 releases in the last 12 months

see the full history below

Release timeline

6897 releases · Aug 2023 to Aug 2026
2024 2025 2026
Release Pre-release 5697 older releases not drawn

Releases

latest 60 of 6897
  1. v0.165.1-0.20260820195640-7b5199fdeff7 20 Aug 2026 pre-release

    Nothing published for this version

  2. v0.165.1-0.20260819180006-87260e4a602c 19 Aug 2026 pre-release

    Nothing published for this version

  3. v0.165.1-0.20260819142111-8405b802cf64 19 Aug 2026 pre-release

    Nothing published for this version

  4. v0.165.1-0.20260819111355-a05736cb9f6b 19 Aug 2026 pre-release

    Nothing published for this version

  5. v0.165.1-0.20260815184257-49dceb19f546 15 Aug 2026 pre-release

    Nothing published for this version

  6. v0.165.1-0.20260812144736-0805c734a41b 12 Aug 2026 pre-release

    Nothing published for this version

  7. v0.165.0 12 Aug 2026
    Release notes

    The two main new things is the new css.ChromaStyles template func and the new importContext option demonstrated below.

    {{ $light := css.ChromaStyles (dict "targetPath" "css/components/chroma-light.css" "style" "github" "mode" "light") }}
    {{ $dark := css.ChromaStyles (dict "targetPath" "css/components/chroma-dark.css" "style" "github" "mode" "dark") }}
    {{ $opts := dict "minify" true "importContext" (slice $light $dark) }}
    {{ $css := resources.Get "css/main.css" | css.Build $opts }}

    The importContext is relevant for css.Build, js.Build, css.Sass, and css.PostCSS. and it allows you to make resources (e.g. built from resources.FromString) resolvable in e.g. CSS @import statements.

    Note

    Bug fixes

    Improvements

    Dependency Updates

    • build(deps): bump github.com/bep/imagemeta from 0.17.3 to 1.0.0 0bb337b @dependabot[bot]
    • build(deps): bump github.com/evanw/esbuild from 0.28.1 to 0.28.2 03dc917 @dependabot[bot]
    • build(deps): bump github.com/tdewolff/minify/v2 from 2.24.14 to 2.24.16 c829b73 @dependabot[bot]
    • build(deps): bump github.com/getkin/kin-openapi from 0.145.0 to 0.146.0 94f3908 @dependabot[bot]
    • build(deps): bump github.com/rogpeppe/go-internal from 1.15.0 to 1.16.0 75fcc75 @dependabot[bot]
    • build(deps): bump github.com/mattn/go-isatty from 0.0.22 to 0.0.24 b5fa03d @dependabot[bot]
    • build(deps): bump github.com/yuin/goldmark from 1.8.4 to 1.8.5 9da472d @dependabot[bot]
    • build(deps): bump golang.org/x/tools from 0.47.0 to 0.48.0 635532a @dependabot[bot]
    • build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.13 to 2.2.14 9c71f60 @dependabot[bot]
    • build(deps): bump github.com/getkin/kin-openapi from 0.144.0 to 0.145.0 420527f @dependabot[bot]
    • build(deps): bump golang.org/x/image from 0.43.0 to 0.44.0 7fe786e @dependabot[bot]
    • build(deps): bump github.com/bep/imagemeta from 0.17.2 to 0.17.3 03b244f @dependabot[bot]
    • build(deps): bump github.com/tdewolff/minify/v2 from 2.24.13 to 2.24.14 9611813 @dependabot[bot]
    • build(deps): bump github.com/yuin/goldmark from 1.8.2 to 1.8.4 e35b7f0 @dependabot[bot]
    • build(deps): bump golang.org/x/net from 0.56.0 to 0.57.0 0796fa7 @dependabot[bot]
    • build(deps): bump golang.org/x/text from 0.38.0 to 0.40.0 1b701b7 @dependabot[bot]
    • build(deps): bump github.com/getkin/kin-openapi from 0.140.0 to 0.144.0 a32d70b @dependabot[bot]
    • build(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 948cfb9 @dependabot[bot]
    • build(deps): bump golang.org/x/mod from 0.37.0 to 0.38.0 8930802 @dependabot[bot]

    Documentation

    Open source →
  8. v0.164.1-0.20260812114911-0bb337b22ab7 12 Aug 2026 pre-release

    Nothing published for this version

  9. v0.164.1-0.20260812093840-c829b736cc57 12 Aug 2026 pre-release

    Nothing published for this version

  10. v0.164.1-0.20260811171224-995a2159e5a1 11 Aug 2026 pre-release

    Nothing published for this version

  11. v0.164.1-0.20260810210830-dd3f2731e061 10 Aug 2026 pre-release

    Nothing published for this version

  12. v0.164.1-0.20260809193857-52c9bd7908b4 09 Aug 2026 pre-release

    Nothing published for this version

  13. v0.164.1-0.20260808175142-44da086082a1 08 Aug 2026 pre-release

    Nothing published for this version

  14. v0.164.1-0.20260807093151-94f3908ec6a1 07 Aug 2026 pre-release

    Nothing published for this version

  15. v0.164.1-0.20260805140448-33d1f2c853ec 05 Aug 2026 pre-release

    Nothing published for this version

  16. v0.164.1-0.20260803192006-70db201ed4f7 03 Aug 2026 pre-release

    Nothing published for this version

  17. v0.164.1-0.20260729184847-8a468df065a7 29 Jul 2026 pre-release

    Nothing published for this version

  18. v0.164.1-0.20260729095208-635532a20f98 29 Jul 2026 pre-release

    Nothing published for this version

  19. v0.164.1-0.20260728103102-a243a6154cc2 28 Jul 2026 pre-release

    Nothing published for this version

  20. v0.164.1-0.20260727154456-7fe786e3b073 27 Jul 2026 pre-release

    Nothing published for this version

  21. v0.164.1-0.20260726150318-0796fa7aced4 26 Jul 2026 pre-release

    Nothing published for this version

  22. v0.164.1-0.20260726094027-861ede6d1031 26 Jul 2026 pre-release

    Nothing published for this version

  23. v0.164.1-0.20260725161706-f228c87d417a 25 Jul 2026 pre-release

    Nothing published for this version

  24. v0.164.1-0.20260722173219-f961093ea9f1 22 Jul 2026 pre-release

    Nothing published for this version

  25. v0.164.1-0.20260713085838-89b8c322008f 13 Jul 2026 pre-release

    Nothing published for this version

  26. v0.164.1-0.20260706174751-a198116669fd 06 Jul 2026 pre-release

    Nothing published for this version

  27. v0.164.0 06 Jul 2026
    Release notes

    Notable new features in this release are:

    Notes

    • tpl/resources: Deprecate resources.PostProcess in favour of templates.Defer 29ed932 @bep #15086

    Changes

    Dependency Updates

    Open source →
  28. v0.163.4-0.20260706163930-ce2470e7012b 06 Jul 2026 pre-release

    Nothing published for this version

  29. v0.163.4-0.20260704161003-7b4ddd1863ce 04 Jul 2026 pre-release

    Nothing published for this version

  30. v0.163.4-0.20260628193951-a5ec54239312 28 Jun 2026 pre-release

    Nothing published for this version

  31. v0.163.4-0.20260627162120-790a8aa47412 27 Jun 2026 pre-release

    Nothing published for this version

  32. v0.163.4-0.20260625100952-fe0673521404 25 Jun 2026 pre-release

    Nothing published for this version

  33. v0.163.4-0.20260618163926-d15baf53a913 18 Jun 2026 pre-release

    Nothing published for this version

  34. v0.163.3 18 Jun 2026
    Release notes

    What's Changed

    Open source →
  35. v0.163.3-0.20260615151737-96e06e1ab848 15 Jun 2026 pre-release

    Nothing published for this version

  36. v0.163.2 15 Jun 2026
    Release notes

    What's Changed

    Open source →
  37. v0.163.2-0.20260615145500-19a5cec0b961 15 Jun 2026 pre-release

    Nothing published for this version

  38. v0.163.2-0.20260613181947-147f605f7d16 13 Jun 2026 pre-release

    Nothing published for this version

  39. v0.163.2-0.20260611155544-1f35beb91810 11 Jun 2026 pre-release

    Nothing published for this version

  40. v0.163.1 11 Jun 2026
    Release notes

    The majority of the fixes in this release are security related (including the upstream fix in 93c8c7d (golang.org/x/image)). Thanks to @vnth4nhnt for finding the issues fixed in a00b5c7 and cf9c8f9 (I will do the CVE work on this later). There has been a uptick in security reports lately, which doesn't mean that Hugo has gotten less secure, this is mostly the work of the new and powerful AI tools using Hugo's restrictive security model as their baseline. Just take a look at Go's recent security issue list to see a demonstration of this.

    What's Changed

    Open source →
  41. v0.163.1-0.20260610165336-a00b5c72ac57 10 Jun 2026 pre-release

    Nothing published for this version

  42. v0.163.1-0.20260609123407-11f09f59fc8e 09 Jun 2026 pre-release

    Nothing published for this version

  43. v0.163.1-0.20260608143612-72495f9fba69 08 Jun 2026 pre-release

    Nothing published for this version

  44. v0.163.0 08 Jun 2026
    Release notes

    The main topic in this release is improvements to the AVIF image handling that we introduced in v0.162.0. See the docs for details, but:

    • We have turned down the default quality for AVIF to 60. Turns out, JPEG/WebP with quality 75 is comparable to AVIF with quality 60. You can now also set quality per image format in your project config (and also per image processed if needed).
    • We have added a hint to the AVIF with the same values as for WEBP. For lossy compression, the photo/picture hints (and the default) encodes with YUV420 chroma subsampling instead of YUV444, keeping 444 for text/icon/drawing. This greatly reduces the memory needed to encode these images.

    Improvements

    Dependency Updates

    Open source →
  45. v0.162.2-0.20260607192040-781fabf4e406 07 Jun 2026 pre-release

    Nothing published for this version

  46. v0.162.2-0.20260604165456-341f575d2db6 04 Jun 2026 pre-release

    Nothing published for this version

  47. v0.162.2-0.20260601184355-b01ecd4cd437 01 Jun 2026 pre-release

    Nothing published for this version

  48. v0.162.2-0.20260529155414-45c00b7c162b 29 May 2026 pre-release

    Nothing published for this version

  49. v0.162.2-0.20260529092827-28d882ab704e 29 May 2026 pre-release

    Nothing published for this version

  50. v0.162.2-0.20260528180330-b0fd7ee2e175 28 May 2026 pre-release

    Nothing published for this version

  51. v0.162.1 28 May 2026
    Release notes

    What's Changed

    Open source →
  52. v0.162.0 26 May 2026
    Release notes

    The notable new feature in this release is support for AVIF images (both encoder and decoder). There's a demo site set up that demonstrates the difference between HDR AVIF and SDR JPEG images. Note that that demo is only really interesting if viewed on an HDR capable screen (e.g. Apple Retina).

    Security fixes

    There are some notable security fixes in this release.

    Security fixes in Go

    This release upgrades from Go 1.26.1 to 126.3, which brings a set of security fixes. Some relevant for Hugo are:

    • XSS in html/template (CVE-2026-39826 & CVE-2026-39823): Two separate vulnerabilities where escaper bypasses in html/template could lead to Cross-Site Scripting (XSS).
    • html/template: Fixes an issue where JS template literal contexts were incorrectly tracked across template branches, which could lead to improper content escaping.

    Security fixes and hardening in Hugo

    The following changes either fix a concrete issue or reduce the default attack surface of hugo builds.

    • Disallow text/html content files by default (e41a064). A new security.allowContent policy gates which content media types may be used for pages under /content. text/html is denied by default; sites that rely on hand-authored or adapter-emitted HTML content can opt back in with security.allowContent = ['.*'].
    • Re-check security.http.urls on every redirect hop in resources.GetRemote (86fbb0f).
    • Reject symlinked entries in resources.Get (f8b5fa0).

    We will update this section later with links to CVEs where applicable.

    All changes

    Open source →
  53. v0.161.2-0.20260525222822-df5421918a98 25 May 2026 pre-release

    Nothing published for this version

  54. v0.161.2-0.20260525150052-aeb9a5cc02fa 25 May 2026 pre-release

    Nothing published for this version

  55. v0.161.2-0.20260524132947-c4bbc2805c70 24 May 2026 pre-release

    Nothing published for this version

  56. v0.161.2-0.20260523104700-4bc7caea1408 23 May 2026 pre-release

    Nothing published for this version

  57. v0.161.2-0.20260522121150-4ed7600fd6d6 22 May 2026 pre-release

    Nothing published for this version

  58. v0.161.2-0.20260521193643-cbe4339a5ffc 21 May 2026 pre-release

    Nothing published for this version

  59. v0.161.2-0.20260519145025-7c65a4dbc0ff 19 May 2026 pre-release

    Nothing published for this version

  60. v0.161.2-0.20260519042435-1e4037cadef7 19 May 2026 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive