From 6f2fb7234b3c09c45227a67d36fbe8aaee198478 Mon Sep 17 00:00:00 2001 From: Anders Liland <8539036+andersliland@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:06:15 +0200 Subject: [PATCH] Revert "chore(main): release 5.0.0 (#308)" This reverts commit a63799c7a5231e6fa41b883488af590691bdddc4. --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 ----------- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32dbe0e..7cb89f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "4.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f8124..51a91ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,5 @@ # Changelog -## [5.0.0](https://github.com/kolonialno/troncos/compare/4.4.2...5.0.0) (2024-02-06) - - -### ⚠ 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 84fe30a..5d0d2a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "troncos" -version = "5.0.0" +version = "4.4.2" description = "Collection of Python logging, tracing and profiling tools" authors = [ "Guðmundur Björn Birkisson ",