diff --git a/docs/changelog.rst b/docs/changelog.rst index ef73b51..fa9d973 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Changelog Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`. +2024.4.8 +-------- + +- **New**: Added integration with :ref:`docsearch` +- **New**: Added ``reddit_url`` theme option +- **New**: Added ``discussion_url`` theme option +- **Fix**: Improve style for tables +- **Fix**: Added ``external`` key for nav links + 2024.4.4 -------- diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index 3e71b04..e167f09 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -13,7 +13,7 @@ WrapLineFormatter, ) -__version__ = "2024.4.4" +__version__ = "2024.4.8" shibuya_version = __version__