Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 13, 2023
1 parent 52d259d commit 448e242
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v1.1.0 (2023-08-13)

### Ci

* ci: Use 'semantic-version --noop --strict version' to check release status ([`35e4450`](https://github.com/matteo4diani/poetry-packaging-demo/commit/35e4450413681dc6d415f54ac83ed916bd463bdb))

### Feature

* feat: add some feature

feat: add some feature ([`52d259d`](https://github.com/matteo4diani/poetry-packaging-demo/commit/52d259d3a2c5eb6dcf295765488d84f36e47766c))

* feat: add some feature ([`00b6d53`](https://github.com/matteo4diani/poetry-packaging-demo/commit/00b6d530fef53a229f2514e65b187e48e4c69ceb))


## v1.0.0 (2023-08-12)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-packaging-demo"
version = "1.0.0"
version = "1.1.0"
description = "A demo of a Python packaging workflow using GH Actions and poetry"
authors = ["Matteo Fordiani <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 448e242

Please sign in to comment.