Skip to content

Commit

Permalink
version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabug committed Sep 18, 2023
1 parent 37d5ded commit ff37c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.3"
version = "1.0.4"


def is_relative_to(src_path, dest_path):
Expand Down

0 comments on commit ff37c91

Please sign in to comment.