Skip to content

Commit fcb24d4

Browse files
authored
chore: relase 1.8.8 (#1490)
1 parent c256f88 commit fcb24d4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/source/upgrade/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## 1.8.8 - 2 September 2025
10+
11+
### Added
12+
13+
- [#1485](https://github.com/scylladb/sphinx-scylladb-theme/pull/1485): Added Ask AI button in the header and hero box component for easier access to AI-powered documentation assistance.
14+
- [#1476](https://github.com/scylladb/sphinx-scylladb-theme/pull/1476): Introduced support for defining MyST substitutions per version in multiversion builds.
15+
16+
### Updated
17+
18+
- [#1463](https://github.com/scylladb/sphinx-scylladb-theme/pull/1463): Updated download link in the header navigation.
19+
20+
### Fixed
21+
22+
- [#1458](https://github.com/scylladb/sphinx-scylladb-theme/pull/1458): Fixed highlight color rendering issues in dark mode.
23+
24+
825
## 1.8.7 - 1 July 2025
926

1027
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sphinx-scylladb-theme"
3-
version = "1.8.7"
3+
version = "1.8.8"
44
description = "A Sphinx Theme for ScyllaDB documentation projects"
55
authors = ["David García <[email protected]>"]
66
exclude = [".github", "config", "docs", "extensions", ".postcss.config.js", ".prettierrc.json", "deploy.sh", "src", "package.json", "package-lock.json"]

0 commit comments

Comments
 (0)