Skip to content

Commit 874ec46

Browse files
author
semantic-release
committed
0.6.0
Automatically generated by python-semantic-release
1 parent 369be71 commit 874ec46

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
<!-- version list -->
44

5+
## v0.6.0 (2025-11-14)
6+
7+
### Bug Fixes
8+
9+
- Rename breadcrumb to breadcrumbs
10+
([`4e8081c`](https://github.com/aksiome/breeze/commit/4e8081c9fcc8496731a9c26eb503b6b0311d562b))
11+
12+
- Secondary sidebar inline padding
13+
([`80bd4aa`](https://github.com/aksiome/breeze/commit/80bd4aa2413ce19ca5f4e8c39d416e179dd78117))
14+
15+
### Features
16+
17+
- Add content-width meta option
18+
([`369be71`](https://github.com/aksiome/breeze/commit/369be71bb5f9e5d6c878e046fb312c6b0546199a))
19+
20+
- Add hide-sidebar-[primary|secondary] option
21+
([`72f63ef`](https://github.com/aksiome/breeze/commit/72f63ef9d5ad1be36d6858d29629fe20b37e0cde))
22+
23+
524
## v0.5.5 (2025-11-02)
625

726
### Bug Fixes

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.5.5"
3+
__version__ = "0.6.0"
44

55
from os import environ
66
from pathlib import Path

0 commit comments

Comments
 (0)