Skip to content

Commit d007ce6

Browse files
release: v0.26.0 (#242)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Daisuke Sato <tiryoh@gmail.com>
1 parent 6822047 commit d007ce6

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

44

5+
<a name="v0.26.0"></a>
6+
## [v0.26.0] - 2026-04-07
7+
### Bug Fixes
8+
- **ci:** Harden workflows against shell injection and fix quoting issues ([#239](https://github.com/Tiryoh/actions-mkdocs/issues/239))
9+
10+
### Chore
11+
- **deps:** Bump mkdocs from 1.5.3 to 1.6.1 and mkdocs-material from 9.5.18 to 9.5.19 ([#240](https://github.com/Tiryoh/actions-mkdocs/issues/240))
12+
- **deps:** Bump mkdocs-git-revision-date-localized-plugin from 1.4.5 to 1.4.7 ([#229](https://github.com/Tiryoh/actions-mkdocs/issues/229))
13+
- **deps:** Bump actions/checkout from 4 to 6 ([#233](https://github.com/Tiryoh/actions-mkdocs/issues/233))
14+
15+
16+
[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.26.0...HEAD
17+
[v0.26.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.25.0...v0.26.0
18+
19+
520
<a name="v0.25.0"></a>
621
## [v0.25.0] - 2026-04-02
722
### Chore
@@ -14,7 +29,6 @@
1429
- **ci:** Restrict release-candidate workflow to repository owner ([#238](https://github.com/Tiryoh/actions-mkdocs/issues/238))
1530

1631

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

2034

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.25.0"
3+
version = "0.26.0"
44
description = ""
55
authors = ["Daisuke Sato <tiryoh@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)