Skip to content

Commit

Permalink
chore(release): Bump version number to 0.12.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Nov 23, 2023
1 parent 501d285 commit 6272513
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
=========

-------------------
0.12.0 - 2023-11-23
-------------------

Features
========

- HTTP(S) (``http``)

- Headers (``headers``)

- add parsers for security related headers
(`Content Security Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP>`__ (CSP),
`Content-Security-Policy-Report-Only <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only>`__)
(#59)


-------------------
0.11.2 - 2023-11-13
-------------------
Expand Down
2 changes: 1 addition & 1 deletion cryptoparser/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'CryptoParser'
__technical_name__ = __title__.lower()
__version__ = '0.11.2'
__version__ = '0.12.0'
__description__ = 'Fast and flexible security protocol parser and generator'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = 'coroner@pfeifferszilard.hu'
Expand Down
4 changes: 3 additions & 1 deletion docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ Hypertext Transfer Protocol (HTTP)
`Last-Modified <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified>`__,
`Pragma <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Pragma>`__)
4. supports detailed parsing of security headers
(`Expect-CT <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT>`__,
(`Content Security Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP>`__ (CSP),
`Content-Security-Policy-Report-Only <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only>`__,
`Expect-CT <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT>`__,
`Expect-Staple <https://scotthelme.co.uk/designing-a-new-security-header-expect-staple>`__,
`HTTP Public Key Pinning <https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning>`__ (HPKP),
`Referrer-Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy>`__,
Expand Down

0 comments on commit 6272513

Please sign in to comment.