From ee34384906c76cc7d76e4eb16a3624002679f62f Mon Sep 17 00:00:00 2001 From: tiendabot Date: Thu, 27 Jun 2024 14:16:30 +0200 Subject: [PATCH] chore(main): release 5.1.0 (#343) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32dbe0e..affd1ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "5.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c1448..ebfed4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.0](https://github.com/kolonialno/troncos/compare/5.0.0...5.1.0) (2024-06-27) + + +### Features + +* Use ruff for linting ([#340](https://github.com/kolonialno/troncos/issues/340)) ([25f4a56](https://github.com/kolonialno/troncos/commit/25f4a56dbda759b6c93efec8f80e483fee80b8c8)) + ## [5.0.0](https://github.com/kolonialno/troncos/compare/4.4.2...5.0.0) (2024-06-27) diff --git a/pyproject.toml b/pyproject.toml index 6b25dfa..898d19a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "troncos" -version = "5.0.0" +version = "5.1.0" description = "Collection of Python logging, tracing and profiling tools" authors = [ "Guðmundur Björn Birkisson ",