diff --git a/CHANGELOG.md b/CHANGELOG.md index 763cc0bcb3..20895628b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.0.1 (2024-10-15) + +### Fixes + +- [**bug**] search: search page not generated with renderer.unsafe [#929](https://github.com/McShelby/hugo-theme-relearn/issues/929) + +--- + ## 7.0.0 (2024-10-13) ### Enhancements diff --git a/exampleSite/content/introduction/changelog/7/0/001.en.md b/exampleSite/content/introduction/changelog/7/0/001.en.md new file mode 100644 index 0000000000..916fcb79ac --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/0/001.en.md @@ -0,0 +1,5 @@ +## 7.0.1 (2024-10-15) + +### Fixes + +- [**bug**] search: search page not generated with renderer.unsafe [#929](https://github.com/McShelby/hugo-theme-relearn/issues/929) diff --git a/exampleSite/content/introduction/changelog/7/0/001.pir.md b/exampleSite/content/introduction/changelog/7/0/001.pir.md new file mode 100644 index 0000000000..564d5aa4a6 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/0/001.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify >}} diff --git a/exampleSite/content/introduction/releasenotes/7/0.en.md b/exampleSite/content/introduction/releasenotes/7/0.en.md index bded781718..a98fc582cf 100644 --- a/exampleSite/content/introduction/releasenotes/7/0.en.md +++ b/exampleSite/content/introduction/releasenotes/7/0.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -0 +++ -## 7.0.0 (2024-10-13) {#7-0-0} +## 7.0.0 (2024-10-15) {#7-0-0} ### Hugo 0.126.0 diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 82c3e52dfa..73a86b1970 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.0.0+68d562d0dbc7583b0ea01cec5f4e14be44c997df \ No newline at end of file +7.0.1 \ No newline at end of file