diff --git a/docs/changelog.rst b/docs/changelog.rst index b865625..164f0d4 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.6.23 +--------- + +- **Fix**: Improve style for sphinx togglebutton. +- **Fix**: Remove prefix in local TOC for API references. +- **Fix**: Fix table style, avoid extra padding for tables. + 2024.6.1 -------- diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index 953c9c0..04326ca 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -14,7 +14,7 @@ WrapLineFormatter, ) -__version__ = "2024.6.1" +__version__ = "2024.6.23" shibuya_version = __version__