-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
releaser: Add release notes for 0.95.0
[ci skip]
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
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 | ||
|
||
|
||
|
||
|
||
|