From 004bec2e9a8e245ab98924b6d19a89b0fbbe99ee Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 16 Mar 2022 15:00:05 +0000 Subject: [PATCH] releaser: Prepare repository for 0.96.0-DEV [ci skip] --- common/hugo/version_current.go | 4 +-- snap/snapcraft.yaml | 2 +- temp/0.95.0-relnotes-ready.md | 50 ---------------------------------- 3 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644 temp/0.95.0-relnotes-ready.md diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 09ebf8e15..f765a2f70 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -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", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a26a69f8a..29c5c00cb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 diff --git a/temp/0.95.0-relnotes-ready.md b/temp/0.95.0-relnotes-ready.md deleted file mode 100644 index 1ce5b6a96..000000000 --- a/temp/0.95.0-relnotes-ready.md +++ /dev/null @@ -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 - - - - -