diff --git a/docs/changelog.rst b/docs/changelog.rst index 3723107..cf5f8a0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,14 @@ Changelog Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`. +2015.2.20 +--------- + +- **Breaking**: Set default ``source_version`` config from ``master`` to ``main``. +- **Fix**: Skip prompt when selecting code, via :pull:`80`. +- **Fix**: Add bottom margin for admonition content, via :issue:`77`. +- **Fix**: Add bottom margin for images. + 2025.2.14 --------- @@ -27,7 +35,7 @@ Shibuya uses date based release segments. For pre-releases, it follows :pep:`440 - **Fix**: Rename css variables from ``{name}t-contrast`` to ``{name}-contrast``, via :pull:`71`. 2024.12.20 ---------- +---------- - **New**: Added integration with :ref:`sphinx-contributors`. diff --git a/src/shibuya/__init__.py b/src/shibuya/__init__.py index 6a7e83d..7691ab1 100644 --- a/src/shibuya/__init__.py +++ b/src/shibuya/__init__.py @@ -16,7 +16,7 @@ WrapLineFormatter, ) -__version__ = "2025.2.14" +__version__ = "2025.2.20" shibuya_version = __version__