From ff37c91f173814fcb07313044633ff00c5abf758 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Mon, 18 Sep 2023 13:45:23 +0200 Subject: [PATCH] version 1.0.4 --- docs/changelog.md | 8 ++++++++ mkdocs_static_i18n/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index dc6daee..12c0111 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,14 @@ !!!tip "Reminder" We try our best to follow [Semantic Versioning v2](https://semver.org/) starting from 1.0.0. +## 1.0.4 (2023-09-18) + +- **assets**: Handle more assets +- **plugin**: Fix build log info about directory +- **utils**: Fix logging filter class name +- **plugin**: Improve logging in general +- **plugin**: Use new filter to hide log duplicates + ## 1.0.3 (2023-09-07) - **plugin**: add support for --dirty and --dirtyreload (#249), by AngryMane diff --git a/mkdocs_static_i18n/__init__.py b/mkdocs_static_i18n/__init__.py index eeeb713..3ad1985 100644 --- a/mkdocs_static_i18n/__init__.py +++ b/mkdocs_static_i18n/__init__.py @@ -1,6 +1,6 @@ from pathlib import PurePath -version = "1.0.3" +version = "1.0.4" def is_relative_to(src_path, dest_path):