Skip to content

Commit

Permalink
chore(release): 0.49.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 24, 2023
1 parent 9399df5 commit e2bc3dc
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.49.1 (2023-09-24)

### Fix

* **execute:** Handle script relative paths correctly ([`9399df5`](https://github.com/lt-mayonesa/hexagon/commit/9399df5070716d0b7642b915b82016a30c95d78a))
* **execute:** Pass first arg to script when env not present ([`6cbf4c0`](https://github.com/lt-mayonesa/hexagon/commit/6cbf4c09c69b4b9894dd1ccbb979c54e11b822ca))

## v0.49.0 (2023-09-20)

### 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.49.0/hexagon-0.49.0.tar.gz
python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.49.1/hexagon-0.49.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.49.0"
__version__ = "0.49.1"


def __markers(config: dict):
Expand Down

0 comments on commit e2bc3dc

Please sign in to comment.