From f25e96dc6fa097295319f279fdf41515ffb83ebe Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 29 May 2023 11:49:09 +0000 Subject: [PATCH] Ship tag 5.15.2 --- exampleSite/content/basics/CHANGELOG.md | 12 ++++++++++++ exampleSite/content/basics/migration/_index.en.md | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 59643dba51..593ac65f2c 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 5.15.2 (2023-05-29) + +### Enhancements + +- [**feature**] taxonomy: add support for category default taxonomy [#541](https://github.com/McShelby/hugo-theme-relearn/issues/541) + +### Fixes + +- [**bug**] attachments: work for Hugo < 0.112 [#546](https://github.com/McShelby/hugo-theme-relearn/issues/546) + +--- + ## 5.15.1 (2023-05-25) ### Fixes diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 3122b04fd4..bdee12878b 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,7 +18,7 @@ This document shows you what's new in the latest release. For a detailed list of --- -## 5.15.0 (2023-05-25) +## 5.15.0 (2023-05-29) - {{% badge style="note" title=" " %}}Change{{% /badge %}} Now also compatible with Hugo {{% badge color="fuchsia" icon="fab fa-hackerrank" title=" " %}}0.112.0{{% /badge %}} or higher. This does not change the minimum required Hugo version. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index e68a83ff91..57ba4a811b 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.15.1+tip \ No newline at end of file +5.15.2 \ No newline at end of file