diff --git a/CHANGELOG.md b/CHANGELOG.md index 6962fbaa..4e81def0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ See [0Ver](https://0ver.org/). - Drop `python3.9` support - Add `python3.13` support - Add support for `mypy>=1.12` -- Add picky exceptions to `future_safe` decorator like `safe` has. +- Add picky exceptions to `future_safe` decorator like `safe` has - Improve inference of `ResultLike` objects when exception catching decorator is applied with explicit exception types - Add picky exceptions to `impure_safe` decorator like `safe` has. Issue #1543 @@ -22,11 +22,6 @@ See [0Ver](https://0ver.org/). which provides a default error value for `Failure` -### Misc - -- Now requires `mypy>=1.11` - - ## 0.23.0 ### Features diff --git a/pyproject.toml b/pyproject.toml index 812effc3..6353fb2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "returns" -version = "0.23.0" +version = "0.24.0" description = "Make your functions return something meaningful, typed, and safe!" license = "BSD-3-Clause"