shithub: hugo

Download patch

ref: e6136b36f306b356764682e1f74346a32d3da207
parent: 659917a002ebd3908dc46454881fa939b9e71a8e
author: hugoreleaser <[email protected]>
date: Mon Jul 9 06:00:04 EDT 2018

releaser: Bump versions for release of 0.43

[ci skip]

--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -26,6 +26,12 @@
   revision = "de5bf2ad457846296e2031421a34e2568e304e35"
 
 [[projects]]
+  branch = "master"
+  name = "github.com/alecthomas/assert"
+  packages = ["."]
+  revision = "405dbfeb8e38effee6e723317226e93fff912d06"
+
+[[projects]]
   name = "github.com/alecthomas/chroma"
   packages = [
     ".",
@@ -63,6 +69,18 @@
   revision = "1b755a90bd109f170385cb3964f0abdfd3451145"
 
 [[projects]]
+  branch = "master"
+  name = "github.com/alecthomas/colour"
+  packages = ["."]
+  revision = "60882d9e27213e8552dcff6328914fe4c2b44bc9"
+
+[[projects]]
+  branch = "master"
+  name = "github.com/alecthomas/repr"
+  packages = ["."]
+  revision = "f49988b46e025398b9f834f7c726afe001ec481f"
+
+[[projects]]
   name = "github.com/bep/debounce"
   packages = ["."]
   revision = "844797fa1dd9ba969d71b62797ff19d1e49d4eac"
@@ -242,6 +260,12 @@
   revision = "a12c3aec81a6a938bf584a4bac567afed9256586"
 
 [[projects]]
+  name = "github.com/mattn/go-isatty"
+  packages = ["."]
+  revision = "0360b2af4f38e8d38c7fce2a9f4e702702d73a39"
+  version = "v0.0.3"
+
+[[projects]]
   name = "github.com/mattn/go-runewidth"
   packages = ["."]
   revision = "9e777a8366cce605130a531d2cd6363d07ad7317"
@@ -315,6 +339,12 @@
   version = "v1.1.0"
 
 [[projects]]
+  name = "github.com/sergi/go-diff"
+  packages = ["diffmatchpatch"]
+  revision = "1744e2970ca51c86172c8190fadad617561ed6e7"
+  version = "v1.0.0"
+
+[[projects]]
   branch = "master"
   name = "github.com/shurcooL/sanitized_anchor_name"
   packages = ["."]
@@ -487,14 +517,14 @@
   revision = "2cb43934f0eece38629746959acc633cba083fe4"
 
 [[projects]]
+  branch = "v2"
   name = "gopkg.in/yaml.v2"
   packages = ["."]
   revision = "5420a8b6744d3b0345ab293f6fcba19c978f1183"
-  version = "v2.2.1"
 
 [solve-meta]
   analyzer-name = "dep"
   analyzer-version = 1
-  inputs-digest = "aaf909f54ae33c5a70f692e19e59834106bcbbe5d16724ff3998907734e32c0b"
+  inputs-digest = "993acf46c3937e5cebef4f39a2733150aad7cbf96913a017e56cd03c8241a56e"
   solver-name = "gps-cdcl"
   solver-version = 1
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -70,7 +70,7 @@
 [params]
   description = "The world’s fastest framework for building websites"
   ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
-  release = "0.43-DEV"
+  release = "0.43"
   ## Setting this to true will add a "noindex" to *EVERY* page on the site
   removefromexternalsearch = false
   ## Gh repo for site footer (include trailing slash)
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -125,7 +125,7 @@
 var CurrentHugoVersion = HugoVersion{
 	Number:     0.43,
 	PatchLevel: 0,
-	Suffix:     "-DEV",
+	Suffix:     "",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
 name: hugo
-version: "0.43-DEV"
+version: "0.43"
 summary: Fast and Flexible Static Site Generator
 description: |
   Hugo is a static HTML and CSS website generator written in Go. It is
@@ -6,7 +6,7 @@
   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: devel # "devel" or "stable"
+grade: stable # "devel" or "stable"
 
 apps:
   hugo: