Skip to content

Commit 36e7cbf

Browse files
committed
Version 0.16.0 release
1 parent ae928f5 commit 36e7cbf

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@ incremental in minor, bugfixes only are patches.
66
See [0Ver](https://0ver.org/).
77

88

9-
## 0.16.0 WIP
9+
## 0.16.0
1010

11-
### Misc
11+
### Features
1212

1313
- Makes `_Nothing` a singleton
14+
- Refactor `flow` function to be faster
15+
16+
### Bugfixes
17+
18+
- Fixes that `assert_trace` was not catching containers
19+
from `@safe`-wrapped functions
20+
21+
### Misc
22+
1423
- Fixes typos in documentation
15-
- Refactor `flow` function
16-
- Fixes that `assert_trace` was not catching containers from `@safe`-wrapped functions
24+
1725

1826
## 0.15.0 aka The initial HKT release
1927

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
99

1010
[tool.poetry]
1111
name = "returns"
12-
version = "0.15.0"
12+
version = "0.16.0"
1313
description = "Make your functions return something meaningful, typed, and safe!"
1414
license = "BSD-3-Clause"
1515

0 commit comments

Comments
 (0)