diff --git a/CHANGELOG.md b/CHANGELOG.md index 163c6e9d8..aed1f7b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7ed8bd065..14bdcc1f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"