File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " hightorrent"
33description = " High-level torrent library which supports Bittorrent v1, v2 and hybrid torrents"
4- version = " 0.3.2 "
4+ version = " 0.4.0 "
55edition = " 2021"
66authors = [
" angrynode <[email protected] >" ]
77documentation = " https://docs.rs/hightorrent"
You can’t perform that action at this time.
0 commit comments