From 91e9e79f211c9c9d97efa6f4bd3cc63f6667e9c7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 29 Oct 2023 22:06:07 +0000 Subject: [PATCH] chore(release): 0.51.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2937f05..91144ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.51.1 (2023-10-29) + +### Fix + +* **tracer:** Execute again display enum correctly ([`50d575a`](https://github.com/lt-mayonesa/hexagon/commit/50d575aed1d10516fc531e0f4946ab2655086e5c)) + ## v0.51.0 (2023-10-29) ### Feature diff --git a/README.md b/README.md index 83d807f..468530c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Make your team's knowledge truly accessible, truly shared, and truly empowering ### Install hexagon ```bash -python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.51.0/hexagon-0.51.0.tar.gz +python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.51.1/hexagon-0.51.1.tar.gz ``` ### Create your teams CLI diff --git a/setup.py b/setup.py index f68831c..b24d7e4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools # this updates automatically https://python-semantic-release.readthedocs.io/en/latest/index.html -__version__ = "0.51.0" +__version__ = "0.51.1" def __markers(config: dict):