Update changelog

aiohttp3 0.46.0
Ivan Habunek 2024-11-14 10:09:06 +01:00
rodzic 20eec3ba63
commit e360f6d51f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 01DB3DD0D824504C
3 zmienionych plików z 22 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,13 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**0.46.0 (2024-11-14)**
* Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)
* Add `--min-id` and `--max-id` options to `search` command
* Add `--type` and `--exclude-type` options to `notifications` command
* Fix bug when identifying lists by their ID
**0.45.0 (2024-09-29)**
* Add `post --reply-last` for replying to last posted toot, for creating threads

Wyświetl plik

@ -1,3 +1,11 @@
0.46.0:
date: 2024-11-14
changes:
- "Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)"
- "Add `--min-id` and `--max-id` options to `search` command"
- "Add `--type` and `--exclude-type` options to `notifications` command"
- "Fix bug when identifying lists by their ID"
0.45.0:
date: 2024-09-29
changes:

Wyświetl plik

@ -3,6 +3,13 @@ Changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**0.46.0 (2024-11-14)**
* Add `--limit` and `--offset` options to `search` command (thanks @Oblomov)
* Add `--min-id` and `--max-id` options to `search` command
* Add `--type` and `--exclude-type` options to `notifications` command
* Fix bug when identifying lists by their ID
**0.45.0 (2024-09-29)**
* Add `post --reply-last` for replying to last posted toot, for creating threads