Skip to content

Commit ae3845a

Browse files
committed
Version 0.24.0
1 parent 275bed0 commit ae3845a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See [0Ver](https://0ver.org/).
1313
- Drop `python3.9` support
1414
- Add `python3.13` support
1515
- 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
1717
- Improve inference of `ResultLike` objects when exception catching
1818
decorator is applied with explicit exception types
1919
- Add picky exceptions to `impure_safe` decorator like `safe` has. Issue #1543
@@ -22,11 +22,6 @@ See [0Ver](https://0ver.org/).
2222
which provides a default error value for `Failure`
2323

2424

25-
### Misc
26-
27-
- Now requires `mypy>=1.11`
28-
29-
3025
## 0.23.0
3126

3227
### Features

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

0 commit comments

Comments
 (0)