Skip to content

Commit 6272513

Browse files
committed
chore(release): Bump version number to 0.12.0 and update changelog
1 parent 501d285 commit 6272513

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog
33
=========
44

5+
-------------------
6+
0.12.0 - 2023-11-23
7+
-------------------
8+
9+
Features
10+
========
11+
12+
- HTTP(S) (``http``)
13+
14+
- Headers (``headers``)
15+
16+
- add parsers for security related headers
17+
(`Content Security Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP>`__ (CSP),
18+
`Content-Security-Policy-Report-Only <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only>`__)
19+
(#59)
20+
21+
522
-------------------
623
0.11.2 - 2023-11-13
724
-------------------

cryptoparser/__setup__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = 'CryptoParser'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.11.2'
5+
__version__ = '0.12.0'
66
__description__ = 'Fast and flexible security protocol parser and generator'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = 'coroner@pfeifferszilard.hu'

docs/features.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Hypertext Transfer Protocol (HTTP)
5050
`Last-Modified <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified>`__,
5151
`Pragma <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Pragma>`__)
5252
4. supports detailed parsing of security headers
53-
(`Expect-CT <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT>`__,
53+
(`Content Security Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP>`__ (CSP),
54+
`Content-Security-Policy-Report-Only <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only>`__,
55+
`Expect-CT <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT>`__,
5456
`Expect-Staple <https://scotthelme.co.uk/designing-a-new-security-header-expect-staple>`__,
5557
`HTTP Public Key Pinning <https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning>`__ (HPKP),
5658
`Referrer-Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy>`__,

0 commit comments

Comments
 (0)