From 252a0963b89b5872a48703a85b1ea197d93e1398 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Jan 2021 00:42:23 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/proofit404/primitives/compare/1.1.0...1.2.0) (2021-01-03) ### Features * implement callable positional argument [#4](https://github.com/proofit404/primitives/issues/4) ([60b349b](https://github.com/proofit404/primitives/commit/60b349b022793412e7f5cb76f51438b44b35255b)) --- docs/changelog.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8dd0ab6..f1424a9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,11 @@ +# [1.2.0](https://github.com/proofit404/primitives/compare/1.1.0...1.2.0) (2021-01-03) + +### Features + +- implement callable positional argument + [#4](https://github.com/proofit404/primitives/issues/4) + ([60b349b](https://github.com/proofit404/primitives/commit/60b349b022793412e7f5cb76f51438b44b35255b)) + # [1.1.0](https://github.com/proofit404/primitives/compare/1.0.0...1.1.0) (2021-01-02) ### Features diff --git a/pyproject.toml b/pyproject.toml index 7f31390..142c4e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ packages = [ ] readme = "docs/index.md" repository = "https://github.com/proofit404/primitives" -version = "1.1.0" +version = "1.2.0" [tool.poetry.dependencies] python = "~3.6 || ~3.7 || ~3.8 || ~3.9"