Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Jun 15, 2024
1 parent 4d5771d commit 19f20cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v0.5.1 (2024-06-15)
-------------------
Fixed
^^^^^
* Fix build issue due to wrong type of ``sslkeylog_ex_data_dup``
(`#16 <https://github.com/segevfiner/sslkeylog/pull/16>`_).

v0.5.0 (2023-10-14)
-------------------
Added
Expand Down
2 changes: 1 addition & 1 deletion sslkeylog.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import _sslkeylog


__version__ = u"0.5.0"
__version__ = u"0.5.1"


if sys.version_info[0] >= 3:
Expand Down

0 comments on commit 19f20cf

Please sign in to comment.