Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hugo to v0.88.0 #375

Closed
wants to merge 1 commit into from
Closed

Update Hugo to v0.88.0 #375

wants to merge 1 commit into from

Conversation

bot-actions[bot]
Copy link
Contributor

@bot-actions bot-actions bot commented Sep 3, 2021

馃憫 Hugo update!

v0.88.0 Release Notes

Note: There's some missing ARM64 binaries for MacOS, see #8952

The most important piece in this release is the Go 1.17 update. This release is built with that new Go version, but also and more importantly, the Hugo Modules logic has been updated to support Go's new way of (lazy) loading transitive dependencies. If you already have Go 1.17 installed, building existing Hugo Modules backed projects have not been an issue, but hugo mod init for a new project could give you too new versions of transitive dependencies. Hugo 0.88 fixes this.

This release represents 26 contributions by 6 contributors to the main Hugo code base.@bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @dependabot[bot], @helfper, and @wzshiming for their ongoing contributions.

Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 9 contributions by 6 contributors. A special thanks to @bep, @jmooring, @StevenMaude, and @coliff for their work on the documentation site.

Hugo now has:

Notes

  • We have fixed a bug with the import order in js.Build for the case ./foo when both ./foo.js and ./foo/index.js exists. This is in line with how both Node and ESBuild's native import resolver does it. We discovered this trying to build AlpineJS v3 from source mounted in /assets. See cf73cc2e @bep #8945.

Enhancements

Templates

Other

Fixes

Other

@zinefer zinefer closed this Sep 11, 2021
@zinefer zinefer deleted the hugo-v0.88.0 branch September 11, 2021 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant