Skip to content

Commit

Permalink
chore: release 2024.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 13, 2024
1 parent fbef3c0 commit 9017f21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Changelog

Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`.

2024.7.13
---------

- **New**: Add ``slack_url`` theme option.
- **New**: Add ``partials/nav-socials.html`` template.
- **Fix**: Word break for right sidebar's repository stats component.

2024.6.23
---------

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

__version__ = "2024.6.23"
__version__ = "2024.7.13"

shibuya_version = __version__

Expand Down

0 comments on commit 9017f21

Please sign in to comment.