We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb5557 commit 9481bbfCopy full SHA for 9481bbf
.gitlab-ci.yml
@@ -85,3 +85,4 @@ obs:
85
only:
86
refs:
87
- master
88
+ - tags
CHANGELOG.rst
@@ -1,6 +1,18 @@
1
Changelog
2
=========
3
4
+.. _v0-2-0:
5
+
6
+0.2.0 - 2019-12-02
7
+------------------
8
9
+Bugs
10
+^^^^
11
12
+* clarify TLS related parameter names
13
+* several packaging fixes
14
+* some minor fixes
15
16
.. _v0-1-0:
17
18
0.1.0 - 2019-03-20
setup.py
@@ -30,7 +30,7 @@ def test_discover():
30
31
setup(
32
name='cryptoparser',
33
- version='0.1.0',
+ version='0.2.0',
34
description='Fast and flexible security protocol parser and generator',
35
long_description=long_description,
36
author='Szilárd Pfeiffer',
0 commit comments