Skip to content

Commit

Permalink
chore(release): Bump version number to 0.10.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Aug 3, 2023
1 parent c87de31 commit eb55d25
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Changelog
=========

0.10.0
------
0.10.0 - 2023-08-03
-------------------

Features
~~~~~~~~

- Generic

Expand All @@ -13,9 +16,23 @@ Changelog
- `Microsoft <https://en.wikipedia.org/wiki/Microsoft>`__
- `Mozilla <https://en.wikipedia.org/wiki/Mozilla>`__

- add TLS feature querying function for X.509 certificates (#7)

- Status request (OCSP must staple) extension

Notable fixes
~~~~~~~~~~~~~

- Generic

- X.509 extended validation checker

0.9.1 - 2023-06-22
------------------

Features
~~~~~~~~

- Generic

- add well-know Diffie-Hellman parameters (#3)
Expand All @@ -24,6 +41,9 @@ Changelog
0.8.5 - 2023-04-02
------------------

Features
~~~~~~~~

- Generic

- convert Python classes of CryptoParser to JSON (#1)
Expand Down
2 changes: 1 addition & 1 deletion cryptodatahub/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'CryptoDataHub'
__technical_name__ = __title__.lower()
__version__ = '0.9.1'
__version__ = '0.10.0'
__description__ = 'Repository of cryptography-related data'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit eb55d25

Please sign in to comment.