Skip to content

Commit 0cdaf46

Browse files
committed
0.0.12
Automatically generated by python-semantic-release
1 parent b088ea9 commit 0cdaf46

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.0.12 (2022-02-12)
6+
### Fix
7+
* Missing type stub for ContextVarExt.deferred_default attribute ([`b088ea9`](https://github.com/vdmit11/contextvars-extras/commit/b088ea94fd9eaafdf802c8011e6224459d9b1958))
8+
59
## v0.0.11 (2022-02-12)
610
### Fix
711
* Wrong exception type thrown by ContextVarsRegistry.__delitem__ ([`876d342`](https://github.com/vdmit11/contextvars-extras/commit/876d3421519b2a8fca71eb1c0f9c596a3e816b49))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "contextvars-extras"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
description = "Contextvars made easy (WARNING: unstable alpha version. Things may break)."
55
license = "MIT"
66
authors = ["Dmitry Vasilyanov <vdmit11@gmail.com>"]

0 commit comments

Comments
 (0)