Skip to content

Commit e864d03

Browse files
committed
Release notes for ProperDocs 1.6.6
1 parent 4c9dda8 commit e864d03

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

docs/about/release-notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,21 @@ You can determine your currently installed version using `properdocs --version`:
1414

1515
```console
1616
$ properdocs --version
17-
properdocs, version 1.6.5 from /path/to/properdocs (Python 3.13)
17+
properdocs, version 1.6.6 from /path/to/properdocs (Python 3.13)
1818
```
1919

20+
## Version 1.6.6 (2026-03-16)
21+
22+
* Add a warning in case there isn't any theme specified in the config (#39)
23+
24+
The theme still defaults to 'mkdocs' but is *not* included in the package. That's why it made sense to warn about this now, and plan to remove this default at a later point.
25+
26+
* Support also the 'mkdocs' logger name, in case plugins refer to it directly (#38)
27+
28+
This was an omission in the backwards support of MkDocs plugins, causing logged messages of some plugins to be skipped.
29+
30+
See [commit log](https://github.com/properdocs/properdocs/compare/v1.6.5...v1.6.6).
31+
2032
## Version 1.6.5 (2026-03-15)
2133

2234
This is the first version of ProperDocs 🎉
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.5'
1+
__version__ = '1.6.6'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.5'
1+
__version__ = '1.6.6'

properdocs/__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.6.5'
5+
__version__ = '1.6.6'

0 commit comments

Comments
 (0)