Skip to content

Commit ac52ce6

Browse files
author
semantic-release
committed
chore(release): 0.13.0
1 parent a301186 commit ac52ce6

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,49 @@ All notable changes to this project will be documented in this file.
44

55
<!-- version list -->
66

7+
## v0.13.0 (2026-02-22)
8+
9+
### ✨ Features
10+
11+
- Add page-actions component
12+
([`8a3e7e9`](https://github.com/aksiome/breeze/commit/8a3e7e9f242d0f647d3dae21aeb9146b2df01a22))
13+
- Add light/dark logo support
14+
([`e6f33e0`](https://github.com/aksiome/breeze/commit/e6f33e085cf93d36b8ab9a361506e6eda200e13f))
15+
- Add invert-dark and invert-light utility classes
16+
([`35a9837`](https://github.com/aksiome/breeze/commit/35a9837e02680a53d258bf992ec14b945409c095))
17+
- Add myst-nb extension support
18+
([`19e0a5d`](https://github.com/aksiome/breeze/commit/19e0a5db05d95fcc67474285e6a017aff0728c29))
19+
- Add click-extra support
20+
([`8a82931`](https://github.com/aksiome/breeze/commit/8a82931a71c4773911f2e2073a7b42fa5174425e))
21+
- Add page actions component
22+
([`49427cb`](https://github.com/aksiome/breeze/commit/49427cb511b4d0c2a1ee23d463ca825562fb73a5))
23+
- Add sphinx-gallery support
24+
([`9345365`](https://github.com/aksiome/breeze/commit/93453652a59b950195970dbec1435c0416093bcf))
25+
26+
### 🎨 Appearance
27+
28+
- **styles**: Update sphinx content styles
29+
([`6d05435`](https://github.com/aksiome/breeze/commit/6d05435c29739318ddfa1ac20f9e182632dbafcd))
30+
- **styles**: Update extension styles
31+
([`7f2b1ba`](https://github.com/aksiome/breeze/commit/7f2b1ba5395c9b43518c7feb8f148aa1d6ed30a6))
32+
- **styles**: Minor design refinements
33+
([`db22e8c`](https://github.com/aksiome/breeze/commit/db22e8c9156d9d0dd1c96f594971476ea6418a1a))
34+
35+
### 📖 Documentation
36+
37+
- Update repo-stats styling
38+
([`a301186`](https://github.com/aksiome/breeze/commit/a301186d97a020d3d37762d58378325aa078f256))
39+
- Update edit-this-page styling
40+
([`b520db1`](https://github.com/aksiome/breeze/commit/b520db1ed76272997664507236d00a583567001e))
41+
- Update user guide index
42+
([`035e76a`](https://github.com/aksiome/breeze/commit/035e76a9d6cb8747375ec311d64f4f0c911dc5c5))
43+
- Add contributing guide
44+
([`8e73c9c`](https://github.com/aksiome/breeze/commit/8e73c9c0d28f66b64cc091da3c4f7bd7a0132aa5))
45+
- Add accessibility page
46+
([`3604860`](https://github.com/aksiome/breeze/commit/3604860ee88b7bdacd2550313224fc48f6c56b2f))
47+
- Expand jupyter-sphinx examples
48+
([`569bcb4`](https://github.com/aksiome/breeze/commit/569bcb49688f49d1f6c2ee0479f8e2542ba00c62))
49+
750
## v0.12.0 (2026-02-09)
851

952
### ✨ Features

src/sphinx_breeze_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A modern Sphinx documentation theme."""
22

3-
__version__ = "0.12.0"
3+
__version__ = "0.13.0"
44

55
from os import environ
66
from pathlib import Path

0 commit comments

Comments
 (0)