Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Nov 14, 2024
1 parent 20eec3b commit e360f6d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e360f6d

Please sign in to comment.