Skip to content

Commit

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

## 1.2.2 (2024-03-01)

- **build**: drop eol 3.7, add 3.12 compat and tests
- **chore**: fix deprecation warning, by Kamil Krzyśków
- **config**: new option "admonition_translations" to allow translating of admonitions by Michal Fapso (#293)
- **folder**: correct file lookup, by Kamil Krzyśków
- **plugin** fix homepage detection, by Kamil Krzyśków
- **test**: add tests for folder structure, by Kamil Krzyśków

## 1.2.1 (2024-01-28)

- **folder**: fix path lookup order, by Kamil Krzyśków
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.1"
version = "1.2.2"


def is_relative_to(src_path, dest_path):
Expand Down

0 comments on commit a72753d

Please sign in to comment.