hugo:release-0.111.0

Last commit made on 2023-03-01
Get this branch:
git clone -b release-0.111.0 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.111.0
Repository:
lp:hugo

Recent commits

18cf758... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.112.0-DEV

[ci skip]

3fa8bb8... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.111.0

[ci skip]

db9f74d... by Bjørn Erik Pedersen

Revert "build(deps): bump gocloud.dev from 0.24.0 to 0.28.0 (#10610)"

This reverts commit c3a59a7d5a53eff9723861d0c4b18a574e2769bc.

See #10770

60e6fa7... by Bjørn Erik Pedersen

build: Bump build images

To fix changed Shuffle behaviour on Go 1.20.

7e51ba0... by Bjørn Erik Pedersen

build: Update Linux ARM build image

66f94b4... by Joe Mooring <email address hidden>

tpl/tplimpl: Remove the Google News internal template

This was deprecated, with a warning message, on 21 Nov 2021.

Reference #9190

c0d15a2... by Khayyam Saleem <email address hidden>

strings: fix Truncate behavior for formatted html

Before this fix, strings.Truncate would erroneously re-include
attributes from the opening tag in the closing tag when closing
formatted html, due to a bug in how tagnames were extracted from the
regex capture group for html tags used in `truncate.go`. This change
ensures that only the tagname is retained and all attributes are discarded
when storing the tags for closing them later.

Fixes #10399

2a61910... by Bjørn Erik Pedersen

tpl/strings: Adjust benchmark

079d1b6... by Bjørn Erik Pedersen

tpl/strings: Add BenchmarkTruncate

a56b907... by Bjørn Erik Pedersen

cods: Regen docs helper