From 19969dab7e4f330babf0e7ec73e8fe99e668701c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 06:28:23 -0400 Subject: [PATCH] chore(main): release 0.5.2 (#57) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- package/CHANGELOG.md | 7 +++++++ package/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index ed4e5cb..26088c7 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/gentrace/gentrace-python/compare/v0.5.1...v0.5.2) (2023-04-23) + + +### Bug Fixes + +* many proper tests and bug fixes ([#56](https://github.com/gentrace/gentrace-python/issues/56)) ([97ab284](https://github.com/gentrace/gentrace-python/commit/97ab28496cd88b6921ae2f10163789bb31551edf)) + ## [0.5.1](https://github.com/gentrace/gentrace-python/compare/v0.5.0...v0.5.1) (2023-04-21) diff --git a/package/pyproject.toml b/package/pyproject.toml index 7774895..e0b55fd 100644 --- a/package/pyproject.toml +++ b/package/pyproject.toml @@ -7,7 +7,7 @@ packages = [ {include = "gentrace"}, ] repository = "https://github.com/gentrace/gentrace-python" -version = "0.5.1" +version = "0.5.2" [tool.poetry.dependencies] aenum = ">=3.1.11"