Skip to content

Commit b236035

Browse files
committed
chore(release): Bump version number to 0.11.1 and update changelog
1 parent 53686d9 commit b236035

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
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.1 - 2023-11-06
7+
-------------------
8+
9+
Features
10+
========
11+
12+
- SSH (``ssh``)
13+
14+
- Public Keys (``pubkeys``)
15+
16+
- add X.509 certificate and certificate chain related classes (#63)
17+
518
-------------------
619
0.11.0 - 2023-10-28
720
-------------------

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.11.0'
5+
__version__ = '0.11.1'
66
__description__ = 'Fast and flexible security protocol parser and generator'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = 'coroner@pfeifferszilard.hu'

docs/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Secure Shell (SSH)
106106

107107
- public keys
108108

109-
1. supports host keys and cretificates (both ``V00`` and ``V01``)
109+
1. supports host keys, cretificates (both ``V00`` and ``V01``), X.509 certificates and chains
110110

111111
Domain Name System (DNS)
112112
------------------------

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.0
3+
cryptodatahub==0.11.1
44
python-dateutil
55
py2-ipaddress;python_version<"3.4"
66
typing;python_version<"3.5"

submodules/cryptodatahub

Submodule cryptodatahub updated from 2c320e5 to 927779b

0 commit comments

Comments
 (0)