Skip to content

Commit 233cbaa

Browse files
committed
Update changelog
1 parent ad134d6 commit 233cbaa

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

CHANGELOG.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ Changelog
33

44
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
55

6-
**0.48.0 (TBA)**
6+
**0.48.0 (2025-03-06)**
7+
8+
This release adds a new set of commands for working with timelines under
9+
`toot timelines` (note the plural). These will replace `toot timeline`
10+
which is now marked as deprecated. The reason for this change is that
11+
various timelines require different options and having separate commands
12+
makes them easier to implement and use.
713

8-
This release adds a new set of commands for working with timelines under `toot
9-
timelines` (note the plural). These will replace `toot timeline` which is now
10-
marked as deprecated. The reason for this change is that various timelines
11-
require different options and having separate commands makes them easier to
12-
implement and use.
1314

1415
* BREAKING: Remove deprecated commands: `tags_followed`, `tags_follow`, and
1516
`tags tags_unfollow`. Use `tags followed`, `tags follow`, and `tags tags
@@ -102,10 +103,12 @@ implement and use.
102103
**0.40.0 (2023-12-27)**
103104

104105
This release includes a rather extensive change to use the Click library
105-
(https://click.palletsprojects.com/) for creating the command line interface.
106-
This allows for some new features like nested commands, setting parameters via
107-
environment variables, and shell completion. Backward compatibility should be
108-
mostly preserved, except for cases noted below. Please report any issues.
106+
(https://click.palletsprojects.com/) for creating the command line
107+
interface. This allows for some new features like nested commands, setting
108+
parameters via environment variables, and shell completion. Backward
109+
compatibility should be mostly preserved, except for cases noted below.
110+
Please report any issues.
111+
109112

110113
* BREAKING: Remove deprecated `--disable-https` option for `login` and
111114
`login_cli`, pass the base URL instead

changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
0.48.0:
2-
date: TBA
2+
date: 2025-03-06
33
description: |
44
This release adds a new set of commands for working with timelines under
55
`toot timelines` (note the plural). These will replace `toot timeline`

docs/changelog.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ Changelog
33

44
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
55

6-
**0.48.0 (TBA)**
6+
**0.48.0 (2025-03-06)**
7+
8+
This release adds a new set of commands for working with timelines under
9+
`toot timelines` (note the plural). These will replace `toot timeline`
10+
which is now marked as deprecated. The reason for this change is that
11+
various timelines require different options and having separate commands
12+
makes them easier to implement and use.
713

8-
This release adds a new set of commands for working with timelines under `toot
9-
timelines` (note the plural). These will replace `toot timeline` which is now
10-
marked as deprecated. The reason for this change is that various timelines
11-
require different options and having separate commands makes them easier to
12-
implement and use.
1314

1415
* BREAKING: Remove deprecated commands: `tags_followed`, `tags_follow`, and
1516
`tags tags_unfollow`. Use `tags followed`, `tags follow`, and `tags tags
@@ -102,10 +103,12 @@ implement and use.
102103
**0.40.0 (2023-12-27)**
103104

104105
This release includes a rather extensive change to use the Click library
105-
(https://click.palletsprojects.com/) for creating the command line interface.
106-
This allows for some new features like nested commands, setting parameters via
107-
environment variables, and shell completion. Backward compatibility should be
108-
mostly preserved, except for cases noted below. Please report any issues.
106+
(https://click.palletsprojects.com/) for creating the command line
107+
interface. This allows for some new features like nested commands, setting
108+
parameters via environment variables, and shell completion. Backward
109+
compatibility should be mostly preserved, except for cases noted below.
110+
Please report any issues.
111+
109112

110113
* BREAKING: Remove deprecated `--disable-https` option for `login` and
111114
`login_cli`, pass the base URL instead

0 commit comments

Comments
 (0)