Skip to content

Commit

Permalink
chore(release): 0.57.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 2, 2024
1 parent 608d5dd commit 471f5cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 471f5cb

Please sign in to comment.