Skip to content

Commit 1f55faa

Browse files
committed
Release 0.21.1
1 parent 4237976 commit 1f55faa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.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+
819
## [0.21.0] - 2024-03-19
920

1021
### Fixed

respx/__version__.py

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

0 commit comments

Comments
 (0)