1
0
Fork 0

Merging upstream version 1.15.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:25:10 +01:00
parent a0b74536f0
commit a748cc7b1a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 54 additions and 77 deletions

View file

@ -1,5 +1,11 @@
## UPCOMING
## 1.15
- Dependency: remove pendulum, add `python-dateutil` (thanks to [deronnax])
- Dependency: Supports Python 3.12 Now! (thanks to [deronnax])
### 1.14.1
- Bugfix: fix argument parsing, `"foo\nbar"` will be parsed to `foo` and `\`
@ -332,3 +338,4 @@
[aymericbeaumet]: https://github.com/aymericbeaumet
[torrefatto]: https://github.com/torrefatto
[chayim]: https://github.com/chayim
[deronnax]: https://github.com/deronnax