summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-04-25 07:41:16 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-04-25 07:41:16 +0000
commitf84df16fea68955af265dad7057eae44c0da8639 (patch)
tree3b943dbf0c5661e61c2f7b5fe64b20cbfb070bbc
parent579004178b575b4253112fcb23eef002345028c2 (diff)
releaser: Prepare repository for 0.56.0-DEV
[ci skip]
-rw-r--r--common/hugo/version_current.go6
-rw-r--r--snap/snapcraft.yaml4
-rw-r--r--temp/0.55.4-relnotes-ready.md33
3 files changed, 5 insertions, 38 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index 04bfd7069..d296efcc8 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -16,7 +16,7 @@ package hugo
// CurrentVersion represents the current build version.
// This should be the only one.
var CurrentVersion = Version{
- Number: 0.55,
- PatchLevel: 4,
- Suffix: "",
+ Number: 0.56,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 64133d509..237d61e68 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,12 +1,12 @@
name: hugo
-version: "0.55.4"
+version: "0.56.0-DEV"
summary: Fast and Flexible Static Site Generator
description: |
Hugo is a static HTML and CSS website generator written in Go. It is
optimized for speed, easy use and configurability. Hugo takes a directory
with content and templates and renders them into a full HTML website.
confinement: strict
-grade: stable # "devel" or "stable"
+grade: devel # "devel" or "stable"
apps:
hugo:
diff --git a/temp/0.55.4-relnotes-ready.md b/temp/0.55.4-relnotes-ready.md
deleted file mode 100644
index e8cacba59..000000000
--- a/temp/0.55.4-relnotes-ready.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-
-Hugo now has:
-
-* 34558+ [stars](https://github.com/gohugoio/hugo/stargazers)
-* 439+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
-* 310+ [themes](http://themes.gohugo.io/)
-
-## Enhancements
-
-### Core
-
-* Avoid recloning of shortcode templates [69a56420](https://github.com/gohugoio/hugo/commit/69a56420aec5bf5abb846701d4a5ec67fe060d96) [@bep](https://github.com/bep) [#5890](https://github.com/gohugoio/hugo/issues/5890)
-* No links for bundled pages [0775c98e](https://github.com/gohugoio/hugo/commit/0775c98e6c5b700e46adaaf190fc3f693a6ab002) [@bep](https://github.com/bep) [#5882](https://github.com/gohugoio/hugo/issues/5882)
-
-### Other
-
-* Avoid rebuilding the Translations map for every lookup [4756ec3c](https://github.com/gohugoio/hugo/commit/4756ec3cd8ef998f889619fe11be70cc900e2b75) [@bep](https://github.com/bep) [#5892](https://github.com/gohugoio/hugo/issues/5892)
-* Init mem profile at the end [4c3c5120](https://github.com/gohugoio/hugo/commit/4c3c5120389cc95edc63b8f18a0eee786aa0c5e2) [@bep](https://github.com/bep)
-
-## Fixes
-
-### Core
-
-* Fix shortcode version=1 logic [33c73811](https://github.com/gohugoio/hugo/commit/33c738116c26e2ac37f4bd48159e8e3197fd7b39) [@bep](https://github.com/bep) [#5831](https://github.com/gohugoio/hugo/issues/5831)
-
-
-
-
-