Skip to content

Commit

Permalink
chore(release): 0.48.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 18, 2023
1 parent f7f762f commit e319149
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.48.3 (2023-09-18)

### Fix

* **hooks:** Terminate background hooks ([#50](https://github.com/lt-mayonesa/hexagon/issues/50)) ([`f7f762f`](https://github.com/lt-mayonesa/hexagon/commit/f7f762f4558b5633d348d2a370a8f2941e8e4dde))

## v0.48.2 (2023-09-13)

### Fix
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.48.2/hexagon-0.48.2.tar.gz
python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.48.3/hexagon-0.48.3.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.48.2"
__version__ = "0.48.3"


def __markers(config: dict):
Expand Down

0 comments on commit e319149

Please sign in to comment.