File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88<!-- insertion marker -->
9+ ## [ 1.4.3] ( https://github.com/mkdocstrings/handler-template/releases/tag/1.4.3 ) - 2025-03-16
10+
11+ <small >[ Compare with 1.4.2] ( https://github.com/mkdocstrings/handler-template/compare/1.4.2...1.4.3 ) </small >
12+
13+ ### Merge upstream
14+
15+ #### Bug Fixes
16+
17+ - Exclude mypy cache folders from sdists ([ 16011cc] ( https://github.com/pawamoy/copier-uv/commit/16011cc9c6f3149c03e6c8c3362ecf32160c2bca ) by Timothée Mazzucotelli).
18+
919## [ 1.4.2] ( https://github.com/mkdocstrings/handler-template/releases/tag/1.4.2 ) - 2025-03-16
1020
1121<small >[ Compare with 1.4.1] ( https://github.com/mkdocstrings/handler-template/compare/1.4.1...1.4.2 ) </small >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ includes = ["src/mkdocstrings_handlers"]
6161editable-backend = "editables"
6262
6363# Include as much as possible in the source distribution, to help redistributors.
64- excludes = ["**/.pytest_cache"]
64+ excludes = ["**/.pytest_cache", "**/.mypy_cache" ]
6565source-includes = [
6666 "config",
6767 "docs",
You can’t perform that action at this time.
0 commit comments