Skip to content

Commit

Permalink
release: v0.16.0 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 26, 2022
1 parent 62a27b1 commit 0952a1f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
## [Unreleased]


<a name="v0.16.0"></a>
## [v0.16.0] - 2022-07-26
### CI
- Add release automation action ([#117](https://github.com/Tiryoh/actions-mkdocs/issues/117))

### Chore
- Update dependabot.yml ([#115](https://github.com/Tiryoh/actions-mkdocs/issues/115))
- **deps:** Bump actions/checkout from 2 to 3 ([#116](https://github.com/Tiryoh/actions-mkdocs/issues/116))
- **deps:** Bump lxml from 4.6.5 to 4.9.1 ([#114](https://github.com/Tiryoh/actions-mkdocs/issues/114))
- **deps:** Bump mkdocs from 1.3.0 to 1.3.1 ([#113](https://github.com/Tiryoh/actions-mkdocs/issues/113))
- **deps:** Bump mkdocs-git-revision-date-localized-plugin ([#112](https://github.com/Tiryoh/actions-mkdocs/issues/112))
- **deps:** Bump mkdocs-material from 8.2.9 to 8.2.11 ([#111](https://github.com/Tiryoh/actions-mkdocs/issues/111))
- **deps:** Bump mkdocs-material from 8.2.8 to 8.2.9 ([#110](https://github.com/Tiryoh/actions-mkdocs/issues/110))
- **deps:** Bump mkdocs-redirects from 1.0.3 to 1.0.4 ([#109](https://github.com/Tiryoh/actions-mkdocs/issues/109))
- **deps:** Bump mkdocs-git-revision-date-localized-plugin ([#108](https://github.com/Tiryoh/actions-mkdocs/issues/108))
- **deps:** Bump mkdocs-material from 8.2.7 to 8.2.8 ([#107](https://github.com/Tiryoh/actions-mkdocs/issues/107))
- **deps:** Bump mkdocs from 1.2.3 to 1.3.0 ([#106](https://github.com/Tiryoh/actions-mkdocs/issues/106))
- **deps:** Bump mkdocs-material from 8.2.5 to 8.2.7 ([#105](https://github.com/Tiryoh/actions-mkdocs/issues/105))


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


<a name="v0.15.0"></a>
## [v0.15.0] - 2022-03-08
### Chore
Expand Down Expand Up @@ -165,7 +189,6 @@
- Use Poetry for package management
- Add initial GitHub Actions settings

[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
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.15.0"
version = "0.16.0"
description = ""
authors = ["Daisuke Sato <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0952a1f

Please sign in to comment.