Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vdmit11 committed Oct 30, 2022
1 parent 6e5518b commit db54e6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.3.0 (2022-10-30)
### Feature
* Remove "under development" warnings, the code is stable enough ([`6e5518b`](https://github.com/vdmit11/contextvars-extras/commit/6e5518bd4be621f4f481297225970a05bb5abd7f))

## v0.2.1 (2022-06-21)
### Fix
* ContextVarsRegistry.keys() triggers deferred_default ([`fc17c59`](https://github.com/vdmit11/contextvars-extras/commit/fc17c59c3518efa4190cef5a1ce7f02088df210a))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contextvars-extras"
version = "0.2.1"
version = "0.3.0"
description = "Contextvars made easy (WARNING: unstable alpha version. Things may break)."
license = "MIT"
authors = ["Dmitry Vasilyanov <[email protected]>"]
Expand Down

0 comments on commit db54e6d

Please sign in to comment.