Skip to content

Commit b8c8e93

Browse files
author
semantic-release
committed
0.6.1
Automatically generated by python-semantic-release
1 parent d96c301 commit b8c8e93

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

55
<!-- version list -->
66

7+
## v0.6.1 (2026-01-23)
8+
9+
### 🎨 Styling
10+
11+
- **sphinx-design**: Update badges and dropdown colors to match the theme
12+
([`d96c301`](https://github.com/aksiome/breeze/commit/d96c301124c22bc0112f44e17952083d3d9f32b8))
13+
- **footer**: Wrap and center content on mobile devices
14+
([`172a885`](https://github.com/aksiome/breeze/commit/172a8855d7b40b132a4ea55a1f77ed03d3bc100e))
15+
- **theme**: Adjust color contrast
16+
([`f5bf64c`](https://github.com/aksiome/breeze/commit/f5bf64cca33ef75020284e0f12a4f1e1b031c061))
17+
- **layout**: Spacing and size tweaks
18+
([`b7fad54`](https://github.com/aksiome/breeze/commit/b7fad5424de53f32364f88e1928c145b7822b646))
19+
20+
### 📚 Documentation
21+
22+
- Minor layout and naming tweaks
23+
([`c7abd8e`](https://github.com/aksiome/breeze/commit/c7abd8e1274dfb4f7d913b6a3fc775ae85512626))
24+
- Simple user guide
25+
([`b3fdb05`](https://github.com/aksiome/breeze/commit/b3fdb05166352fcfc632d572a4ea4d30875f8dca))
26+
727
## v0.6.0 (2025-11-14)
828

929
### ✨ 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.6.0"
3+
__version__ = "0.6.1"
44

55
from os import environ
66
from pathlib import Path

0 commit comments

Comments
 (0)