Skip to content

Commit

Permalink
Version 0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 26, 2021
1 parent ae928f5 commit 36e7cbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@ incremental in minor, bugfixes only are patches.
See [0Ver](https://0ver.org/).


## 0.16.0 WIP
## 0.16.0

### Misc
### Features

- Makes `_Nothing` a singleton
- Refactor `flow` function to be faster

### Bugfixes

- Fixes that `assert_trace` was not catching containers
from `@safe`-wrapped functions

### Misc

- Fixes typos in documentation
- Refactor `flow` function
- Fixes that `assert_trace` was not catching containers from `@safe`-wrapped functions


## 0.15.0 aka The initial HKT release

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu

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

Expand Down

0 comments on commit 36e7cbf

Please sign in to comment.