releaser: Prepare repository for 0.96.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser 2022-03-16 15:00:05 +00:00
parent 9f2e76af65
commit 004bec2e9a
3 changed files with 3 additions and 53 deletions

View file

@ -16,7 +16,7 @@ package hugo
// CurrentVersion represents the current build version.
// This should be the only one.
var CurrentVersion = Version{
Number: 0.95,
Number: 0.96,
PatchLevel: 0,
Suffix: "",
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,50 +0,0 @@
This release represents **24 contributions by 2 contributors** to the main Hugo code base.
Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
which has received **3 contributions by 3 contributors**.
Hugo now has:
* 57648+ [stars](https://github.com/gohugoio/hugo/stargazers)
* 429+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
* 397+ [themes](http://themes.gohugo.io/)
## Notes
* readme: Add note about Go 1.18 5930173c @bep
* readme: Add a contribution note e792d270 @bep
* releaser: Add release notes for 0.94.2 [ci skip] 0958167b @bep
* releaser: Add release notes for 0.94.1 [ci skip] 41460843 @bep
## Changes
* readme: Add note about Go 1.18 5930173c @bep
* tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and {{ break }}" bug 3476b533 @bep
* readme: Add a contribution note e792d270 @bep
* github: Make it build with Go 1.18 9d6495d7 @bep
* tpl: Adjustments and an integration test for Go 1.18 42cc5f88 @bep #9677
* Remove Go 1.17 support a6488e7b @bep #9677
* tpl: Sync go_templates for Go 1.18 65a78cae @bep #9677
* build: Bump to Go 1.18 4d6d1d08 @bep #9677
* dartsass: Improve error message when no read access b60e1bbd @bep #9662
* Fix and refactor typos 61cf3c9f @CathrinePaulsen
* Improve server startup/shutdown 31fbc081 @bep #9671
* commands: Improve server tests cebd886a @bep #9647
* releaser: Prepare repository for 0.95.0-DEV 38f778cf @bep
* releaser: Bump versions for release of 0.94.2 48fb9e4d @bep
* releaser: Add release notes for 0.94.2 [ci skip] 0958167b @bep
* deps: Update github.com/yuin/goldmark v1.4.9 => v1.4.10 b37183e4 @bep #9658
* releaser: Prepare repository for 0.95.0-DEV 04ccde3e @bep
* releaser: Bump versions for release of 0.94.1 0fcd9a5d @bep
* releaser: Add release notes for 0.94.1 [ci skip] 41460843 @bep
* docs: Regenerate CLI docs 3bc742be @bep
* deps: Fix Goldmark regression with HTML comments 1a796d72 @bep #9650
* Revert "Allow rendering static files to disk and dynamic to memory in server mode" 64b7b7a8 @bep #9647
* Revert "Some minor adjustments to the new static filesystem logic" 5ef8a9f3 @bep
* releaser: Prepare repository for 0.95.0-DEV 3bc34666 @bep