File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ See [0Ver](https://0ver.org/).
13
13
- Drop ` python3.9 ` support
14
14
- Add ` python3.13 ` support
15
15
- Add support for ` mypy>=1.12 `
16
- - Add picky exceptions to ` future_safe ` decorator like ` safe ` has.
16
+ - Add picky exceptions to ` future_safe ` decorator like ` safe ` has
17
17
- Improve inference of ` ResultLike ` objects when exception catching
18
18
decorator is applied with explicit exception types
19
19
- Add picky exceptions to ` impure_safe ` decorator like ` safe ` has. Issue #1543
@@ -22,11 +22,6 @@ See [0Ver](https://0ver.org/).
22
22
which provides a default error value for ` Failure `
23
23
24
24
25
- ### Misc
26
-
27
- - Now requires ` mypy>=1.11 `
28
-
29
-
30
25
## 0.23.0
31
26
32
27
### Features
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " returns"
3
- version = " 0.23 .0"
3
+ version = " 0.24 .0"
4
4
description = " Make your functions return something meaningful, typed, and safe!"
5
5
license = " BSD-3-Clause"
6
6
You can’t perform that action at this time.
0 commit comments