Commit 22bce608 authored by Szilárd Pfeiffer's avatar Szilárd Pfeiffer
Browse files

release 0.5.0: Bump version number and update changelog

parent 623dcd69
Loading
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
Changelog
=========

.. _v0-5-0:

0.5.0 - 2021-04-08
------------------

Features
^^^^^^^^

@@ -20,6 +25,15 @@ Features

    * add `algorithm negotiation <https://tools.ietf.org/html/rfc4253#section-7.1>`_ related messages (#21)

Usability
^^^^^^^^^

* Generic

  * show attributes in user-friendly order in Markdown output (#30)
  * use human readable algorithms names in Markdown output (#32)
  * add human readable descriptions for exceptions (#33)

.. _v0-4-0:

0.4.0 - 2021-01-30
+8 −0
Original line number Diff line number Diff line
@@ -104,6 +104,14 @@ Cipher Suites
#. supports `GOST <https://en.wikipedia.org/wiki/GOST>`_ (national standards of the Russian Federation and CIS
   countries) cipher suites

Secure Shell (SSH)
^^^^^^^^^^^^^^^^^^

Cipher Suites
"""""""""""""

#. identifies as much encryption algorithms as possible (more than 200, compared to 70+ currently supported by OpenSSH)

License
-------

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ def test_discover():

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