Skip to content

Commit 8125b0d

Browse files
committed
chore: Prepare release 2.0.8
1 parent 5054240 commit 8125b0d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
<!-- insertion marker -->
8+
## [2.0.8](https://github.com/mkdocstrings/python/releases/tag/2.0.8) - 2026-08-31
9+
10+
<small>[Compare with 2.0.7](https://github.com/mkdocstrings/python/compare/2.0.7...2.0.8)</small>
11+
12+
### Performance Improvements
13+
14+
- Make template existence test (for locale templates) faster ([c0424f2](https://github.com/mkdocstrings/python/commit/c0424f2b10f9d8cfded49e7720e95ad90e4c5b9c) by Timothée Mazzucotelli).
15+
816
## [2.0.7](https://github.com/mkdocstrings/python/releases/tag/2.0.7) - 2026-08-17
917

1018
<small>[Compare with 2.0.6](https://github.com/mkdocstrings/python/compare/2.0.6...2.0.7)</small>

config/git-changelog.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ in-place = true
44
output = "CHANGELOG.md"
55
parse-refs = false
66
parse-trailers = true
7-
sections = ["build", "deps", "feat", "fix", "refactor"]
7+
sections = ["build", "deps", "feat", "fix", "perf", "refactor"]
88
template = "keepachangelog"
99
versioning = "pep440"

0 commit comments

Comments
 (0)