From f7d909f3948ca3d1318e5b0d6c80d905fc37aea2 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Sun, 31 May 2020 12:16:50 +0000 Subject: [PATCH] releaser: Prepare repository for 0.73.0-DEV [ci skip] --- common/hugo/version_current.go | 4 ++-- snap/snapcraft.yaml | 4 ++-- temp/0.72.0-relnotes-ready.md | 33 --------------------------------- 3 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 temp/0.72.0-relnotes-ready.md diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 33807f356..bdad0a7d5 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.72, + Number: 0.73, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index faa03201c..2d4273894 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.72.0" +version: "0.73.0-DEV" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, easy use and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website. confinement: strict -grade: stable # "devel" or "stable" +grade: devel # "devel" or "stable" apps: hugo: diff --git a/temp/0.72.0-relnotes-ready.md b/temp/0.72.0-relnotes-ready.md deleted file mode 100644 index 3d2948685..000000000 --- a/temp/0.72.0-relnotes-ready.md +++ /dev/null @@ -1,33 +0,0 @@ -This is a rather small release, its probably main motivation being the fixes in Goldmark's [Typographer extension](https://github.com/gohugoio/hugo/commit/432885c499849efb29d3e50196f377fe0e908333). - -This release also adds [redirect and URL rewrite support](https://gohugo.io/getting-started/configuration/#configure-server) to the development server, with mostly Netlify-compatible configuration syntax. This is especially useful if you're building a [SPA](https://en.wikipedia.org/wiki/Single-page_application) with client-side routing. - - -This release represents **13 contributions by 3 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 **9 contributions by 6 contributors**. A special thanks to [@faraixyz](https://github.com/faraixyz), [@bep](https://github.com/bep), [@coliff](https://github.com/coliff), and [@Leon0824](https://github.com/Leon0824) for their work on the documentation site. - - -Hugo now has: - -* 44383+ [stars](https://github.com/gohugoio/hugo/stargazers) -* 437+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) -* 327+ [themes](http://themes.gohugo.io/) - -## Enhancements - -### Other - -* Add Scratch.Values [2919a6a5](https://github.com/gohugoio/hugo/commit/2919a6a503f7b369154d6eb787023a1fe58a9ad4) [@bep](https://github.com/bep) [#7335](https://github.com/gohugoio/hugo/issues/7335) -* Update Goldmark to improve Typographer [432885c4](https://github.com/gohugoio/hugo/commit/432885c499849efb29d3e50196f377fe0e908333) [@bep](https://github.com/bep) [#7289](https://github.com/gohugoio/hugo/issues/7289) -* Add redirect support to the server [6a3e8974](https://github.com/gohugoio/hugo/commit/6a3e89743ccad58097a6dd203a63448946a2304d) [@bep](https://github.com/bep) [#7323](https://github.com/gohugoio/hugo/issues/7323) - -## Fixes - -### Other - -* Fix tag collector for nested table elements [c950c86b](https://github.com/gohugoio/hugo/commit/c950c86b4e5fb93f787ec78ca823bded9ef9fa3a) [@bep](https://github.com/bep) [#7318](https://github.com/gohugoio/hugo/issues/7318) -* Fix build error: my previous commits did not fix it [91520249](https://github.com/gohugoio/hugo/commit/915202494b140882d594e0542153531f6afada02) [@anthonyfok](https://github.com/anthonyfok) - -