Skip to content

Commit

Permalink
Version 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 1, 2024
1 parent 275bed0 commit ae3845a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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 = "returns"
version = "0.23.0"
version = "0.24.0"
description = "Make your functions return something meaningful, typed, and safe!"
license = "BSD-3-Clause"

Expand Down

0 comments on commit ae3845a

Please sign in to comment.