Skip to content

Commit

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

### Features

* implement callable return value [#3](#3) ([4294426](4294426))
  • Loading branch information
semantic-release-bot committed Jan 2, 2021
1 parent 1ddf29e commit 1e14e6f
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.1.0](https://github.com/proofit404/primitives/compare/1.0.0...1.1.0) (2021-01-02)

### Features

- implement callable return value
[#3](https://github.com/proofit404/primitives/issues/3)
([4294426](https://github.com/proofit404/primitives/commit/42944268b9d52a73600a548a3fbf7c551a40afe4))

# 1.0.0 (2020-12-26)

### 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.0.0"
version = "1.1.0"

[tool.poetry.dependencies]
python = "~3.6 || ~3.7 || ~3.8 || ~3.9"
Expand Down

0 comments on commit 1e14e6f

Please sign in to comment.