We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4237976 commit 1f55faaCopy full SHA for 1f55faa
CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
6
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.21.1] - 2024-03-27
9
+
10
+### Fixed
11
12
+- Fix `files` pattern not handling `str` and `BytesIO`, thanks @pierremonico for input
13
+ (#260)
14
15
+### Added
16
17
+- Add support for `None` values in `data` pattern, thanks @slingshotvfx for issue (#259)
18
19
## [0.21.0] - 2024-03-19
20
21
### Fixed
respx/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.21.0"
+__version__ = "0.21.1"
0 commit comments