Skip to content

Commit 4db0b48

Browse files
committed
Version 0.5.0 release
1 parent 4e9ab7b commit 4db0b48

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We follow Semantic Versions since the `0.1.0` release.
44

55

6-
## WIP
6+
## Version 0.5.0
77

88
### Features
99

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ Make your functions return something meaningful, typed, and safe!
1313

1414
- Provides a bunch of primitives to write declarative business logic
1515
- Enforces [Railway Oriented Programming](https://fsharpforfunandprofit.com/rop/)
16-
- Fully typed with annotations and checked with `mypy`,
17-
allowing you to write type-safe code as well, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
16+
- Fully typed with annotations and checked with `mypy`, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
1817
- Pythonic and pleasant to write and to read (!)
18+
- WIP: `asyncio` support
1919

2020

2121
## Installation
2222

23-
2423
```bash
2524
pip install returns
2625
```

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "returns"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Make your functions return something meaningful, typed, and safe!"
55
license = "MIT"
66

0 commit comments

Comments
 (0)