aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurilo ijanc2026-03-25 22:28:27 -0300
committermurilo ijanc2026-03-25 22:28:27 -0300
commit557852ef3b2a4388f135fa0182adf7b84fc320b5 (patch)
treec9333211246caf048eb28d7c08c832fe3a0ee90b
parent1cc0f3b34c7ff29675d5130a1c17fe5ab7f16ac6 (diff)
downloadtesseras-dht-0.1.2.tar.gz
Bump version to 0.1.2HEADv0.1.2main
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81b5537..4d0caf0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.1.2] - 2026-03-25
+
+### Added
+
+- `BanList::unban()` to remove a specific ban and its failure history.
+- `Node::unban()` public API to allow callers to clear bans for specific
+ addresses (needed for re-join after transient failures).
+
## [0.1.1] - 2026-03-25
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index f0841f7..f873808 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -474,7 +474,7 @@ dependencies = [
[[package]]
name = "tesseras-dht"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"ed25519-dalek",
"env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index f17fe4b..78efc00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tesseras-dht"
-version = "0.1.1"
+version = "0.1.2"
edition = "2024"
authors = [ "murilo ijanc' <murilo@ijanc.org>" ]
categories = ["network-programming"]