From 3bc34666c8daf29aa64f834f14f753714bc890f4 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 10 Mar 2022 10:25:00 +0000 Subject: [PATCH] releaser: Prepare repository for 0.95.0-DEV [ci skip] --- common/hugo/version_current.go | 4 +-- snap/snapcraft.yaml | 2 +- temp/0.94.0-relnotes-ready.md | 66 ---------------------------------- 3 files changed, 3 insertions(+), 69 deletions(-) delete mode 100644 temp/0.94.0-relnotes-ready.md diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 6ed8c4996e0..5b836cb03d5 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.94, + Number: 0.95, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 045a3662ee2..bb11afc7233 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.94.0-relnotes-ready.md b/temp/0.94.0-relnotes-ready.md deleted file mode 100644 index 6e3eabc7ac6..00000000000 --- a/temp/0.94.0-relnotes-ready.md +++ /dev/null @@ -1,66 +0,0 @@ -This release represents **38 contributions by 4 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 [@dependabot[bot]](https://github.com/apps/dependabot), [@jmooring](https://github.com/jmooring), and [@satotake](https://github.com/satotake) 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 **3 contributions by 2 contributors**. - -Hugo now has: - -* 57544+ [stars](https://github.com/gohugoio/hugo/stargazers) -* 429+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) -* 397+ [themes](http://themes.gohugo.io/) - - -## Notes - -* minifiers: Make keepWhitespace = false default for HTML (note) c97fed08 @jmooring #9456 -* releaser: Add release notes for 0.93.3 [ci skip] 9177849f @bep -* releaser: Add release notes for 0.93.2 [ci skip] 2f7feca9 @bep -* releaser: Add release notes for 0.93.1 [ci skip] fefb1caa @bep - - -## Changes - -* docs: Regenerate docshelper a4ac188c @bep -* Revert "markup/highlight: Add hl_inline option" b82d9557 @bep -* Fail with error when double-rendering text in markdownify/RenderString 4e14cf76 @bep #9570 #8959 -* markup/goldmark: Default to https for linkify 5697348e @bep #9639 -* Add lang attribute to internal alias template f98e570b @jmooring #9586 -* docs: Regenerate docshelper cdb8b084 @bep -* markup/highlight: Add hl_inline option a360cab7 @bep #9442 -* minifiers: Make keepWhitespace = false default for HTML (note) c97fed08 @jmooring #9456 -* markup/goldmark/codeblocks: Fix slice bounds out of range 53a6210d @bep #9627 -* docs: Regenerate CLI docs 7182809d @bep -* docs: Regenerate docshelper 1f8cd261 @bep -* Cache reflect.MethodByName 4576c82e @bep -* releaser: Remove the GitHub link syntax around release contributors ff02d417 @bep #9581 -* Some minor adjustments to the new static filesystem logic 63bb2a5b @bep #9625 -* Allow rendering static files to disk and dynamic to memory in server mode 7d8011ed @satotake #9625 -* build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.8 to 2.2.9 b9a1be2f @dependabot[bot] -* build(deps): bump github.com/evanw/esbuild from 0.14.23 to 0.14.25 09782450 @dependabot[bot] -* build(deps): bump github.com/niklasfasching/go-org from 1.6.0 to 1.6.2 ff37df83 @dependabot[bot] -* build(deps): bump github.com/getkin/kin-openapi from 0.90.0 to 0.91.0 5857d552 @dependabot[bot] -* releaser: Prepare repository for 0.94.0-DEV d86eca5b @bep -* releaser: Bump versions for release of 0.93.3 44e3c002 @bep -* releaser: Add release notes for 0.93.3 [ci skip] 9177849f @bep -* Remove the decorator from the fs used in ReadDir 0e0d672b @bep #9609 -* Update stale.yml 19f816f7 @bep -* build(deps): bump github.com/yuin/goldmark from 1.4.7 to 1.4.8 970f385c @dependabot[bot] -* Remove the examples/ folder 76c1248f @bep -* releaser: Prepare repository for 0.94.0-DEV 9e76507d @bep -* releaser: Bump versions for release of 0.93.2 643b5ae9 @bep -* releaser: Add release notes for 0.93.2 [ci skip] 2f7feca9 @bep -* tpl/os: Revert readDir in theme behaviour 673cde1e @bep #9599 -* markup/goldmark: Escape image alt attribute e46e9ceb @jmooring #9594 -* releaser: Prepare repository for 0.94.0-DEV 883e71c9 @bep -* releaser: Bump versions for release of 0.93.1 e9669fed @bep -* releaser: Add release notes for 0.93.1 [ci skip] fefb1caa @bep -* tpl/transform: Fix it when template.HTML is passes as option to Hightlight 0327da05 @bep #9591 -* tpl/partials: Fix partialCached deadlock regression 9b8b6d34 @bep #9588 -* tpl/collections: Fix apply when function have Context as first arg 376704d3 @bep #9585 -* releaser: Prepare repository for 0.94.0-DEV 5a1b394f @bep - - - - -