diff --git a/docs/changelog.rst b/docs/changelog.rst index bd19294..1951091 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.1.17 +--------- + +**New**: Added "ghost" style tables. +**New**: Improve SEO with BreadcrumbList schema. +**Fix**: Change ```` style to ``inline``. + 2024.1.2 -------- diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index d750462..641e0bb 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -13,7 +13,7 @@ WrapLineFormatter, ) -__version__ = "2024.1.2" +__version__ = "2024.1.17" shibuya_version = __version__