diff --git a/docs/changelog.md b/docs/changelog.md index c8f1c65..d3de692 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,11 @@ !!!tip "Reminder" We try our best to follow [Semantic Versioning v2](https://semver.org/) starting from 1.0.0. +## 1.2.3 (2024-05-02) + +- **reconfigure**: drop incorrect log level from info to debug +- **reconfigure**: file.page can be None and make plugin crash + ## 1.2.2 (2024-03-01) - **build**: drop eol 3.7, add 3.12 compat and tests diff --git a/mkdocs_static_i18n/__init__.py b/mkdocs_static_i18n/__init__.py index 47a9093..fe082a0 100644 --- a/mkdocs_static_i18n/__init__.py +++ b/mkdocs_static_i18n/__init__.py @@ -1,6 +1,6 @@ from pathlib import PurePath -version = "1.2.2" +version = "1.2.3" def is_relative_to(src_path, dest_path):