Skip to content

Commit 98b6ca4

Browse files
committed
RELEASE: bump version to 0.14.0
Changes in this release: - Visual regression testing with Playwright (#339) - /update-new-snapshots PR comment command (#340) - Removed italic formatting from f-string interpolation (#324, #329)
1 parent 8f8d2b0 commit 98b6ca4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.14.0] - 2025-12-01
11+
12+
### Added
13+
- Visual regression testing with Playwright (#339)
14+
- Automated screenshot comparison for theme styling
15+
- Tests for code blocks, dark mode, math equations, headers, sidebars
16+
- Desktop and mobile viewport coverage
17+
- CI integration with GitHub Actions
18+
- New `/update-new-snapshots` PR comment command (#340)
19+
- Automatically generates baseline snapshots for new visual tests
20+
- Only creates missing snapshots (won't overwrite existing baselines)
21+
- Documents workflow in tests/visual/README.md
22+
23+
### Fixed
24+
- Removed italic formatting from f-string interpolation tokens (#324, #329)
25+
- F-string placeholders like `{variable}` now render in consistent monospace
26+
- Improves code readability by matching terminal/REPL output style
27+
1028
## [0.13.2] - 2025-11-25
1129

1230
### Fixed

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.13.2"
18+
__version__ = "0.14.0"
1919
"""quantecon-book-theme version"""
2020

2121
SPHINX_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)