From 31eaf16dcad1a8e6f8fd8228e566f098b85cbe8d Mon Sep 17 00:00:00 2001 From: umgefahren <55623006+umgefahren@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:49:11 +0100 Subject: [PATCH] Bump the version and add Hidden Service note --- Cargo.toml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 727b469..04cd858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libp2p-community-tor" -version = "0.4.1" +version = "0.5.0" edition = "2021" license = "MIT" resolver = "2" diff --git a/README.md b/README.md index cf92475..559f4d6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Tor based transport for libp2p. Connect through the Tor network to TCP listeners Build on top of [Arti](https://gitlab.torproject.org/tpo/core/arti). +## New Feature + +This crate supports, since #21 (thanks to @binarybaron), listening as a Tor hidden service as well as connecting to them. + ## ⚠️ Misuse warning ⚠️ - read carefully before using Although the sound of "Tor" might convey a sense of security it is *very* easy to misuse this