Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](1.1.0...1.2.0) (2021-01-03)

### Features

* implement callable positional argument [#4](#4) ([60b349b](60b349b))
  • Loading branch information
semantic-release-bot committed Jan 3, 2021
1 parent 682d344 commit 252a096
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 252a096

Please sign in to comment.