From 0ba2eccf05e0b27048902eaf5157794b114b8695 Mon Sep 17 00:00:00 2001 From: Julianne Swinoga Date: Tue, 3 Oct 2023 09:55:08 -0400 Subject: [PATCH] Autogenerated release patch --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d2bac..5793f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### [2.4.4](https://github.com/julianneswinoga/tracex_parser/compare/2.4.3...2.4.4) + +> 3 October 2023 + +- Build snap for all architectures [`187b52c`](https://github.com/julianneswinoga/tracex_parser/commit/187b52c9eaba47257ffd1c2c560e8d933129de4d) + #### [2.4.3](https://github.com/julianneswinoga/tracex_parser/compare/2.4.2...2.4.3) > 29 September 2023 diff --git a/pyproject.toml b/pyproject.toml index 8b3703b..e6db0bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "tracex_parser" -version = "2.4.3" +version = "2.4.4" description = "Parser for ThreadX RTOS's trace buffers (aka TraceX)" authors = ["Julianne Swinoga "] readme = "README.md"