Release 0.30.1

This commit is contained in:
Bjørn Erik Pedersen 2017-10-19 07:36:15 +02:00
parent 6f84570d8f
commit 35be07f7c8
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
2 changed files with 13 additions and 30 deletions

View file

@ -0,0 +1,13 @@
This is a bug-fix release with two important fixes.
* Fix hugo -w [fa53b13c](https://github.com/gohugoio/hugo/commit/fa53b13ca0ffb1db6ed20f5353661d3f8a5fd455) [@bep](https://github.com/bep) [#3980](https://github.com/gohugoio/hugo/issues/3980)
* Revert sitemap template change to make the Google validator happy [5109ed520](https://github.com/gohugoio/hugo/commit/5109ed520f2ddde815d50e7b31acbbfc57ce7719) [@bep](https://github.com/bep) [#3978](https://github.com/gohugoio/hugo/issues/3978)
Hugo now has:
* 20285+ [stars](https://github.com/gohugoio/hugo/stargazers)
* 454+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
* 180+ [themes](http://themes.gohugo.io/)

View file

@ -1,30 +0,0 @@
This is a bug-fix release with a couple of important fixes.
Hugo now has:
* 20285+ [stars](https://github.com/gohugoio/hugo/stargazers)
* 454+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
* 180+ [themes](http://themes.gohugo.io/)
## Enhancements
### Other
* Must go get mage [89641625](https://github.com/gohugoio/hugo/commit/89641625732bf811079aa2f039720922b9548f96) [@bep](https://github.com/bep)
* Bump Snap to go1.9.1 [d2b3f00d](https://github.com/gohugoio/hugo/commit/d2b3f00df7cd601b0eed35d2594e016108765456) [@bep](https://github.com/bep)
* Simplify Site benchmarks [c3c10f2c](https://github.com/gohugoio/hugo/commit/c3c10f2c7ce4ee11186f51161943efc8b37a28c9) [@bep](https://github.com/bep)
## Fixes
### Other
* Fix hugo -w [fa53b13c](https://github.com/gohugoio/hugo/commit/fa53b13ca0ffb1db6ed20f5353661d3f8a5fd455) [@bep](https://github.com/bep) [#3980](https://github.com/gohugoio/hugo/issues/3980)
* Fix mage vs make issues [ad5ef438](https://github.com/gohugoio/hugo/commit/ad5ef438380d6ecba93b9b01a7893d450f652f72) [@bep](https://github.com/bep) [#3969](https://github.com/gohugoio/hugo/issues/3969)