Skip to content

Commit 8877881

Browse files
committed
meta: Prepare release v0.2.1 to update the docs
1 parent 526f3b3 commit 8877881

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## UNRELEASED (YYYY-MM-DD)
99

10+
## Version 0.2.1 (2025-08-28)
11+
12+
This is a minor release only updating the docs, to specify the qBittorrent API versions supported.
13+
1014
## Version 0.2.0 (2025-08-27)
1115

1216
This is a small release focusing on listing torrent files from API, and supporting the latest QBittorrent releases.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hightorrent_api"
33
description = "Highlevel torrent API client, supporting Bittorrent v1, v2 and hybrid torrents"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2024"
66
authors = [ "angrynode <angrynode@kl.netlib.re>" ]
77
documentation = "https://docs.rs/hightorrent_api"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for torrent in client.list().await? {
3434
Only the following qBittorrent releases are supported and tested in CI:
3535

3636
- v5.1.2 (2 July 2025)
37-
- v5.0.5 (13 Aprli 2025)
37+
- v5.0.5 (13 April 2025)
3838

3939
qBittorrent v4.6.x is known not to work properly due to the ever changing API. Checking support in newer releases only requires changing the [CI configuration](.github/workflows/ci.yml) (pull requests welcome). We will not add support for older qBittorrent releases (Debian 13 Trixies packages qBittorrent v5.1.x), but contributions for this are welcome. Bittorrent v2 is only supported since v4.4.0 (6 January 2022) so it's unlikely we'll ever support an older release.
4040

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
//! Only the following qBittorrent releases are supported and tested in CI:
3434
//!
3535
//! - v5.1.2 (2 July 2025)
36-
//! - v5.0.5 (13 Aprli 2025)
36+
//! - v5.0.5 (13 April 2025)
3737
//!
3838
//! qBittorrent v4.6.x is known not to work properly due to the ever changing API. Checking support in newer releases only requires changing the [CI configuration](.github/workflows/ci.yml) (pull requests welcome). We will not add support for older qBittorrent releases (Debian 13 Trixies packages qBittorrent v5.1.x), but contributions for this are welcome. Bittorrent v2 is only supported since v4.4.0 (6 January 2022) so it's unlikely we'll ever support an older release.
3939
//!

0 commit comments

Comments
 (0)