We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa6bec commit f9f623dCopy full SHA for f9f623d
Changelog.md
@@ -1,3 +1,16 @@
1
+### 2023-05-19: RNS β 0.5.4
2
+
3
+This maintenance release brings a single bugfix
4
5
+**Changes**
6
+- Fixed a potential race condition when timed-out link receives a late establishment proof a few milliseconds after it has timed out.
7
8
+**Release Hashes**
9
+```
10
+f23c8d655c9e80a12a6728495aec56f19f27184d3d8e6b6ed6184b0e89d4be35 rns-0.5.3-py3-none-any.whl
11
+2c692a2153bb766a9dc2391340a06f429c13a75b86b746b69c6fcd5a4fe5ee33 rnspure-0.5.3-py3-none-any.whl
12
13
14
### 2023-05-19: RNS β 0.5.3
15
16
This maintenance release brings a single, but important bugfix.
RNS/_version.py
@@ -1 +1 @@
-__version__ = "0.5.3"
+__version__ = "0.5.4"
0 commit comments