From eb55d25b46def4fd8ff046a15c8289b05b5b5193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20Pfeiffer?= Date: Thu, 3 Aug 2023 09:45:25 +0200 Subject: [PATCH] chore(release): Bump version number to 0.10.0 and update changelog --- CHANGELOG.rst | 24 ++++++++++++++++++++++-- cryptodatahub/__setup__.py | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 04b82c7..52724fc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,11 @@ Changelog ========= -0.10.0 ------- +0.10.0 - 2023-08-03 +------------------- + +Features +~~~~~~~~ - Generic @@ -13,9 +16,23 @@ Changelog - `Microsoft `__ - `Mozilla `__ + - add TLS feature querying function for X.509 certificates (#7) + + - Status request (OCSP must staple) extension + +Notable fixes +~~~~~~~~~~~~~ + +- Generic + + - X.509 extended validation checker + 0.9.1 - 2023-06-22 ------------------ +Features +~~~~~~~~ + - Generic - add well-know Diffie-Hellman parameters (#3) @@ -24,6 +41,9 @@ Changelog 0.8.5 - 2023-04-02 ------------------ +Features +~~~~~~~~ + - Generic - convert Python classes of CryptoParser to JSON (#1) diff --git a/cryptodatahub/__setup__.py b/cryptodatahub/__setup__.py index a6f0783..4bbe106 100644 --- a/cryptodatahub/__setup__.py +++ b/cryptodatahub/__setup__.py @@ -2,7 +2,7 @@ __title__ = 'CryptoDataHub' __technical_name__ = __title__.lower() -__version__ = '0.9.1' +__version__ = '0.10.0' __description__ = 'Repository of cryptography-related data' __author__ = 'Szilárd Pfeiffer' __author_email__ = 'coroner@pfeifferszilard.hu'