Skip to content

Commit 5c1a876

Browse files
committed
chore(release): Bump version number to 0.11.2 and update changelog
1 parent a6813af commit 5c1a876

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog
33
=========
44

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+
- Generic
20+
21+
- move HTTP fetcher and digest generation to common utils
22+
523
-------------------
624
0.11.1 - 2023-11-06
725
-------------------

cryptodatahub/__setup__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = 'CryptoDataHub'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.11.1'
5+
__version__ = '0.11.2'
66
__description__ = 'Repository of cryptography-related data'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)