From 4a340ba254f2ea7398a43dc07b5167e5465def23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 23 Jun 2020 09:37:25 +0200 Subject: [PATCH 1/6] Remove some old release notes --- temp/0.65.0-relnotes-ready.md | 123 ---------------------------------- temp/0.65.1-relnotes-ready.md | 9 --- temp/0.65.2-relnotes-ready.md | 10 --- 3 files changed, 142 deletions(-) delete mode 100644 temp/0.65.0-relnotes-ready.md delete mode 100644 temp/0.65.1-relnotes-ready.md delete mode 100644 temp/0.65.2-relnotes-ready.md diff --git a/temp/0.65.0-relnotes-ready.md b/temp/0.65.0-relnotes-ready.md deleted file mode 100644 index 80a8f3466..000000000 --- a/temp/0.65.0-relnotes-ready.md +++ /dev/null @@ -1,123 +0,0 @@ -**Hugo 0.65** generalizes how a page is packaged and published to be applicable to **any page**. This should solve some of the most common issues we see people ask and talk about on the [issue tracker](https://github.com/gohugoio/hugo/issues) and on the [forum](https://discourse.gohugo.io/). - -## Release Highlights - -### New in Hugo Core - -Any [branch node](https://gohugo.io/content-management/page-bundles/#branch-bundles) can now bundle resources (images, data files etc.), even the taxonomy nodes (e.g. /categories). - -List pages (sections and the home page) can now be added to taxonomies. - -The front matter fields that control when and if to publish a piece of content (`draft`, `publishDate`, `expiryDate`) now also works for list pages, and is recursive. - -We have added a new `_build` front matter keyword to provide fine-grained control over page publishing. The default values: - -```yaml -_build: -  # Whether to add it to any of the page collections. -  # Note that the page can still be found with .Site.GetPage. -  list: true -  -  # Whether to render it. -  render: true -  -  # Whether to publish its resources. These will still be published on demand, -  # but enabling this can be useful if the originals (e.g. images) are -  # never used. -  publishResources: true -``` - -Note that all front matter keywords can be set in the [cascade](https://gohugo.io/content-management/front-matter#front-matter-cascade) on a branch node, which would be especially useful for `_build`. - -We have also upgraded to the latest LibSass (v3.6.3). Nothing remarkable functional new here, but it makes Hugo ready for the upcoming [Dart Backport](https://github.com/sass/libsass/pull/2918). - -### New in Hugo Modules - -There are several improvements to the tooling used in [Hugo Modules](https://gohugo.io/hugo-modules/). One bug fix, but also some improvements to make it easier to manage: - -* You can now recursively update your modules with `hugo mod get -u ./...` -* `hugo mod clean` will now only clean the cache for the current project and now also takes an optional module path pattern, e.g. `hugo mod clean --pattern "github.com/**"` -* A new command `hugo mod verify` is added to verify that the module cache matches the hashes in `go.sum`. Run with `hugo mod verify --clean` to delete any modules that fail this check. - -See [hugo mod](https://gohugo.io/commands/hugo_mod/#see-also). - -### Performance - -The new features listed above required a structural simplification, and we do watch our weight when doing this. And the benchmarks show that Hugo should, in general, be slightly faster. This is especially true if you're using taxonomies, and the partial rebuilding on content changes should be considerably faster. - -## Numbers - -This release represents **34 contributions by 6 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 [@satotake](https://github.com/satotake), [@QuLogic](https://github.com/QuLogic), and [@JaymoKang](https://github.com/JaymoKang) for their ongoing contributions. -And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. - -Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), -which has received **7 contributions by 4 contributors**. A special thanks to [@coliff](https://github.com/coliff), [@bep](https://github.com/bep), [@tibnew](https://github.com/tibnew), and [@nerg4l](https://github.com/nerg4l) for their work on the documentation site. - -Hugo now has: - -* 41724+ [stars](https://github.com/gohugoio/hugo/stargazers) -* 439+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) -* 299+ [themes](http://themes.gohugo.io/) - -## Notes - -* `.GetPage "members.md"` (the Page method) will now only do relative lookups, which is what most people would expect. -* There have been a slight change of how disableKinds for regular pages: They will not be rendered on its own, but will be added to the site collections. - -## Enhancements - -### Templates - -* Adjust the RSS taxonomy logic [d73e3738](https://github.com/gohugoio/hugo/commit/d73e37387ca0012bd58bd3f36a0477854b41ab6e) [@bep](https://github.com/bep) [#6909](https://github.com/gohugoio/hugo/issues/6909) - -### Output - -* Handle disabled RSS even if it's defined in outputs [da54787c](https://github.com/gohugoio/hugo/commit/da54787cfa97789624e467a4451dfeb50f563e41) [@bep](https://github.com/bep) - -### Other - -* Regenerate CLI docs [a5ebdf7d](https://github.com/gohugoio/hugo/commit/a5ebdf7d17e6c6a9dc686cf8f7cd8e0a1bab5f2d) [@bep](https://github.com/bep) -* Improve "hugo mod clean" [dce210ab](https://github.com/gohugoio/hugo/commit/dce210ab56fc885818fc5d1a084a1c3ba84e7929) [@bep](https://github.com/bep) [#6907](https://github.com/gohugoio/hugo/issues/6907) -* Add "hugo mod verify" [0b96aba0](https://github.com/gohugoio/hugo/commit/0b96aba022d51cf9939605c029bb8dba806653a1) [@bep](https://github.com/bep) [#6907](https://github.com/gohugoio/hugo/issues/6907) -* Add Page.GetTerms [fa520a2d](https://github.com/gohugoio/hugo/commit/fa520a2d983b982394ad10088393fb303e48980a) [@bep](https://github.com/bep) [#6905](https://github.com/gohugoio/hugo/issues/6905) -* Add a list terms benchmark [7489a864](https://github.com/gohugoio/hugo/commit/7489a864591b6df03f435f40696c6ceeb4776ec9) [@bep](https://github.com/bep) [#6905](https://github.com/gohugoio/hugo/issues/6905) -* Use the tree for taxonomy.Pages() [b2dcd53e](https://github.com/gohugoio/hugo/commit/b2dcd53e3c0240c4afd21d1818fd180c2d1b9d34) [@bep](https://github.com/bep) -* Add some cagegories to the site collections benchmarks [36983e61](https://github.com/gohugoio/hugo/commit/36983e6189a717f1d4d1da6652621d7f8fe186ad) [@bep](https://github.com/bep) -* Do not try to get local themes in "hugo mod get" [20f2211f](https://github.com/gohugoio/hugo/commit/20f2211fce55e1811629245f9e5e4a2ac754d788) [@bep](https://github.com/bep) [#6893](https://github.com/gohugoio/hugo/issues/6893) -* Update goldmark-highlighting [a21a9373](https://github.com/gohugoio/hugo/commit/a21a9373e06091ab70d8a5f4da8ff43f7c609b4b) [@satotake](https://github.com/satotake) -* Support "hugo mod get -u ./..." [775c7c24](https://github.com/gohugoio/hugo/commit/775c7c2474d8797c96c9ac529a3cd93c0c2d3514) [@bep](https://github.com/bep) [#6828](https://github.com/gohugoio/hugo/issues/6828) -* Introduce a tree map for all content [eada236f](https://github.com/gohugoio/hugo/commit/eada236f87d9669885da1ff647672bb3dc6b4954) [@bep](https://github.com/bep) [#6312](https://github.com/gohugoio/hugo/issues/6312)[#6087](https://github.com/gohugoio/hugo/issues/6087)[#6738](https://github.com/gohugoio/hugo/issues/6738)[#6412](https://github.com/gohugoio/hugo/issues/6412)[#6743](https://github.com/gohugoio/hugo/issues/6743)[#6875](https://github.com/gohugoio/hugo/issues/6875)[#6034](https://github.com/gohugoio/hugo/issues/6034)[#6902](https://github.com/gohugoio/hugo/issues/6902)[#6173](https://github.com/gohugoio/hugo/issues/6173)[#6590](https://github.com/gohugoio/hugo/issues/6590) -* Another benchmark rename [e5329f13](https://github.com/gohugoio/hugo/commit/e5329f13c02b87f0c30f8837759c810cd90ff8da) [@bep](https://github.com/bep) -* Rename the Edit benchmarks [5b145ddc](https://github.com/gohugoio/hugo/commit/5b145ddc4c951a827e1ac00444dc4719e53e0885) [@bep](https://github.com/bep) -* Refactor a benchmark to make it runnable as test [54bdcaac](https://github.com/gohugoio/hugo/commit/54bdcaacaedec178554e696f34647801bbe61362) [@bep](https://github.com/bep) -* Add benchmark for content edits [1622510a](https://github.com/gohugoio/hugo/commit/1622510a5c651b59a79f64e9dc3cacd24832ec0b) [@bep](https://github.com/bep) -* Add "go mod verify" to build scripts [56d0b658](https://github.com/gohugoio/hugo/commit/56d0b658879bbf476810d013176d6568553aa71e) [@bep](https://github.com/bep) -* Add git to Dockerfile [75c3787f](https://github.com/gohugoio/hugo/commit/75c3787fc254d933fa11e5c39d978bfa1a21a371) [@JaymoKang](https://github.com/JaymoKang) -* Update go.sum [9babb1f0](https://github.com/gohugoio/hugo/commit/9babb1f0c4fca048b0339f6ce3618f88d34e0457) [@bep](https://github.com/bep) -* Rename doWithCommandeer to cfgInit/cfgSetAndInit [8a5124d6](https://github.com/gohugoio/hugo/commit/8a5124d6b38156cb6f765ac7492513ac7c0d90b2) [@MarkRosemaker](https://github.com/MarkRosemaker) -* Update golibsass [898a0a96](https://github.com/gohugoio/hugo/commit/898a0a96afd472fad8fe70be71f6cb00a4267c4a) [@bep](https://github.com/bep) [#6885](https://github.com/gohugoio/hugo/issues/6885) -* Shuffle test files before insertion [3b721110](https://github.com/gohugoio/hugo/commit/3b721110d560c8831c282e6e7a5c510fe7a5129a) [@bep](https://github.com/bep) -* Update to LibSass v3.6.3 [40ba7e6d](https://github.com/gohugoio/hugo/commit/40ba7e6d63c1a0734f257a642e46eb1572116a32) [@bep](https://github.com/bep) [#6862](https://github.com/gohugoio/hugo/issues/6862) -* Update Go version requirement [23ea4318](https://github.com/gohugoio/hugo/commit/23ea43180b84e35d99e88083a83e7ca1916b3b36) [@bep](https://github.com/bep) [#6853](https://github.com/gohugoio/hugo/issues/6853) - -## Fixes - -### Templates - -* Fix RSS template for the terms listing [aa3e1830](https://github.com/gohugoio/hugo/commit/aa3e1830568cabaa8bf3277feeba6cb48746e40c) [@bep](https://github.com/bep) [#6909](https://github.com/gohugoio/hugo/issues/6909) - -### Other - -* Fix lazy publishing with publishResources=false [9bdedb25](https://github.com/gohugoio/hugo/commit/9bdedb251c7cd8f8af800c7d9914cf84292c5c50) [@bep](https://github.com/bep) [#6914](https://github.com/gohugoio/hugo/issues/6914) -* Fix goMinorVersion on non-final Go releases [c7975b48](https://github.com/gohugoio/hugo/commit/c7975b48b6532823868a6aa8c93eb76caa46c570) [@QuLogic](https://github.com/QuLogic) -* Fix taxonomy [1b7acfe7](https://github.com/gohugoio/hugo/commit/1b7acfe7634a5d7bbc597ef4dddf4babce5666c5) [@bep](https://github.com/bep) -* Fix RenderString for pages without content [19e12caf](https://github.com/gohugoio/hugo/commit/19e12caf8c90516e3b803ae8a40b907bd89dc96c) [@bep](https://github.com/bep) [#6882](https://github.com/gohugoio/hugo/issues/6882) -* Fix chroma highlight [3c568ad0](https://github.com/gohugoio/hugo/commit/3c568ad0139c79e5c0596ca40637512d71401afc) [@satotake](https://github.com/satotake) [#6877](https://github.com/gohugoio/hugo/issues/6877)[#6856](https://github.com/gohugoio/hugo/issues/6856) -* Fix mount with hole regression [b78576fd](https://github.com/gohugoio/hugo/commit/b78576fd38a76bbdaab5ad21228c8e5a559090b1) [@bep](https://github.com/bep) [#6854](https://github.com/gohugoio/hugo/issues/6854) -* Fix bundle resource ordering regression [18888e09](https://github.com/gohugoio/hugo/commit/18888e09bbb5325bdd63f2cd93116ff490dd37ab) [@bep](https://github.com/bep) [#6851](https://github.com/gohugoio/hugo/issues/6851) -* Fix note about CGO [7f0ebd4a](https://github.com/gohugoio/hugo/commit/7f0ebd4a3c9e016afddc2cf5e7dfe6a820aa099a) [@moorereason](https://github.com/moorereason) - - - - - diff --git a/temp/0.65.1-relnotes-ready.md b/temp/0.65.1-relnotes-ready.md deleted file mode 100644 index aa604baa3..000000000 --- a/temp/0.65.1-relnotes-ready.md +++ /dev/null @@ -1,9 +0,0 @@ - - -This is a bug-fix release with a couple of important fixes. - -* hugolib: Fix 2 Paginator.Pages taxonomy regressions [7ef5a4c8](https://github.com/gohugoio/hugo/commit/7ef5a4c83e4560bced3eee0ccf0e0db176146f44) [@bep](https://github.com/bep) [#6921](https://github.com/gohugoio/hugo/issues/6921)[#6918](https://github.com/gohugoio/hugo/issues/6918) -* hugolib: Fix deletion of orphaned sections [a70bbd06](https://github.com/gohugoio/hugo/commit/a70bbd0696df3b0a6889650e48a07f8223151da4) [@bep](https://github.com/bep) [#6920](https://github.com/gohugoio/hugo/issues/6920) - - - diff --git a/temp/0.65.2-relnotes-ready.md b/temp/0.65.2-relnotes-ready.md deleted file mode 100644 index 3ce573fba..000000000 --- a/temp/0.65.2-relnotes-ready.md +++ /dev/null @@ -1,10 +0,0 @@ - - -This is a bug-fix release with a couple of important fixes. - -* Apply missing go fmt [76b2afe6](https://github.com/gohugoio/hugo/commit/76b2afe642c37aedc7269b41d6fca5b78f467ce4) [@bep](https://github.com/bep) -* Fix panic on no output formats [f4605303](https://github.com/gohugoio/hugo/commit/f46053034759c4f9790a79e0a146dbc1b426b1ff) [@bep](https://github.com/bep) [#6924](https://github.com/gohugoio/hugo/issues/6924) -* Fix panic in 404.Parent [4c2a0de4](https://github.com/gohugoio/hugo/commit/4c2a0de412a850745ad32e580fcd65575192ca53) [@bep](https://github.com/bep) [#6924](https://github.com/gohugoio/hugo/issues/6924) - - - From ee5d027cd51884666f8d6d96280bc9494d398a03 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 23 Jun 2020 08:57:01 +0000 Subject: [PATCH 2/6] releaser: Add release notes for 0.73.0 Rename to *-ready.md to continue. [ci skip] --- temp/0.73.0-relnotes.md | 53 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 temp/0.73.0-relnotes.md diff --git a/temp/0.73.0-relnotes.md b/temp/0.73.0-relnotes.md new file mode 100644 index 000000000..dc73cd0a3 --- /dev/null +++ b/temp/0.73.0-relnotes.md @@ -0,0 +1,53 @@ +This release represents **21 contributions by 9 contributors** to the main Hugo code base.bjorn.erik.pedersen leads the Hugo development with a significant amount of contributions, but also a big shoutout to helfper, moorereason, and onedrawingperday for their ongoing contributions. +And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. + +Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), +which has received **30 contributions by 14 contributors**. A special thanks to christianoliff, bjorn.erik.pedersen, patrick, and hello for their work on the documentation site. + + +Hugo now has: + + +* 326+ [themes](http://themes.gohugo.io/) + +## Enhancements + +### Templates + +* tpl/crypto: Add hmac + +### Other + +* Remove some old release notes +* Create robots.txt in the domain root directory [#5160](https://github.com/gohugoio/hugo/issues/5160)[#4193](https://github.com/gohugoio/hugo/issues/4193) +* Make GroupByParamDate work with string params [#3983](https://github.com/gohugoio/hugo/issues/3983) +* Add GroupByLastmod [#7408](https://github.com/gohugoio/hugo/issues/7408) +* Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy [#6911](https://github.com/gohugoio/hugo/issues/6911)[#7395](https://github.com/gohugoio/hugo/issues/7395) +* Add genDocsHelper mage target +* Regenerate templates +* Beautify HTML generated by pagination template [#7199](https://github.com/gohugoio/hugo/issues/7199) +* Add a nested data dir test +* Use os.PathError in RootMappingFs.doLstat +* Remove credit (#7347) +* Allow hook template per section/type [#7349](https://github.com/gohugoio/hugo/issues/7349) + +## Fixes + +### Templates + +* Fix bad rounding in NumFmt [#7116](https://github.com/gohugoio/hugo/issues/7116) + +### Other + +* Fix aliases with path in baseURL +* Fix server data race/nil pointer in withMaps [#7392](https://github.com/gohugoio/hugo/issues/7392) +* Fix order of GetTerms [#7213](https://github.com/gohugoio/hugo/issues/7213) +* Fix aliases with uglyURLs +* Fix crash for closing shortcode with no .Inner set [#6857](https://github.com/gohugoio/hugo/issues/6857)[#7330](https://github.com/gohugoio/hugo/issues/7330) +* Fix aliases with relativeURLs +* Fix URL rewrites vs fast render server mode [#7357](https://github.com/gohugoio/hugo/issues/7357) + + + + + From cfcb01451553d1c89d2bd0bad0d9af06e6edf796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 23 Jun 2020 11:46:23 +0200 Subject: [PATCH 3/6] Release 0.73.0 --- temp/{0.73.0-relnotes.md => 0.73.0-relnotes-ready.md} | 8 ++++++++ 1 file changed, 8 insertions(+) rename temp/{0.73.0-relnotes.md => 0.73.0-relnotes-ready.md} (76%) diff --git a/temp/0.73.0-relnotes.md b/temp/0.73.0-relnotes-ready.md similarity index 76% rename from temp/0.73.0-relnotes.md rename to temp/0.73.0-relnotes-ready.md index dc73cd0a3..157470a0a 100644 --- a/temp/0.73.0-relnotes.md +++ b/temp/0.73.0-relnotes-ready.md @@ -1,3 +1,7 @@ +Again, a release on the small side. Some new features -- one example is that we now support hook templates per section/type, see [#7349](https://github.com/gohugoio/hugo/issues/7349) -- and some important bug fixes. + +But the most important part of this release is that we have now finally cleaned up the terms used for the taxonomy page kinds. This has made the taxonomy feature in Hugo harder to understand than it needed to be. The old/new values for these are `taxonomy` => `term` and `taxonomyTerm` => `taxonomy`. We have taken great care to avoid site breakage. See [#6911](https://github.com/gohugoio/hugo/issues/6911) for more information. + This release represents **21 contributions by 9 contributors** to the main Hugo code base.bjorn.erik.pedersen leads the Hugo development with a significant amount of contributions, but also a big shoutout to helfper, moorereason, and onedrawingperday for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. @@ -10,6 +14,10 @@ Hugo now has: * 326+ [themes](http://themes.gohugo.io/) +## Notes + +* Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy [#6911](https://github.com/gohugoio/hugo/issues/6911) + ## Enhancements ### Templates From a78b3e3415096070807388242454c64624cf6c5f Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 23 Jun 2020 16:29:21 +0000 Subject: [PATCH 4/6] releaser: Bump versions for release of 0.73.0 [ci skip] --- common/hugo/version_current.go | 2 +- snap/snapcraft.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index bdad0a7d5..b00f80a86 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -18,5 +18,5 @@ package hugo var CurrentVersion = Version{ Number: 0.73, PatchLevel: 0, - Suffix: "-DEV", + Suffix: "", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2d4273894..00b6781fa 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.73.0-DEV" +version: "0.73.0" 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: devel # "devel" or "stable" +grade: stable # "devel" or "stable" apps: hugo: From 428907cc3437372a5d26c3c8b394ce997e536b84 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 23 Jun 2020 16:29:21 +0000 Subject: [PATCH 5/6] releaser: Add release notes to /docs for release of 0.73.0 [ci skip] --- docs/content/en/news/0.73.0-relnotes/index.md | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 docs/content/en/news/0.73.0-relnotes/index.md diff --git a/docs/content/en/news/0.73.0-relnotes/index.md b/docs/content/en/news/0.73.0-relnotes/index.md new file mode 100644 index 000000000..20df1b40b --- /dev/null +++ b/docs/content/en/news/0.73.0-relnotes/index.md @@ -0,0 +1,69 @@ + +--- +date: 2020-06-23 +title: "0.73.0" +description: "0.73.0" +categories: ["Releases"] +--- + + Again, a release on the small side. Some new features -- one example is that we now support hook templates per section/type, see [#7349](https://github.com/gohugoio/hugo/issues/7349) -- and some important bug fixes. + +But the most important part of this release is that we have now finally cleaned up the terms used for the taxonomy page kinds. This has made the taxonomy feature in Hugo harder to understand than it needed to be. The old/new values for these are `taxonomy` => `term` and `taxonomyTerm` => `taxonomy`. We have taken great care to avoid site breakage. See [#6911](https://github.com/gohugoio/hugo/issues/6911) for more information. + +This release represents **21 contributions by 9 contributors** to the main Hugo code base.bjorn.erik.pedersen leads the Hugo development with a significant amount of contributions, but also a big shoutout to helfper, moorereason, and onedrawingperday for their ongoing contributions. +And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. + +Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), +which has received **30 contributions by 14 contributors**. A special thanks to christianoliff, bjorn.erik.pedersen, patrick, and hello for their work on the documentation site. + + +Hugo now has: + + +* 326+ [themes](http://themes.gohugo.io/) + +## Notes + +* Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy [#6911](https://github.com/gohugoio/hugo/issues/6911) + +## Enhancements + +### Templates + +* tpl/crypto: Add hmac + +### Other + +* Remove some old release notes +* Create robots.txt in the domain root directory [#5160](https://github.com/gohugoio/hugo/issues/5160)[#4193](https://github.com/gohugoio/hugo/issues/4193) +* Make GroupByParamDate work with string params [#3983](https://github.com/gohugoio/hugo/issues/3983) +* Add GroupByLastmod [#7408](https://github.com/gohugoio/hugo/issues/7408) +* Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy [#6911](https://github.com/gohugoio/hugo/issues/6911)[#7395](https://github.com/gohugoio/hugo/issues/7395) +* Add genDocsHelper mage target +* Regenerate templates +* Beautify HTML generated by pagination template [#7199](https://github.com/gohugoio/hugo/issues/7199) +* Add a nested data dir test +* Use os.PathError in RootMappingFs.doLstat +* Remove credit (#7347) +* Allow hook template per section/type [#7349](https://github.com/gohugoio/hugo/issues/7349) + +## Fixes + +### Templates + +* Fix bad rounding in NumFmt [#7116](https://github.com/gohugoio/hugo/issues/7116) + +### Other + +* Fix aliases with path in baseURL +* Fix server data race/nil pointer in withMaps [#7392](https://github.com/gohugoio/hugo/issues/7392) +* Fix order of GetTerms [#7213](https://github.com/gohugoio/hugo/issues/7213) +* Fix aliases with uglyURLs +* Fix crash for closing shortcode with no .Inner set [#6857](https://github.com/gohugoio/hugo/issues/6857)[#7330](https://github.com/gohugoio/hugo/issues/7330) +* Fix aliases with relativeURLs +* Fix URL rewrites vs fast render server mode [#7357](https://github.com/gohugoio/hugo/issues/7357) + + + + + From 47aaa52e390baa3f2bf977ebbf5ba9d19af59161 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 23 Jun 2020 16:42:50 +0000 Subject: [PATCH 6/6] releaser: Prepare repository for 0.74.0-DEV [ci skip] --- common/hugo/version_current.go | 4 +-- snap/snapcraft.yaml | 4 +-- temp/0.73.0-relnotes-ready.md | 61 ---------------------------------- 3 files changed, 4 insertions(+), 65 deletions(-) delete mode 100644 temp/0.73.0-relnotes-ready.md diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index b00f80a86..f14763843 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.73, + Number: 0.74, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 00b6781fa..8d375c590 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.73.0" +version: "0.74.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.73.0-relnotes-ready.md b/temp/0.73.0-relnotes-ready.md deleted file mode 100644 index 157470a0a..000000000 --- a/temp/0.73.0-relnotes-ready.md +++ /dev/null @@ -1,61 +0,0 @@ -Again, a release on the small side. Some new features -- one example is that we now support hook templates per section/type, see [#7349](https://github.com/gohugoio/hugo/issues/7349) -- and some important bug fixes. - -But the most important part of this release is that we have now finally cleaned up the terms used for the taxonomy page kinds. This has made the taxonomy feature in Hugo harder to understand than it needed to be. The old/new values for these are `taxonomy` => `term` and `taxonomyTerm` => `taxonomy`. We have taken great care to avoid site breakage. See [#6911](https://github.com/gohugoio/hugo/issues/6911) for more information. - -This release represents **21 contributions by 9 contributors** to the main Hugo code base.bjorn.erik.pedersen leads the Hugo development with a significant amount of contributions, but also a big shoutout to helfper, moorereason, and onedrawingperday for their ongoing contributions. -And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. - -Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), -which has received **30 contributions by 14 contributors**. A special thanks to christianoliff, bjorn.erik.pedersen, patrick, and hello for their work on the documentation site. - - -Hugo now has: - - -* 326+ [themes](http://themes.gohugo.io/) - -## Notes - -* Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy [#6911](https://github.com/gohugoio/hugo/issues/6911) - -## Enhancements - -### Templates - -* tpl/crypto: Add hmac - -### Other - -* Remove some old release notes -* Create robots.txt in the domain root directory [#5160](https://github.com/gohugoio/hugo/issues/5160)[#4193](https://github.com/gohugoio/hugo/issues/4193) -* Make GroupByParamDate work with string params [#3983](https://github.com/gohugoio/hugo/issues/3983) -* Add GroupByLastmod [#7408](https://github.com/gohugoio/hugo/issues/7408) -* Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy [#6911](https://github.com/gohugoio/hugo/issues/6911)[#7395](https://github.com/gohugoio/hugo/issues/7395) -* Add genDocsHelper mage target -* Regenerate templates -* Beautify HTML generated by pagination template [#7199](https://github.com/gohugoio/hugo/issues/7199) -* Add a nested data dir test -* Use os.PathError in RootMappingFs.doLstat -* Remove credit (#7347) -* Allow hook template per section/type [#7349](https://github.com/gohugoio/hugo/issues/7349) - -## Fixes - -### Templates - -* Fix bad rounding in NumFmt [#7116](https://github.com/gohugoio/hugo/issues/7116) - -### Other - -* Fix aliases with path in baseURL -* Fix server data race/nil pointer in withMaps [#7392](https://github.com/gohugoio/hugo/issues/7392) -* Fix order of GetTerms [#7213](https://github.com/gohugoio/hugo/issues/7213) -* Fix aliases with uglyURLs -* Fix crash for closing shortcode with no .Inner set [#6857](https://github.com/gohugoio/hugo/issues/6857)[#7330](https://github.com/gohugoio/hugo/issues/7330) -* Fix aliases with relativeURLs -* Fix URL rewrites vs fast render server mode [#7357](https://github.com/gohugoio/hugo/issues/7357) - - - - -