Skip to content

Commit 1146693

Browse files
committed
bump(release): v1.3.0 → v1.4.0
1 parent 80a270a commit 1146693

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.4.0 (2022-08-29)
2+
3+
### Feat
4+
5+
- support multiprocessing schedulers (#88)
6+
7+
### Fix
8+
9+
- add high level graph support (#92)
10+
111
## v1.3.0 (2022-06-16)
212

313
### Feat

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
# https://python-poetry.org/docs/pyproject/
77
[tool.poetry]
88
name = "graphchain"
9-
version = "1.3.0"
9+
version = "1.4.0"
1010
description = "An efficient cache for the execution of dask graphs."
1111
authors = ["Laurent Sorber <[email protected]>"]
1212
readme = "README.md"
@@ -17,7 +17,7 @@ repository = "https://github.com/radix-ai/graphchain"
1717
bump_message = "bump(release): v$current_version → v$new_version"
1818
tag_format = "v$version"
1919
update_changelog_on_bump = true
20-
version = "1.3.0"
20+
version = "1.4.0"
2121
version_files = ["pyproject.toml:version"]
2222

2323
# https://python-poetry.org/docs/dependency-specification/

0 commit comments

Comments
 (0)