Skip to content

Commit 849e032

Browse files
committed
0.4.3
1 parent 2fdba16 commit 849e032

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

3+
## [0.4.3] - 2020-06-27
4+
* `flat_map` now also allows the return argument to be an `Awaitable[Iterable]` consisten with pypeln `< 0.4` versions.
5+
6+
## [0.4.2] - 2020-06-22
7+
* Includes some conditional depedencies & imports to support Python >= `3.6`
8+
39
## [0.4.1] - 2020-06-21
4-
* Lowered Python version requirement to `3.5`, however to use the `task` module will only be available for versions >= `3.7`.
10+
* ~~Lowered Python version requirement to `3.5`, however to use the `task` module will only be available for versions >= `3.7`.~~
511

612
## [0.4.0] - 2020-06-21
713
* Big internal refactor:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "pypeln"
4-
version = "0.4.2"
4+
version = "0.4.3"
55
description = ""
66
authors = ["Cristian Garcia <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)