1
0
Fork 0

Merging upstream version 1.14.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:23:39 +01:00
parent bd96b2e60a
commit e30705f8de
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
24 changed files with 55 additions and 96 deletions

View file

@ -1,5 +1,10 @@
## UPCOMING
### 1.14.1
- Bugfix: fix argument parsing, `"foo\nbar"` will be parsed to `foo` and `\`
and `n` and `bar`, the `\` and `n` should be one character `\n` instead.
## 1.14
- Dependency: upgrade redis-py to 5 (thanks to [chayim])