diff --git a/docs/changelog.rst b/docs/changelog.rst index 164f0d4..050681e 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`. +2024.7.13 +--------- + +- **New**: Add ``slack_url`` theme option. +- **New**: Add ``partials/nav-socials.html`` template. +- **Fix**: Word break for right sidebar's repository stats component. + 2024.6.23 --------- diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index 04326ca..0a765dd 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -14,7 +14,7 @@ WrapLineFormatter, ) -__version__ = "2024.6.23" +__version__ = "2024.7.13" shibuya_version = __version__