diff --git a/docs/changelog.rst b/docs/changelog.rst index defede1..bd19294 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,12 @@ Changelog Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`. +2024.1.2 +-------- + +- **Fix**: Add opengraph information for landing and simple layouts. +- **Fix**: Move ``.buttons`` container into global css. + 2024.1.1 -------- diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index f34c1e7..d750462 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -13,7 +13,7 @@ WrapLineFormatter, ) -__version__ = "2024.1.1" +__version__ = "2024.1.2" shibuya_version = __version__