Skip to content

Commit

Permalink
chore(release): 0.52.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 9, 2023
1 parent a19f109 commit 48510c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.52.1 (2023-11-09)

### Fix

* **tracer:** Lowercase traced bool ([`a19f109`](https://github.com/lt-mayonesa/hexagon/commit/a19f109e359623a6f8fe94315f1584dd03a63225))
* **prompt:** Show correct confirm dialog ([`c36bbb1`](https://github.com/lt-mayonesa/hexagon/commit/c36bbb12b6a76ee14abc4989ea90c18ec1857a78))

## v0.52.0 (2023-11-06)

### 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.52.0/hexagon-0.52.0.tar.gz
python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.52.1/hexagon-0.52.1.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.52.0"
__version__ = "0.52.1"


def __markers(config: dict):
Expand Down

0 comments on commit 48510c9

Please sign in to comment.