From 471f5cb0b0739835173be06a93f9c70abb48ae48 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 2 Mar 2024 19:52:58 +0000 Subject: [PATCH] chore(release): 0.57.0 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 774fa28..be661b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.57.0 (2024-03-02) + +### Feature + +* **prompt:** Allow passing callable to skip_trace ([`608d5dd`](https://github.com/lt-mayonesa/hexagon/commit/608d5dd99ee059bdf11528a661b501e70d186a48)) + ## v0.56.0 (2024-02-19) ### Feature diff --git a/README.md b/README.md index f314050..a15aaf2 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.56.0/hexagon-0.56.0.tar.gz +python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.57.0/hexagon-0.57.0.tar.gz ``` ### Create your teams CLI diff --git a/setup.py b/setup.py index 6f052af..563d54f 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.56.0" +__version__ = "0.57.0" def __markers(config: dict):