From d796773949c523f222e9464ab1707a75e9a44f2f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 22 Jun 2023 16:45:42 +0000 Subject: [PATCH] Ship tag 5.17.0 --- exampleSite/content/basics/CHANGELOG.md | 15 +++++++++++++++ exampleSite/content/basics/migration/_index.en.md | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 7d0ab25165..a92541844c 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 5.17.0 (2023-06-22) + +### Enhancements + +- [**feature**][**change**] highlight: make copy to clipboard appear on hover [#574](https://github.com/McShelby/hugo-theme-relearn/issues/574) +- [**feature**] highlight: add configurable line breaks [#169](https://github.com/McShelby/hugo-theme-relearn/issues/169) + +### Fixes + +- [**bug**] theme: support Hugo 0.114.0 [#573](https://github.com/McShelby/hugo-theme-relearn/issues/573) +- [**bug**] taxonomy: fix number tags [#570](https://github.com/McShelby/hugo-theme-relearn/issues/570) +- [**bug**] highlight: improve copy to clipboard [#569](https://github.com/McShelby/hugo-theme-relearn/issues/569) + +--- + ## 5.16.2 (2023-06-10) ### Enhancements diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index beea327a68..5c5dfcaa8a 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.17.0 (2023-06-20) +## 5.17.0 (2023-06-22) - {{% badge style="note" title=" " %}}Change{{% /badge %}} The default behavior for the copy-to-clipboard feature for code blocks has changed. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index d9b9b713ef..54ba60d491 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.16.2+tip \ No newline at end of file +5.17.0 \ No newline at end of file