Skip to content

Commit 62aaeab

Browse files
committed
Release 0.23.0
1 parent d8edf3d commit 62aaeab

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
66
this 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

respx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.0"
1+
__version__ = "0.23.0"

0 commit comments

Comments
 (0)