Skip to content

Commit c9944d3

Browse files
release: v0.23.0 (#185)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e13196a commit c9944d3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
## [Unreleased]
33

44

5+
<a name="v0.23.0"></a>
6+
## [v0.23.0] - 2023-11-09
7+
### Chore
8+
- Upgrade dependencies to avoid PyYAML install error ([#183](https://github.com/Tiryoh/actions-mkdocs/issues/183))
9+
10+
11+
[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.23.0...HEAD
12+
[v0.23.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.22.0...v0.23.0
13+
14+
515
<a name="v0.22.0"></a>
616
## [v0.22.0] - 2023-09-20
717
### Chore
@@ -42,7 +52,6 @@
4252
- v0.21.0 ([#173](https://github.com/Tiryoh/actions-mkdocs/issues/173))
4353

4454

45-
[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.22.0...HEAD
4655
[v0.22.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.20.0...v0.22.0
4756

4857

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mkdocs-actions"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
description = ""
55
authors = ["Daisuke Sato <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)