From 34a96290fa8f91a4171c6e94f92b2c10360954f1 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 8 Dec 2021 10:11:31 +0000 Subject: [PATCH] releaser: Prepare repository for 0.91.0-DEV [ci skip] --- common/hugo/version_current.go | 4 +- snap/snapcraft.yaml | 2 +- temp/0.90.0-relnotes-ready.md | 94 ---------------------------------- 3 files changed, 3 insertions(+), 97 deletions(-) delete mode 100644 temp/0.90.0-relnotes-ready.md diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index cf1c3c2cb..fc7af7e4a 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.90, + Number: 0.91, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 09dc915a2..fa9605949 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.90.0-relnotes-ready.md b/temp/0.90.0-relnotes-ready.md deleted file mode 100644 index b3d08cbcd..000000000 --- a/temp/0.90.0-relnotes-ready.md +++ /dev/null @@ -1,94 +0,0 @@ -This release represents **58 contributions by 6 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@jmooring](https://github.com/jmooring), [@vanbroup](https://github.com/vanbroup), and [@dependabot[bot]](https://github.com/apps/dependabot) for their ongoing contributions. -And thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his ongoing work on keeping the themes site in pristine condition. - -Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), -which has received **17 contributions by 6 contributors**. A special thanks to [@jmooring](https://github.com/jmooring), [@bep](https://github.com/bep), [@santosh](https://github.com/santosh), and [@coliff](https://github.com/coliff) for their work on the documentation site. - - -Hugo now has: - -* 55686+ [stars](https://github.com/gohugoio/hugo/stargazers) -* 431+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) -* 415+ [themes](http://themes.gohugo.io/) - - -## Notes - -* deps: Upgrade github.com/evanw/esbuild v0.13.12 => v0.14.2 (note) b4f27ef8 [@bep](https://github.com/bep) #9244 -* releaser: Add "note" to Note regexp 3473e31e [@bep](https://github.com/bep) -* releaser: Rework and simplify to use GitHub only for release notes 24a893cf [@bep](https://github.com/bep) -* releaser: Add release notes to /docs for release of 0.89.4 ab01ba6e [@bep](https://github.com/bep) -* releaser: Add release notes for 0.89.4 [ci skip] f97da9ec [@bep](https://github.com/bep) -* releaser: Add release notes to /docs for release of 0.89.3 c88cdb56 [@bep](https://github.com/bep) -* releaser: Add release notes for 0.89.3 [ci skip] bf489b96 [@bep](https://github.com/bep) -* releaser: Add release notes to /docs for release of 0.89.2 63e3a5eb [@bep](https://github.com/bep) -* releaser: Add release notes for 0.89.2 [ci skip] cf3eb580 [@bep](https://github.com/bep) -* releaser: Add release notes to /docs for release of 0.89.1 b6a4ae4a [@bep](https://github.com/bep) -* releaser: Add release notes for 0.89.1 [ci skip] a0741022 [@bep](https://github.com/bep) - - -## Changes - -* releaser: Simplify the release process 0fa40ce5 [@bep](https://github.com/bep) -* releaser: Remove unused code bf537f1c [@bep](https://github.com/bep) -* docs: Regenerate docs helper e86b3311 [@bep](https://github.com/bep) -* Add custom font support to images.Text e71d715b [@bep](https://github.com/bep) #9253 -* images: Fix cache busting of image text filter e61cdf33 [@bep](https://github.com/bep) #9238 -* build(deps): bump github.com/getkin/kin-openapi from 0.80.0 to 0.85.0 6c3bc5eb [@dependabot[bot]](https://github.com/apps/dependabot) -* images: Text filter that draws text with the given options (#9239) 283394a4 [@vanbroup](https://github.com/vanbroup) #9238 -* tpl/transform: Optional options for highlight func 5538507e [@jmooring](https://github.com/jmooring) #9249 -* deps: Upgrade github.com/evanw/esbuild v0.13.12 => v0.14.2 (note) b4f27ef8 [@bep](https://github.com/bep) #9244 -* releaser: Add "note" to Note regexp 3473e31e [@bep](https://github.com/bep) -* build(deps): bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3 fa0da004 [@dependabot[bot]](https://github.com/apps/dependabot) -* releaser: Rework and simplify to use GitHub only for release notes 24a893cf [@bep](https://github.com/bep) -* build(deps): bump google.golang.org/api from 0.51.0 to 0.61.0 bf1564bd [@dependabot[bot]](https://github.com/apps/dependabot) -* media: Add rss suffix for application/rss+xml cd44d409 [@vanbroup](https://github.com/vanbroup) #9233 -* parser: Add a test case in format resolution 9a326d56 [@bep](https://github.com/bep) #9233 -* lazy: Reset error in Reset b10381fb [@bep](https://github.com/bep) #7043 #9194 -* Implement XML data support 0eaaa8fe [@vanbroup](https://github.com/vanbroup) #4470 -* Validate private use language tags 58adbeef [@jmooring](https://github.com/jmooring) #9119 -* resources: Add timeout to the HTTP request in Get 93572e53 [@bep](https://github.com/bep) -* Add a remote retry for resources.Get 94f149b2 [@bep](https://github.com/bep) -* Make resources.Get use a file cache for remote resources 66753416 [@vanbroup](https://github.com/vanbroup) #9228 -* Remove empty href element from pagination template 133e4bfb [@jmooring](https://github.com/jmooring) #9149 -* Check for empty deployment targets and matchers f122771f [@jmooring](https://github.com/jmooring) #9220 -* resources: Adjust the remote Get cache so it does not get evicted on restarts 08a863e1 [@bep](https://github.com/bep) -* Add remote support to resources.Get 8aa7257f [@vanbroup](https://github.com/vanbroup) #5255 -* Add deprecation warning to google_news template 75a823a3 [@jmooring](https://github.com/jmooring) #9172 -* helpers: Make UniqueStringsReuse allocation free 5e0947c5 [@bep](https://github.com/bep) -* releaser: Prepare repository for 0.90.0-DEV 0b70b46a [@bep](https://github.com/bep) -* releaser: Add release notes to /docs for release of 0.89.4 ab01ba6e [@bep](https://github.com/bep) -* releaser: Bump versions for release of 0.89.4 cc08c095 [@bep](https://github.com/bep) -* releaser: Add release notes for 0.89.4 [ci skip] f97da9ec [@bep](https://github.com/bep) -* Fix content dir resolution when main project is a Hugo Module 2e70f61f [@bep](https://github.com/bep) #9177 -* releaser: Prepare repository for 0.90.0-DEV 1ed8069a [@bep](https://github.com/bep) -* releaser: Add release notes to /docs for release of 0.89.3 c88cdb56 [@bep](https://github.com/bep) -* releaser: Bump versions for release of 0.89.3 e1064d21 [@bep](https://github.com/bep) -* releaser: Add release notes for 0.89.3 [ci skip] bf489b96 [@bep](https://github.com/bep) -* Improve error when we cannot determine content directory in "hugo new" b8155452 [@bep](https://github.com/bep) #9166 -* deps: Upgrade github.com/yuin/goldmark v1.4.3 => v1.4.4 08552a7a [@jmooring](https://github.com/jmooring) #9159 -* commands: Make sure pollInterval is always set fdad91fd [@bep](https://github.com/bep) #9165 -* create: Improve archetype directory discovery and tests 5f3f6089 [@bep](https://github.com/bep) #9146 -* create: Add a log statement when archetype is a directory 057d02de [@bep](https://github.com/bep) #9157 -* create: Always print "Content ... created" 43ac59da [@bep](https://github.com/bep) #9157 -* commands: Fix missing file locking in server partial render ab5c6990 [@bep](https://github.com/bep) #9162 -* modules: Improve error message 9369d13e [@davidsneighbour](https://github.com/davidsneighbour) -* releaser: Prepare repository for 0.90.0-DEV 805c24c3 [@bep](https://github.com/bep) -* releaser: Add release notes to /docs for release of 0.89.2 63e3a5eb [@bep](https://github.com/bep) -* releaser: Bump versions for release of 0.89.2 eaa6c96a [@bep](https://github.com/bep) -* releaser: Add release notes for 0.89.2 [ci skip] cf3eb580 [@bep](https://github.com/bep) -* Fix path resolution in hugo new 2b01c85d [@bep](https://github.com/bep) #9129 -* deps: Upgrade github.com/yuin/goldmark v1.4.2 => v1.4.3 c09f5c5f [@bep](https://github.com/bep) #9137 -* releaser: Prepare repository for 0.90.0-DEV 9232e284 [@bep](https://github.com/bep) -* releaser: Add release notes to /docs for release of 0.89.1 b6a4ae4a [@bep](https://github.com/bep) -* releaser: Bump versions for release of 0.89.1 84de0c32 [@bep](https://github.com/bep) -* releaser: Add release notes for 0.89.1 [ci skip] a0741022 [@bep](https://github.com/bep) -* Revert "releaser: Fat MacOS binaries" da4406ea [@bep](https://github.com/bep) #9131 #9128 -* create: Make sure the build lock is released before we open editor 166862a0 [@bep](https://github.com/bep) #9121 -* readme: Update dependency list 82c33c71 [@deining](https://github.com/deining) -* releaser: Prepare repository for 0.90.0-DEV 41e9e9fe [@bep](https://github.com/bep) - - - - -