Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
## [Unreleased]


<a name="v0.25.0"></a>
## [v0.25.0] - 2026-04-02
### Chore
- **deps:** Bump mkdocs-htmlproofer-plugin from 1.3.0 to 1.4.1 ([#234](https://github.com/Tiryoh/actions-mkdocs/issues/234))

### Security
- Fix command injection in release workflow by [@choseogyeong](https://github.com/choseogyeong)

### Fix
- **ci:** Restrict release-candidate workflow to repository owner ([#238](https://github.com/Tiryoh/actions-mkdocs/issues/238))


[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.25.0...HEAD
[v0.25.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.24.0...v0.25.0


<a name="v0.24.0"></a>
## [v0.24.0] - 2025-05-14
### Chore
Expand Down Expand Up @@ -46,7 +62,6 @@
- **deps:** Bump mkdocs-material from 9.4.0 to 9.4.8 ([#186](https://github.com/Tiryoh/actions-mkdocs/issues/186))


[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.24.0...HEAD
[v0.24.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.23.0...v0.24.0


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mkdocs-actions"
version = "0.24.0"
version = "0.25.0"
description = ""
authors = ["Daisuke Sato <tiryoh@gmail.com>"]
license = "MIT"
Expand Down
Loading