From 4248df833ce0dad1f43f57cbaf206734e593546e Mon Sep 17 00:00:00 2001 From: Anders Liland <8539036+andersliland@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:13:09 +0200 Subject: [PATCH] chore(main): release 5.0.0 (#336) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7cb89f2..32dbe0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.4.2" + ".": "5.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a91ea..20c1448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/kolonialno/troncos/compare/4.4.2...5.0.0) (2024-06-27) + + +### ⚠ BREAKING CHANGES + +* Combine exporter and endpoint ([#293](https://github.com/kolonialno/troncos/issues/293)) + +### Bug Fixes + +* Combine exporter and endpoint ([#293](https://github.com/kolonialno/troncos/issues/293)) ([e7c0c6c](https://github.com/kolonialno/troncos/commit/e7c0c6c6727d47a07c84ca54584b7a4ffac0e7cd)) + ## [4.4.2](https://github.com/kolonialno/troncos/compare/v4.4.1...4.4.2) (2024-02-05) diff --git a/pyproject.toml b/pyproject.toml index 5d0d2a1..84fe30a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "troncos" -version = "4.4.2" +version = "5.0.0" description = "Collection of Python logging, tracing and profiling tools" authors = [ "Guðmundur Björn Birkisson ",