From f9f623dfa516d33bf0fa2b452ae9909890994f1c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 3 Jun 2023 15:52:44 +0200 Subject: [PATCH] Updated version and changelog --- Changelog.md | 13 +++++++++++++ RNS/_version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ca2ca68..02765dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,16 @@ +### 2023-05-19: RNS β 0.5.4 + +This maintenance release brings a single bugfix + +**Changes** +- Fixed a potential race condition when timed-out link receives a late establishment proof a few milliseconds after it has timed out. + +**Release Hashes** +``` +f23c8d655c9e80a12a6728495aec56f19f27184d3d8e6b6ed6184b0e89d4be35 rns-0.5.3-py3-none-any.whl +2c692a2153bb766a9dc2391340a06f429c13a75b86b746b69c6fcd5a4fe5ee33 rnspure-0.5.3-py3-none-any.whl +``` + ### 2023-05-19: RNS β 0.5.3 This maintenance release brings a single, but important bugfix. diff --git a/RNS/_version.py b/RNS/_version.py index 43a1e95..6b27eee 100644 --- a/RNS/_version.py +++ b/RNS/_version.py @@ -1 +1 @@ -__version__ = "0.5.3" +__version__ = "0.5.4"