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,6 +5,24 @@ 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/ ) , and
66this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.23.0] - 2026-04-07
9+
10+ ### Fixed
11+
12+ - Fix ` data ` pattern with list value (#264 )
13+ - Fix and enhance incorrect documentations about iterable side effects (#287 )
14+ - Fix documentation typo, thanks @markhobson (#298 )
15+ - Fix support for multiple slashes ` // ` in URL path by not using ` urljoin ` when
16+ prepending path, thanks @lewiscollard and @Skeen (#302 )
17+ - Type Route.respond json as ` Any ` to align with HTTPX, thanks @JacobHayes (#284 )
18+ - Properly handle ` ANY ` in ` MuitiItems ` patterns (#289 )
19+
20+ ### CI
21+
22+ - Fix test warnings (#267 )
23+ - Add Python 3.14 to test matrix, thanks @carlosdorneles-mb (#300 )
24+ - Update nix flake, mypy target and workflows (#306 , #282 )
25+
826## [ 0.22.0] - 2024-12-19
927
1028### Fixed
Original file line number Diff line number Diff line change 1- __version__ = "0.22 .0"
1+ __version__ = "0.23 .0"
You can’t perform that action at this time.
0 commit comments