chore: prepare 0.2.1 release

This commit is contained in:
桥下红药
2026-07-30 14:37:22 +08:00
parent fe09713e6b
commit 47eca76973
2 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -1,8 +1,8 @@
# Changelog
本项目遵循语义化版本。0.2.0 是包含公开 API 变更的 breaking release。
本项目遵循语义化版本。0.2.1 是包含公开 API 变更的 breaking release。
## 0.2.0 - 2026-07-11
## 0.2.1 - 2026-07-30
### Breaking changes
@@ -32,7 +32,3 @@
- UDP ingress、crawl events 和 Metadata queues 全部有界,并暴露 drop/depth 指标。
- DHT 回复增加总包、总字节、单来源限流,以及 `ping`/`get_peers` 10% 保底预算。
- JNI `DHTOptions` 更新为 0.2 配置的扁平化子集;未映射字段继续采用 Rust 默认值。
### Migration
迁移字段表、回调语义和运行时示例见 [README](README.md#从-01-迁移到-02)。
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "dht-crawler"
version = "0.2.0"
version = "0.2.1"
edition = "2024"
authors = ["桥下红药 <1121744186@qq.com>"]
description = "高性能的 Rust DHT (Distributed Hash Table) 爬虫库 | A high-performance Rust DHT crawler library for fetching torrent information from the BitTorrent DHT network"