Skip to content

Commit

Permalink
chore(release): Bump version number to 0.12.6 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Dec 19, 2024
1 parent b95595d commit 2ec0f7b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@
Changelog
=========

-------------------
0.12.6 - 2024-12-08
-------------------

Features
========

- Generic

- add HTTP proxy support (#152)

Improvements
============

- TLS (``tls``)

- support "to" field during XMPP server analysis (#150)
- support capability generation for most modern TLS clients (#147)

Notable fixes
=============

- TLS (``tls``)

- handle XMPP servers do not require STARTTLS (#149)

Refactor
========

- TLS (``tls``)

- Move elliptic-curve parameters to CryptoDataHub (#144)

-------------------
0.12.5 - 2024-05-25
-------------------
Expand Down
2 changes: 1 addition & 1 deletion cryptolyzer/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'CryptoLyzer'
__technical_name__ = __title__.lower()
__version__ = '0.12.5'
__version__ = '0.12.6'
__description__ = 'A comprehensive cryptographic settings analyzer'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ attrs>=20.3.0,<22.0.1
bs4
certvalidator
colorama
cryptoparser>=0.12.5
cryptoparser>=0.12.6
pathlib2==2.3.7.post1;python_version<"3.4"
pathlib2;python_version>="3.4"
pyfakefs
Expand Down
2 changes: 1 addition & 1 deletion submodules/cryptoparser
Submodule cryptoparser updated from a8df8a to 40d59e

0 comments on commit 2ec0f7b

Please sign in to comment.