From afe5b32c6fdcaf8f552d3778c8164edc9f499ab6 Mon Sep 17 00:00:00 2001 From: Daisuke Sato Date: Mon, 28 Mar 2022 01:59:24 +0900 Subject: [PATCH] release: v0.15.0 (#104) --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c641b9b..3bc291b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] + +## [v0.15.0] - 2022-03-08 +### Chore +- **deps:** Bump mkdocs-material from 8.2.3 to 8.2.5 ([#103](https://github.com/Tiryoh/actions-mkdocs/issues/103)) +- **deps:** Bump mkdocs-material from 8.2.1 to 8.2.3 ([#102](https://github.com/Tiryoh/actions-mkdocs/issues/102)) + + ## [v0.14.0] - 2022-02-24 ### Chore @@ -158,7 +165,8 @@ - Use Poetry for package management - Add initial GitHub Actions settings -[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.14.0...HEAD +[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.15.0...HEAD +[v0.15.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.14.0...v0.15.0 [v0.14.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.13.0...v0.14.0 [v0.13.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.12.0...v0.13.0 [v0.12.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.11.0...v0.12.0 diff --git a/pyproject.toml b/pyproject.toml index baa0fe0..9a89cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-actions" -version = "0.14.0" +version = "0.15.0" description = "" authors = ["Daisuke Sato "] license = "MIT"