From 72a36ea6e73e5941fb92069356655d9913bfb4b4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 13 Oct 2024 14:29:14 +0000 Subject: [PATCH] Ship tag 7.0.0 --- CHANGELOG.md | 12 ++++++++++++ .../content/introduction/changelog/7/0/000.en.md | 9 +++++++++ .../content/introduction/changelog/7/0/000.pir.md | 3 +++ .../content/introduction/changelog/7/0/_index.en.md | 9 +++++++++ .../content/introduction/changelog/7/0/_index.pir.md | 8 ++++++++ .../content/introduction/changelog/7/_index.en.md | 9 +++++++++ .../content/introduction/changelog/7/_index.pir.md | 8 ++++++++ .../content/introduction/releasenotes/7/0.en.md | 8 ++++---- layouts/partials/version.txt | 2 +- 9 files changed, 63 insertions(+), 5 deletions(-) create mode 100644 exampleSite/content/introduction/changelog/7/0/000.en.md create mode 100644 exampleSite/content/introduction/changelog/7/0/000.pir.md create mode 100644 exampleSite/content/introduction/changelog/7/0/_index.en.md create mode 100644 exampleSite/content/introduction/changelog/7/0/_index.pir.md create mode 100644 exampleSite/content/introduction/changelog/7/_index.en.md create mode 100644 exampleSite/content/introduction/changelog/7/_index.pir.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 43899158f2..23e4a50397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 7.0.0 (2024-10-13) + +### Fixes + +- [**bug**] theme: remove duplicate path warning [#926](https://github.com/McShelby/hugo-theme-relearn/issues/926) + +### Maintenance + +- [**task**][**breaking**] roadmap: upcoming major changes for 7.0.0 [#715](https://github.com/McShelby/hugo-theme-relearn/issues/715) + +--- + ## 6.4.1 (2024-10-11) ### Fixes diff --git a/exampleSite/content/introduction/changelog/7/0/000.en.md b/exampleSite/content/introduction/changelog/7/0/000.en.md new file mode 100644 index 0000000000..cbd8433b85 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/0/000.en.md @@ -0,0 +1,9 @@ +## 7.0.0 (2024-10-13) + +### Fixes + +- [**bug**] theme: remove duplicate path warning [#926](https://github.com/McShelby/hugo-theme-relearn/issues/926) + +### Maintenance + +- [**task**][**breaking**] roadmap: upcoming major changes for 7.0.0 [#715](https://github.com/McShelby/hugo-theme-relearn/issues/715) diff --git a/exampleSite/content/introduction/changelog/7/0/000.pir.md b/exampleSite/content/introduction/changelog/7/0/000.pir.md new file mode 100644 index 0000000000..564d5aa4a6 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/0/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify >}} diff --git a/exampleSite/content/introduction/changelog/7/0/_index.en.md b/exampleSite/content/introduction/changelog/7/0/_index.en.md new file mode 100644 index 0000000000..96a123a358 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/0/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.0" +type = "changelog" +weight = -0 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/introduction/changelog/7/0/_index.pir.md b/exampleSite/content/introduction/changelog/7/0/_index.pir.md new file mode 100644 index 0000000000..04c060cc6c --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/0/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.0" +type = "changelog" +weight = -0 ++++ +{{< piratify >}} diff --git a/exampleSite/content/introduction/changelog/7/_index.en.md b/exampleSite/content/introduction/changelog/7/_index.en.md new file mode 100644 index 0000000000..43fb1e4545 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 7" +type = "changelog" +weight = -7 ++++ + +{{% pages showhidden="true" showdivider="true" %}} diff --git a/exampleSite/content/introduction/changelog/7/_index.pir.md b/exampleSite/content/introduction/changelog/7/_index.pir.md new file mode 100644 index 0000000000..da2b38a3e6 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7" +type = "changelog" +weight = -7 ++++ +{{< piratify >}} diff --git a/exampleSite/content/introduction/releasenotes/7/0.en.md b/exampleSite/content/introduction/releasenotes/7/0.en.md index c011ef0018..e4b862a224 100644 --- a/exampleSite/content/introduction/releasenotes/7/0.en.md +++ b/exampleSite/content/introduction/releasenotes/7/0.en.md @@ -1,12 +1,12 @@ +++ disableToc = false hidden = true -title = "Version 7.0" +title = "Version 7.0.0" type = "releasenotes" weight = -0 +++ -## 7.0.0.beta (XXXX-XX-XX) {#7-0-0} +## 7.0.0 (2024-10-13) {#7-0-0} ### Hugo 0.126.0 @@ -47,7 +47,7 @@ weight = -0 See the [updated documentation](configuration/sidebar/search) for reference. -## Change +## 7.0.0 (2024-10-13) {#7-0-0} - {{% badge style="note" title=" " %}}Change{{% /badge %}} Once again, the theme changed the font. We switched to the excellent [Roboto Flex](https://github.com/googlefonts/roboto-flex) font. @@ -77,7 +77,7 @@ weight = -0 In addition, the default text for the logo partial is now [taken from the `linkTitle` setting](configuration/sidebar/headerfooter#title) of your `hugo.toml`. -## New +## 7.0.0 (2024-10-13) {#7-0-0} - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The docs received a much-needed overhaul for all chapters. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 4f2573cd6a..4122521804 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -6.4.0+a68b5ec4d1b9a246993bb82840cdaeeeb44ff109 \ No newline at end of file +7.0.0 \ No newline at end of file