-
-
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.91.0
[ci skip]
- Loading branch information
Showing
1 changed file
with
48 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,48 @@ | ||
This release represents **23 contributions by 5 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), [@ptgott](https://github.com/ptgott), and [@jansorg](https://github.com/jansorg) 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 **18 contributions by 2 contributors**. | ||
|
||
Hugo now has: | ||
|
||
* 55860+ [stars](https://github.com/gohugoio/hugo/stargazers) | ||
* 430+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) | ||
* 415+ [themes](http://themes.gohugo.io/) | ||
|
||
|
||
## Notes | ||
|
||
* releaser: Add release notes for 0.90.1 [ci skip] 3075eaa3 [@bep](https://github.com/bep) | ||
|
||
|
||
## Changes | ||
|
||
* releaser: Drop running tests as part of the release e26e13fb [@bep](https://github.com/bep) | ||
* docs: Regen docs helper 6df2f080 [@bep](https://github.com/bep) | ||
* tpl/resources: Add empty method mapping for GetRemote b84745d4 [@bep](https://github.com/bep) | ||
* Always use content to resolve content type in resources.GetRemote 44954497 [@bep](https://github.com/bep) #9302 #9301 | ||
* Add resources.GetRemote 22ef5da2 [@bep](https://github.com/bep) #9285 #9296 | ||
* Allow for return partials with falsy arguments (#9298) 5758c370 [@ptgott](https://github.com/ptgott) #7528 | ||
* deps: Upgrade github.com/evanw/esbuild v0.14.2 => v0.14.5 8ee6de6d [@bep](https://github.com/bep) | ||
* don't use path.Join, because it cleans the final path a4b9f1a9 [@jansorg](https://github.com/jansorg) | ||
* Add some basic security policies with sensible defaults f4389e48 [@bep](https://github.com/bep) | ||
* Simplify Babel test assertions 803f572e [@bep](https://github.com/bep) | ||
* Improve handling of remote image/jpeg resources (#9278) a037be77 [@jmooring](https://github.com/jmooring) #9275 | ||
* Fix Dockerfile 8a005538 [@hitzhangjie](https://github.com/hitzhangjie) #9261 | ||
* Remove debug statement 657d0272 [@jmooring](https://github.com/jmooring) | ||
* Fix deprecation notice 159120cd [@bep](https://github.com/bep) | ||
* releaser: Prepare repository for 0.91.0-DEV 3f0d49e5 [@bep](https://github.com/bep) | ||
* releaser: Bump versions for release of 0.90.1 48907889 [@bep](https://github.com/bep) | ||
* releaser: Add release notes for 0.90.1 [ci skip] 3075eaa3 [@bep](https://github.com/bep) | ||
* Remove the retries on error in remote resources.Get 3bc68304 [@bep](https://github.com/bep) #9271 | ||
* Allow user to handle/ignore errors in resources.Get e4d6ec94 [@bep](https://github.com/bep) #9529 | ||
* Make resource.Get return nil on 404 not found 6260455b [@bep](https://github.com/bep) #9267 | ||
* Update to Go 1.17.5 c397975a [@bep](https://github.com/bep) #9269 | ||
* Update to Go 1.17.4 and remove timeout in resources.Get 965a6cbf [@bep](https://github.com/bep) #9265 | ||
* releaser: Prepare repository for 0.91.0-DEV 34a96290 [@bep](https://github.com/bep) | ||
|
||
|
||
|
||
|
||
|