Skip to content

Commit 408e130

Browse files
committed
bump(release): v1.2.0 → v1.3.0
1 parent ae960a0 commit 408e130

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.3.0 (2022-06-16)
2+
3+
### Feat
4+
5+
- add (de)serialization customization (#76)
6+
17
## v1.2.0 (2022-01-21)
28

39
### Feat

Diff for: 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.2.0"
9+
version = "1.3.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.2.0"
20+
version = "1.3.0"
2121
version_files = ["pyproject.toml:version"]
2222

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

0 commit comments

Comments
 (0)