From 444ec053c7448369e95c6bd4bd4097fb93804e51 Mon Sep 17 00:00:00 2001 From: Kio Smallwood Date: Tue, 21 Jul 2020 17:51:19 +0100 Subject: [PATCH] Bugfix release, update versionhistory --- docs/versionhistory.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 8d059c2a..fe2254d9 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -5,6 +5,11 @@ Version history This library adheres to `Semantic Versioning `_. + +**5.1.2** (2020-07-21) + +- Bugfix: Refcount bug in C lib causing intermittent segfaults on shutdown (tdryer) + **5.1.1** (2020-07-03) - Build system: Making C lib optional if it fails to compile (chiefnoah)