We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6813af commit 5c1a876Copy full SHA for 5c1a876
CHANGELOG.rst
@@ -2,6 +2,24 @@
2
Changelog
3
=========
4
5
+-------------------
6
+0.11.2 - 2023-11-13
7
8
+
9
+Notable fixes
10
+=============
11
12
+- Generic
13
14
+ - add missing garde for PQC algorithms
15
16
+Refactor
17
+========
18
19
20
21
+ - move HTTP fetcher and digest generation to common utils
22
23
-------------------
24
0.11.1 - 2023-11-06
25
cryptodatahub/__setup__.py
@@ -2,7 +2,7 @@
__title__ = 'CryptoDataHub'
__technical_name__ = __title__.lower()
-__version__ = '0.11.1'
+__version__ = '0.11.2'
__description__ = 'Repository of cryptography-related data'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
0 commit comments