From 4e3da1f615a99da11459635cf61fbba10375044b Mon Sep 17 00:00:00 2001 From: Paul McCarthy Date: Thu, 2 Nov 2023 17:46:22 +0000 Subject: [PATCH 1/2] DOC: Changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf57c048..7533be51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # `indexed_gzip` changelog +## 1.8.6 (November 2nd 2023) + + +* Enable Python 3.12 and `musllinux` builds (#139). + + ## 1.8.5 (August 29th 2023) -* Updates to package build process (#138). +* Updates to package build process (#138). ## 1.8.4 (August 29th 2023) From e012ec481804f0d909ac618ca0d105a3e7b1c0f7 Mon Sep 17 00:00:00 2001 From: Paul McCarthy Date: Thu, 2 Nov 2023 17:48:17 +0000 Subject: [PATCH 2/2] MNT: Version --- indexed_gzip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexed_gzip/__init__.py b/indexed_gzip/__init__.py index cf82a2a1..a9d25c4e 100644 --- a/indexed_gzip/__init__.py +++ b/indexed_gzip/__init__.py @@ -19,4 +19,4 @@ """ -__version__ = '1.8.5' +__version__ = '1.8.6'