File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
!!!tip "Reminder"
4
4
We try our best to follow [ Semantic Versioning v2] ( https://semver.org/ ) starting from 1.0.0.
5
5
6
+ ## 1.3.0 (2025-01-24)
7
+
8
+ - ** build** : test and declare support for python 3.13 (#319 )
9
+ - ** docs** : add documentation on how to build and run the project, by Nicco Kunzmann
10
+ - ** docs** : add style: check to documentation, by Nicco Kunzmann
11
+ - ** docs** : fix-bad-example-for-lang-switcher-external-link-feature thx to @niccokunzmann
12
+ - ** plugin** : add admonitions translations to ` pymdownx.details ` (#317 ), by Joan Puigcerver
13
+ - ** plugin** : drop deprecated theme._ vars and access keys directly (#315 ), by Joan Puigcerver
14
+ - ** pyproject** : fix the doc environment used to locally serve the plugin documentation
15
+
6
16
## 1.2.3 (2024-05-02)
7
17
8
18
- ** reconfigure** : drop incorrect log level from info to debug
Original file line number Diff line number Diff line change 1
1
from pathlib import PurePath
2
2
3
- version = "1.2.3 "
3
+ version = "1.3.0 "
4
4
5
5
6
6
def is_relative_to (src_path , dest_path ):
You can’t perform that action at this time.
0 commit comments