Skip to content

Commit 7cf5ef5

Browse files
committed
Version 0.22.0 release
1 parent 6a0ce89 commit 7cf5ef5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ incremental in minor, bugfixes only are patches.
66
See [0Ver](https://0ver.org/).
77

88

9-
## 0.22.0 WIP
9+
## 0.22.0
1010

1111
### Features
1212

1313
- *Breaking*: Drops `python3.7` support
14+
- Now requires `mypy>=1.5`
1415
- Adds `trampolines` support
1516

1617

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 = "returns"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
description = "Make your functions return something meaningful, typed, and safe!"
55
license = "BSD-3-Clause"
66

0 commit comments

Comments
 (0)