Welcome to mirror list, hosted at ThFree Co, Russian Federation.

0.20.3-relnotes.md « release-notes « content « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 954a4f5140a1f779af5174639be74a695f61863d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

---
date: 2017-04-24
title: 0.20.3
---

	

This is a bug-fix relase with one important fix. But it also adds some harness around [GoReleaser](https://github.com/goreleaser/goreleaser) to automate the Hugo release process. Big thanks to [@caarlos0](https://github.com/caarlos0) for great and super-fast support fixing issues along the way.

Hugo now has:

* 16619+ [stars](https://github.com/spf13/hugo/stargazers)
* 458+ [contributors](https://github.com/spf13/hugo/graphs/contributors)
* 156+ [themes](http://themes.gohugo.io/)

## Enhancement

* Automate the Hugo release process [550eba64](https://github.com/spf13/hugo/commit/550eba64705725eb54fdb1042e0fb4dbf6f29fd0) [@bep](https://github.com/bep) [#3358](https://github.com/spf13/hugo/issues/3358) 

## Fix

* Fix handling of zero-length files [9bf5c381](https://github.com/spf13/hugo/commit/9bf5c381b6b3e69d4d8dbfd7a40074ac44792bbf) [@bep](https://github.com/bep) [#3355](https://github.com/spf13/hugo/issues/3355)