diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f4b3cc5..7cb89f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.4.1" + ".": "4.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..51a91ea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [4.4.2](https://github.com/kolonialno/troncos/compare/v4.4.1...4.4.2) (2024-02-05) + + +### Documentation + +* run release-please using npx ([ff9e482](https://github.com/kolonialno/troncos/commit/ff9e482ed7c43d44c43e79de3f2f4eb5d117f855)) diff --git a/pyproject.toml b/pyproject.toml index 0dcef7c..cb907c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "troncos" -version = "4.4.1" +version = "4.4.2" description = "Collection of Python logging, tracing and profiling tools" authors = [ "Guðmundur Björn Birkisson ",