Skip to content

Commit 691c508

Browse files
committed
Release version 0.20.0
1 parent e60d154 commit 691c508

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.20.0] - 2026-03-23
11+
1012
### Added
1113
- **Language switcher for multilingual site support** (#374) — a globe icon dropdown in the bottom toolbar that enables users to switch between translated versions of a lecture site. Only renders when 2+ languages are configured via `html_theme_options`. Includes keyboard navigation, click-outside-to-close, and dark mode support.
1214
- **SEO hreflang tags** (#374) — automatically injects `<link rel="alternate" hreflang="...">` meta tags in `<head>` for all configured languages, improving search engine discovery of translated content.
@@ -286,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286288
### Added
287289
- Initial stable release with core theme features
288290

289-
[Unreleased]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.19.0...HEAD
291+
[Unreleased]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.20.0...HEAD
292+
[0.20.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.19.0...v0.20.0
290293
[0.19.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.18.0...v0.19.0
291294
[0.18.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.17.1...v0.18.0
292295
[0.17.1]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.17.0...v0.17.1

src/quantecon_book_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from .launch import add_hub_urls
1717

18-
__version__ = "0.19.0"
18+
__version__ = "0.20.0"
1919
"""quantecon-book-theme version"""
2020

2121
SPHINX_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)