Skip to content

Commit 668f63b

Browse files
committed
chore(release): Bump version number to 0.12.1 and update changelog
1 parent 4346726 commit 668f63b

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

CHANGELOG.rst

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

5+
-------------------
6+
0.12.1 - 2023-12-13
7+
-------------------
8+
9+
Notable fixes
10+
=============
11+
12+
- TLS
13+
14+
- All (``all``)
15+
16+
- handle server support only 1.3 version in ``all`` analyzer (#111)
17+
18+
- Simulations (``simulations``)
19+
20+
- fix markdown generation in the case of TLS client versions (#80)
21+
22+
- Generic
23+
24+
- avoid sending large records cause unexpected response from server (#127)
25+
26+
- SSH
27+
28+
- Ciphers (``ciphers``)
29+
30+
- handle deprecated but not weak algorithms (#126)
31+
32+
Improvements
33+
============
34+
35+
- SSH
36+
37+
- handle deprecated but not weak algorithms (#126)
38+
539
-------------------
640
0.12.0 - 2023-11-23
741
-------------------

cryptolyzer/__setup__.py

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

33
__title__ = 'CryptoLyzer'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.12.0'
5+
__version__ = '0.12.1'
66
__description__ = 'Fast and flexible cryptographic protocol analyzer'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = '[email protected]'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ attrs>=20.3.0,<22.0.1
33
bs4
44
certvalidator
55
colorama
6-
cryptoparser>=0.11.2
6+
cryptoparser>=0.12.1
77
pathlib2==2.3.7.post1;python_version<"3.4"
88
pathlib2;python_version>="3.4"
99
pyfakefs

submodules/cryptoparser

Submodule cryptoparser updated from b4678a8 to f99ceb6

0 commit comments

Comments
 (0)