Skip to content

Commit 40d59eb

Browse files
committed
chore(release): Bump version number to 0.12.6 and update changelog
1 parent 793a28d commit 40d59eb

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.rst

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

5+
-------------------
6+
0.12.6 - 2024-12-08
7+
-------------------
8+
9+
Improvements
10+
============
11+
12+
13+
- TLS (``tls``)
14+
15+
- Extensions (``extensions``)
16+
17+
- add `TLS encrypted client hello <https://datatracker.ietf.org/doc/draft-ietf-tls-esni/>`__ extension related
18+
messages (#86)
19+
- add `post-handshake authentication <https://tools.ietf.org/html/rfc8446>`__ messages (#86)
20+
521
-------------------
622
0.12.5 - 2024-05-25
723
-------------------

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.5'
5+
__version__ = '0.12.6'
66
__description__ = 'An analysis oriented 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.12.5
3+
cryptodatahub==0.12.6
44
python-dateutil
55
py2-ipaddress;python_version<"3.4"
66
typing;python_version<"3.5"

submodules/cryptodatahub

Submodule cryptodatahub updated from ed6b4d2 to 3d06d56

0 commit comments

Comments
 (0)