Skip to content

Commit

Permalink
chore: release 2024.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Mar 1, 2024
1 parent 4fb1b77 commit 895faa8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Deploy to Cloudflare Pages
id: deployment
uses: cloudflare/pages-action@v1.3.0
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog

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

2024.3.1
--------

- **New**: Added ``page_layout`` theme option
- **New**: Added ``color_mode`` theme option
- **New**: Added compact page layout
- **Fix**: Improve style for ``nbsphinx`` tables

2024.2.21
---------

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

__version__ = "2024.2.21"
__version__ = "2024.3.1"

shibuya_version = __version__

Expand Down

0 comments on commit 895faa8

Please sign in to comment.