Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabug committed Oct 13, 2023
1 parent 97c56bc commit 10932c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ deploy: qa test

test:
hatch run all

changelog:
cz changelog --file-name docs/changelog.md --incremental
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
!!!tip "Reminder"
We try our best to follow [Semantic Versioning v2](https://semver.org/) starting from 1.0.0.

## 1.1.1 (2023-10-13)

- **user_overrides**: extra overrides should be applied as legacy dict, thx to @Andygol
- **docs**: add and correct lang config overrides examples

## 1.1.0 (2023-10-06)

- **material**: add a special "null" locale to generated a fixed fixed item in the lang switcher (#270)
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.1.0"
version = "1.1.1"


def is_relative_to(src_path, dest_path):
Expand Down

0 comments on commit 10932c8

Please sign in to comment.