Skip to content

Commit ba16330

Browse files
committed
version 1.3.0
1 parent f382516 commit ba16330

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
!!!tip "Reminder"
44
We try our best to follow [Semantic Versioning v2](https://semver.org/) starting from 1.0.0.
55

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+
616
## 1.2.3 (2024-05-02)
717

818
- **reconfigure**: drop incorrect log level from info to debug

mkdocs_static_i18n/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import PurePath
22

3-
version = "1.2.3"
3+
version = "1.3.0"
44

55

66
def is_relative_to(src_path, dest_path):

0 commit comments

Comments
 (0)