File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.18.0 ] - 2026-02-24
99
1010### Changed
1111- ** Complete dark theme overhaul** (#365 ) — rewrote the dark theme for a modern, consistent, and readable experience
@@ -254,7 +254,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
254254### Added
255255- Initial stable release with core theme features
256256
257- [ Unreleased ] : https://github.com/QuantEcon/quantecon-book-theme/compare/v0.17.0...HEAD
257+ [ Unreleased ] : https://github.com/QuantEcon/quantecon-book-theme/compare/v0.18.0...HEAD
258+ [ 0.18.0 ] : https://github.com/QuantEcon/quantecon-book-theme/compare/v0.17.1...v0.18.0
258259[ 0.17.1 ] : https://github.com/QuantEcon/quantecon-book-theme/compare/v0.17.0...v0.17.1
259260[ 0.17.0 ] : https://github.com/QuantEcon/quantecon-book-theme/compare/v0.16.0...v0.17.0
260261[ 0.16.0 ] : https://github.com/QuantEcon/quantecon-book-theme/compare/v0.15.1...v0.16.0
Original file line number Diff line number Diff line change 1515
1616from .launch import add_hub_urls
1717
18- __version__ = "0.17.1 "
18+ __version__ = "0.18.0 "
1919"""quantecon-book-theme version"""
2020
2121SPHINX_LOGGER = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments