Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabug committed Jan 24, 2025
1 parent f382516 commit ba16330
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
!!!tip "Reminder"
We try our best to follow [Semantic Versioning v2](https://semver.org/) starting from 1.0.0.

## 1.3.0 (2025-01-24)

- **build**: test and declare support for python 3.13 (#319)
- **docs**: add documentation on how to build and run the project, by Nicco Kunzmann
- **docs**: add style:check to documentation, by Nicco Kunzmann
- **docs**: fix-bad-example-for-lang-switcher-external-link-feature thx to @niccokunzmann
- **plugin**: add admonitions translations to `pymdownx.details` (#317), by Joan Puigcerver
- **plugin**: drop deprecated theme._vars and access keys directly (#315), by Joan Puigcerver
- **pyproject**: fix the doc environment used to locally serve the plugin documentation

## 1.2.3 (2024-05-02)

- **reconfigure**: drop incorrect log level from info to debug
Expand Down
2 changes: 1 addition & 1 deletion mkdocs_static_i18n/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import PurePath

version = "1.2.3"
version = "1.3.0"


def is_relative_to(src_path, dest_path):
Expand Down

0 comments on commit ba16330

Please # to comment.