Skip to content

Commit 6b9662e

Browse files
committed
Version 0.14 release
1 parent ec3b38f commit 6b9662e

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ incremental in minor, bugfixes only are patches.
66
See [0Ver](https://0ver.org/).
77

88

9-
## 0.14.0 WIP
9+
## 0.14.0
1010

1111
### Features
1212

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ Or read these articles:
617617
- [Python exceptions considered an anti-pattern](https://sobolevn.me/2019/02/python-exceptions-considered-an-antipattern)
618618
- [Enforcing Single Responsibility Principle in Python](https://sobolevn.me/2019/03/enforcing-srp)
619619
- [Typed functional Dependency Injection in Python](https://sobolevn.me/2020/02/typed-functional-dependency-injection)
620+
- [How Async Should Have Been](https://sobolevn.me/2020/06/how-async-should-have-been)
620621

621622
Do you have an article to submit? Feel free to open a pull request!
622623

docs/pages/future.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ Python happens to have its own meaning for this word.
257257
In our worldview, these two ``Future`` entities should never meet each other
258258
in a single codebase.
259259

260+
It is also not related to `concurrent.Future <https://docs.python.org/3/library/concurrent.futures.html>`.
261+
260262
How to create unit objects?
261263
~~~~~~~~~~~~~~~~~~~~~~~~~~~
262264

@@ -293,6 +295,7 @@ You can always covert it with methods like
293295
Further reading
294296
---------------
295297

298+
- `How Async Should Have Been <https://sobolevn.me/2020/06/how-async-should-have-been>`_
296299
- `What Color is Your Function? <https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/>`_
297300
- `From Promises to Futures <https://dev.to/nadeesha/from-promises-to-futures-in-javascript-2m6g>`_
298301

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.13.0"
12+
version = "0.14.0"
1313
description = "Make your functions return something meaningful, typed, and safe!"
1414
license = "BSD-3-Clause"
1515

0 commit comments

Comments
 (0)