From 57f8867341922828de45b880cdc9aac19fd4e24b Mon Sep 17 00:00:00 2001 From: Chirstophe Mehay Date: Tue, 26 Jul 2022 23:38:03 +0200 Subject: [PATCH] Update readme --- README.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac4974..2b1ad23 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ ## Changelog +* 26 jul 2022 + * Update `onions` tool to v0.7.1: + * Fix an issue when restarting a container with control port enabled + * Updated to python 3.10 + * Fix a typo in `docker-compose.vanguards-network.yml`, it works now + * Update `tor` to `0.4.7.8` + * 23 dec 2021 * Update `onions` tool to v0.7.0: * Drop support of onion v2 adresses as tor network does not accept them anymore diff --git a/pyproject.toml b/pyproject.toml index 45e83ec..e8b1396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docker-tor-hidden-service" -version = "0.7.0" +version = "0.7.1" description = "Display onion sites hosted" authors = ["Christophe Mehay "] license = "WTFPL"