hugo:release-0.115.0

Last commit made on 2023-06-29
Get this branch:
git clone -b release-0.115.0 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.115.0
Repository:
lp:hugo

Recent commits

87886f4... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.116.0-DEV

[ci skip]

67caf50... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.115.0

[ci skip]

7917961... by Bjørn Erik Pedersen

Misc permalinks adjustments

* Move config loading to the page package
* Fix a lower bound panic for the `:sections` slice syntax.
* Always return the `:title`
* Add some permalinks integration tests
* Also see issues below

Fixes #9448
Fixes #11184
See #8523

80ecb95... by Bjørn Erik Pedersen

commands: Handle hugo mod get --help

Fixes #11141

58e09cc... by Joe Mooring <email address hidden>

Update README.md

635cc34... by Andreas Deininger <email address hidden>

commands: Fix panic when running hugo new theme without theme name

Closes #11162.

1264675... by Mos Roshanavand <email address hidden>

Print help message when triggered with no flags

79639c9... by Bjørn Erik Pedersen

Fix output formats and media type per language config regression

Fixes #11159

9b313ce... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump github.com/evanw/esbuild from 0.18.5 to 0.18.10

Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.18.5 to 0.18.10.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.5...v0.18.10)

---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

b74b8d6... by khayyam <email address hidden>

common/collections: Fix append regression to allow appending nil

Closes #11180