Skip to content

Commit 1721da3

Browse files
author
semantic-release
committed
1.6.0
Automatically generated by python-semantic-release
1 parent 470077c commit 1721da3

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
# CHANGELOG
22

33
<!-- version list -->
4+
5+
## v1.6.0 (2025-09-16)
6+
7+
### Chores
8+
9+
- **deps**: Update actions/checkout action to v5
10+
([`6b2a711`](https://github.com/backstage/mkdocs-techdocs-core/commit/6b2a7117cfb1b55bf239e58159b720dab9adda42))
11+
12+
- **deps**: Update actions/setup-python action to v6
13+
([`df0222a`](https://github.com/backstage/mkdocs-techdocs-core/commit/df0222a63552459ae96d1a13441a1a57b2e286bb))
14+
15+
- **deps**: Update actions/stale action to v10
16+
([`43bc714`](https://github.com/backstage/mkdocs-techdocs-core/commit/43bc714829bdc8fce799cc98f6925306352d0bcf))
17+
18+
- **deps**: Update dependency markdown to >=3.2,<3.10
19+
([`864e43f`](https://github.com/backstage/mkdocs-techdocs-core/commit/864e43f82d70af736f246be6ffac09781feb1a09))
20+
21+
- **deps**: Update dependency mkdocs-material to v9.6.16
22+
([`70d54a8`](https://github.com/backstage/mkdocs-techdocs-core/commit/70d54a872b1a153a698fca3a40e9f7773d580466))
23+
24+
- **deps**: Update dependency mkdocs-material to v9.6.17
25+
([`4c39687`](https://github.com/backstage/mkdocs-techdocs-core/commit/4c39687c7f15df535861c9bf610a2e95d383fb83))
26+
27+
- **deps**: Update dependency mkdocs-material to v9.6.18
28+
([`a0144ae`](https://github.com/backstage/mkdocs-techdocs-core/commit/a0144aec2192500b297be567db4c9be2c78e1485))
29+
30+
- **deps**: Update dependency mkdocs-material to v9.6.19
31+
([`50d8cb0`](https://github.com/backstage/mkdocs-techdocs-core/commit/50d8cb09b934d519818a24c72b23e8bc4a34cc39))
32+
33+
- **deps**: Update dependency pymdown-extensions to v10.16.1
34+
([`b4b4930`](https://github.com/backstage/mkdocs-techdocs-core/commit/b4b4930059cb4490f95e64d73f2344406fe6fbf6))
35+
36+
### Continuous Integration
37+
38+
- Use app token for semantic release workflow
39+
([`3f85c28`](https://github.com/backstage/mkdocs-techdocs-core/commit/3f85c286d14bf34766a039868d3a62481306fa1e))
40+
41+
### Features
42+
43+
- **ci**: Enable manual versioning
44+
([`b6cc7ad`](https://github.com/backstage/mkdocs-techdocs-core/commit/b6cc7adc24b9fc1f48a7fefa4bee980bd17a9724))
45+
46+
447
## v1.5.4 (2025-06-26)
548

649
- Added proper plugin config to fix `Unrecognised configuration name` error when any config is provided

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66

77
name = "mkdocs-techdocs-core"
8-
version = "1.5.4"
8+
version = "1.6.0"
99
description = """The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions"""
1010
readme = "README.md"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)