Skip to content

Commit ea1e558

Browse files
committed
chore(release): Bump version number to 0.11.0 and update changelog
1 parent e80fead commit ea1e558

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.rst

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

5+
-------------------
6+
0.11.0 - 2023-10-28
7+
-------------------
8+
9+
Features
10+
========
11+
12+
- Generic
13+
14+
- colorized output based on the security strength of the cryptographic algorithms and key sizes (#94)
15+
- documentation of command-line interface (#117)
16+
- documentation of Python API (#117)
17+
518
-------------------
619
0.10.3 - 2023-10-12
720
-------------------

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.10.3'
5+
__version__ = '0.11.0'
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
@@ -2,7 +2,7 @@ oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437
22
attrs>=20.3.0,<22.0.1
33
certvalidator
44
colorama
5-
cryptoparser>=0.10.3
5+
cryptoparser>=0.11.0
66
pathlib2==2.3.7.post1;python_version<"3.4"
77
pathlib2;python_version>="3.4"
88
pyfakefs

submodules/cryptoparser

Submodule cryptoparser updated from e1d0fee to 5ef57f3

0 commit comments

Comments
 (0)