releaser: Prepare repository for 0.101.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser 2022-06-08 11:07:37 +00:00
parent d25cb2943f
commit 4276075c78
3 changed files with 4 additions and 19 deletions

View file

@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 100,
PatchLevel: 2,
Suffix: "",
Minor: 101,
PatchLevel: 0,
Suffix: "-DEV",
}

View file

@ -8,7 +8,7 @@ description: |
license: "Apache-2.0"
base: core20
confinement: strict
grade: stable # "devel" or "stable"
grade: devel # "devel" or "stable"
package-repositories:
- type: apt

View file

@ -1,15 +0,0 @@
This is a bug-fix release with a couple of important fixes.
* Update CONTRIBUTING.md 4e94d1db @bep
* Fix raw TOML dates in where/eq 0566bbf7 @bep #9979
* deps: Update to github.com/pelletier/go-toml/v2 v2.0.1 534e7155 @anthonyfok
* tpl/path: Add path.BaseName function 953f215f @jmooring #9973
* livereload: Use `X-Forwarded-Host` for Codespace 8e2fd559 @satotake #9936
* helpers: Fix panic with invalid defaultMarkdownHandler 311b8008 @bep #9968
* resources: Register MediaTypes before build c7d5f9f0 @vanbroup #9971
* releaser: Prepare repository for 0.101.0-DEV bfebd8c0 @bep