Skip to content

Commit 51e4645

Browse files
committed
Bump version to 0.13.0
1 parent 059c75f commit 51e4645

File tree

4 files changed

+28
-6
lines changed

4 files changed

+28
-6
lines changed

docs/source/changes.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ History of changes
55

66
.. towncrier release notes start
77
8+
v0.13.0 (2022-01-19)
9+
--------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Clarify that the Headers class is a Sequence and inherit from the
15+
collections Sequence abstract base class to also indicate this (and
16+
gain the mixin methods). See also #104. (`#112
17+
<https://github.com/python-hyper/h11/issues/112>`__)
18+
- Switch event classes to dataclasses for easier typing and slightly
19+
improved performance. (`#124
20+
<https://github.com/python-hyper/h11/issues/124>`__)
21+
- Shorten traceback of protocol errors for easier readability (`#132
22+
<https://github.com/python-hyper/h11/pull/132>`__).
23+
- Add typing including a PEP 561 marker for usage by type checkers
24+
(`#135 <https://github.com/python-hyper/h11/pull/135>`__).
25+
- Expand the allowed status codes to [0, 999] from [0, 600] (`#134
26+
https://github.com/python-hyper/h11/issues/134`__).
27+
28+
Backwards **in**\compatible changes
29+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
31+
- Ensure request method is a valid token (`#141
32+
https://github.com/python-hyper/h11/pull/141>`__).
33+
34+
835
v0.12.0 (2021-01-01)
936
--------------------
1037

h11/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
1414
# 1.0.0.)
1515

16-
__version__ = "0.12.0+dev"
16+
__version__ = "0.13.0"

newsfragments/112.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

newsfragments/124.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)