Skip to content

Commit 31753da

Browse files
committed
release: hightorrent v0.4.0
1 parent f98c808 commit 31753da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

10+
## Version 0.4.0 (2025-11-10)
11+
12+
This release is focused on stricter parsing of torrents and magnets, and
13+
properly parsing trackers. As a result, there are some breaking changes.
14+
1015
### Breaking changes
1116

1217
- `MagnetLink` now refuses to parse strings that contain a newline (`\n`), producing

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"
33
description = "High-level torrent library which supports Bittorrent v1, v2 and hybrid torrents"
4-
version = "0.3.2"
4+
version = "0.4.0"
55
edition = "2021"
66
authors = [ "angrynode <[email protected]>" ]
77
documentation = "https://docs.rs/hightorrent"

0 commit comments

Comments
 (0)