From 7d3c3a7dd859755c80e8be54f456b9949e3fd83c Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Thu, 15 Aug 2024 16:20:12 +0000 Subject: [PATCH] Prepare release 7.0.0.8 --- CHANGELOG.md | 9 ++++++--- semver.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9be37f..1ba9c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.0.8] - 2024-08-15 + ### Added - Reverted doxygen publishing action back to original as they have taken -[my contribution](https://github.com/DenverCoder1/doxygen-github-pages-action/pull/30) and -[implemented it](https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v2.0.0) in the main repo. + [my contribution](https://github.com/DenverCoder1/doxygen-github-pages-action/pull/30) and + [implemented it](https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v2.0.0) in the main repo. - Dropped support for .Net 7 ## [6.2.5.7] - 2024-08-07 @@ -483,7 +485,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.1] - 2013-07-04 -[unreleased]: https://github.com/baynezy/Html2Markdown/compare/6.2.5.7...HEAD +[unreleased]: https://github.com/baynezy/Html2Markdown/compare/7.0.0.8...HEAD +[7.0.0.8]: https://github.com/baynezy/Html2Markdown/compare/6.2.5.7...7.0.0.8 [6.2.5.7]: https://github.com/baynezy/Html2Markdown/compare/6.2.4.6...6.2.5.7 [6.2.4.6]: https://github.com/baynezy/Html2Markdown/compare/6.2.3.6...6.2.4.6 [6.2.3.6]: https://github.com/baynezy/Html2Markdown/compare/6.2.2.5...6.2.3.6 diff --git a/semver.json b/semver.json index 3bf8d8b..789c843 100644 --- a/semver.json +++ b/semver.json @@ -1 +1 @@ -{"major":"6","minor":"2","patch":"5","build":"7"} \ No newline at end of file +{"major":"7","minor":"0","patch":"0","build":"8"} \ No newline at end of file