From 35cb6eefb21385eaa20284f2451c5d982e973c49 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 16 May 2022 08:10:55 +0000 Subject: [PATCH] releaser: Add release notes for 0.99.0 [ci skip] --- temp/0.99.0-relnotes-ready.md | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 temp/0.99.0-relnotes-ready.md diff --git a/temp/0.99.0-relnotes-ready.md b/temp/0.99.0-relnotes-ready.md new file mode 100644 index 000000000..aa25ea6b8 --- /dev/null +++ b/temp/0.99.0-relnotes-ready.md @@ -0,0 +1,44 @@ +This release represents **24 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), [@satotake](https://github.com/satotake), and [@nathannaveen](https://github.com/nathannaveen) 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: + +* 58934+ [stars](https://github.com/gohugoio/hugo/stargazers) +* 428+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) +* 399+ [themes](http://themes.gohugo.io/) + + +## Changes + +* server: Refresh the error template 657d1a2d @bep +* server: Fix SIGINT handling after loading bad configuration 87a22eb6 @bep #9664 +* Improve SASS errors fc9f315d @bep #9897 +* postcss: Fix import error handling 4b189d8f @bep #9895 +* build(deps): bump github.com/fsnotify/fsnotify from 1.5.3 to 1.5.4 c2fa0a33 @dependabot[bot] +* common/herrors: Remove unused struct 48ea24f8 @bep +* build(deps): bump github.com/evanw/esbuild from 0.14.38 to 0.14.39 9f563856 @dependabot[bot] +* errors: Misc improvements 5c96bda7 @bep #9892 #9891 #9893 +* server: Always rebuild the files involved in an error 4a96df96 @bep #9884 +* postcss: Fix line numbers in error messages e8537e6d @bep #9880 +* Update CONTRIBUTING.md 2fbdee72 @bep +* js: Bump test dependency 91fe1b6c @bep +* deps: Update github.com/spf13/cast v1.4.1 => v1.5.0 7de62912 @bep +* hugolib: Check for nil in shouldRender 9d7f1662 @bep +* Revise the use of htime.Since/htime.Now 51f08b0b @bep #9868 +* tpl/collections: Make sort stable 860c51c3 @bep #9865 +* docs: Regen CLI docs 855e5869 @bep +* Use configured timeZone for the clock 35c88a7f @bep #8787 +* Add `clock` cli flag e77ca3c1 @satotake #8787 +* Improve error messages, esp. when the server is running f2946da9 @bep #9852 #9857 #9863 +* tpl: Improve godoc 6eea32bd @bep +* github: Add permissions to test action a6d54585 @nathannaveen +* tpl/crypto: Add example for FNV32a e5f21731 @bep +* releaser: Prepare repository for 0.99.0-DEV 89c1655e @bep + + + + +