File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma
149
149
150
150
# # Changelog
151
151
152
+ # ## 1.4.1
153
+ - Introduced mkdocs-redirects plugin (v`1.2.1`).
154
+
152
155
# ## 1.4.0
153
156
- Updated minimum mkdocs dependency from `1.5` to `1.6`
154
157
- Fixes issue [#187](https://github.com/backstage/mkdocs-techdocs-core/issues/187)
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ plantuml-markdown==3.10.3
16
16
mdx_truly_sane_lists == 1.3
17
17
pymdown-extensions == 10.3.1
18
18
pygments == 2.17.2
19
+ mkdocs-redirects == 1.2.1
19
20
20
21
# The following are temporary dependencies that are only necessary to work
21
22
# around incompatible/conflicting underlying dependencies. Each dependency
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = "mkdocs-techdocs-core" ,
31
- version = "1.4.0 " ,
31
+ version = "1.4.1 " ,
32
32
description = "The core MkDocs plugin used by Backstage's TechDocs as a wrapper around "
33
33
"multiple MkDocs plugins and Python Markdown extensions" ,
34
34
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments