From 47eca7697393e401bb26a3775914666e353c57eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=A5=E4=B8=8B=E7=BA=A2=E8=8D=AF?= Date: Thu, 30 Jul 2026 14:36:15 +0800 Subject: [PATCH] chore: prepare 0.2.1 release --- CHANGELOG.md | 8 ++------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6ea13..88895e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)。 diff --git a/Cargo.toml b/Cargo.toml index 28e8fa2..50df462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"