Skip to content

Commit 5c371cf

Browse files
committed
Release version 0.17.1
1 parent 5922bfb commit 5c371cf

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.17.1] - 2026-02-19
11+
12+
### Fixed
13+
- **Horizontal scrollbar on sticky TOC** (#363) — added `overflow-x: hidden` to the sticky "On this page" sidebar to prevent an unwanted horizontal scrollbar when long section titles wrap
14+
- **npm security vulnerabilities** (#364) — resolved 9 dependency vulnerabilities (5 high, 3 moderate, 1 low) via `npm audit fix`, updating webpack, node-forge, qs, lodash, cross-spawn, ajv, and nanoid
15+
1016
## [0.17.0] - 2026-02-19
1117

1218
### Breaking Changes
@@ -226,6 +232,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226232
- Initial stable release with core theme features
227233

228234
[Unreleased]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.17.0...HEAD
235+
[0.17.1]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.17.0...v0.17.1
229236
[0.17.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.16.0...v0.17.0
230237
[0.16.0]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.15.1...v0.16.0
231238
[0.15.1]: https://github.com/QuantEcon/quantecon-book-theme/compare/v0.15.0...v0.15.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.17.0"
18+
__version__ = "0.17.1"
1919
"""quantecon-book-theme version"""
2020

2121
SPHINX_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)