Skip to content

Commit

Permalink
release 0.4.0: Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Jan 31, 2021
1 parent c7aab25 commit 2d9a53b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

.. _v0-4-0:

0.4.0 - 2021-01-30
------------------

Features
^^^^^^^^

* TLS (``tls``)

* Generic

* `LDAP <https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol>`_ related messages (#23)

* Cipher Suites (``ciphers``)

* `client certificate request <https://tools.ietf.org/html/rfc2246#section-7.4.4>`_ related messages (#24)

Improvements
^^^^^^^^^^^^

* Generic

* add `OID <https://en.wikipedia.org/wiki/Object_identifier>`_ to algorithms

.. _v0-3-1:

0.3.1 - 2020-09-15
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_discover():

setup(
name='cryptoparser',
version='0.3.1',
version='0.4.0',
description='Fast and flexible security protocol parser and generator',
long_description=long_description,
author='Szilárd Pfeiffer',
Expand Down

0 comments on commit 2d9a53b

Please sign in to comment.