Skip to content

Commit 2865b0f

Browse files
authored
Release 1.5.1 (#3315)
1 parent ea549e6 commit 2865b0f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/about/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ The current and past members of the MkDocs team.
2727
* [@oprypin](https://github.com/oprypin/)
2828
* [@ultrabug](https://github.com/ultrabug/)
2929

30+
## Version 1.5.1 (2023-07-28)
31+
32+
* Bugfix (regression in 1.5.0): Make it possible to treat `ExtraScriptValue` as a path. This lets some plugins still work despite the breaking change.
33+
34+
* Bugfix (regression in 1.5.0): Prevent errors for special setups that have 3 conflicting files, such as `index.html`, `index.md` *and* `README.md` (#3314)
35+
36+
See [commit log](https://github.com/mkdocs/mkdocs/compare/1.5.0...1.5.1).
37+
3038
## Version 1.5.0 (2023-07-26)
3139

3240
### New command `mkdocs get-deps`

mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
5-
__version__ = '1.5.0'
5+
__version__ = '1.5.1'

0 commit comments

Comments
 (0)