Skip to content

Commit

Permalink
chore: release 2015.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Feb 20, 2025
1 parent 0786616 commit 0622a4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand All @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion src/shibuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
WrapLineFormatter,
)

__version__ = "2025.2.14"
__version__ = "2025.2.20"

shibuya_version = __version__

Expand Down

0 comments on commit 0622a4d

Please sign in to comment.