Skip to content

Commit 16db288

Browse files
committed
chore(release): Bump version number to 0.12.2 and update changelog
1 parent c36b1a4 commit 16db288

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Changelog
33
=========
44

5-
------
6-
0.12.2
7-
------
5+
-------------------
6+
0.12.2 - 2024-01-11
7+
-------------------
88

99
Features
1010
========
@@ -25,6 +25,14 @@ Features
2525
- DHEat attack
2626
- Terrapin attack
2727

28+
Improvements
29+
============
30+
31+
- Generic
32+
33+
- add metadata to documentation
34+
35+
2836
Notable fixes
2937
=============
3038

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.1'
5+
__version__ = '0.12.2'
66
__description__ = 'A comprehensive cryptographic settings 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.12.1
6+
cryptoparser>=0.12.2
77
pathlib2==2.3.7.post1;python_version<"3.4"
88
pathlib2;python_version>="3.4"
99
pyfakefs

submodules/cryptoparser

Submodule cryptoparser updated from 01c8b53 to b048895

0 commit comments

Comments
 (0)