Skip to content

Commit f99ceb6

Browse files
committed
chore(release): Bump version number to 0.12.1 and update changelog
1 parent a36f353 commit f99ceb6

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.rst

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

5+
-------------------
6+
0.12.1 - 2023-12-13
7+
-------------------
8+
9+
Notable fixes
10+
=============
11+
12+
- SSH
13+
14+
- add missing host key algorithms to key parser classes (#79)
15+
16+
- Generic
17+
18+
- fix markdown generation in the case of TLS client versions (#80)
19+
520
-------------------
621
0.12.0 - 2023-11-23
722
-------------------

cryptoparser/__setup__.py

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

33
__title__ = 'CryptoParser'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.12.0'
5+
__version__ = '0.12.1'
66
__description__ = 'Fast and flexible security protocol parser and generator'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = 'coroner@pfeifferszilard.hu'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asn1crypto
22
attrs>=20.3.0,<22.0.1
3-
cryptodatahub==0.11.2
3+
cryptodatahub==0.12.1
44
python-dateutil
55
py2-ipaddress;python_version<"3.4"
66
typing;python_version<"3.5"

submodules/cryptodatahub

Submodule cryptodatahub updated from 3539eb3 to 26e8c15

0 commit comments

Comments
 (0)