diff --git a/docs/changelog.rst b/docs/changelog.rst index b291a11..f728f8b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,13 @@ Changelog Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`. +2023.7.16 +--------- + +- Fix multiple languages links for index pages +- Add ``hreflang`` links for SEO +- Add locale data of theme templates + 2023.7.15 --------- diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index 9e78d7b..37aca44 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -13,7 +13,7 @@ WrapLineFormatter, ) -__version__ = "2023.7.15" +__version__ = "2023.7.16" shibuya_version = __version__