Skip to content

Commit

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

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

## v0.41.1 (2023-04-13)
### Fix
* **args:** Apply default type validation when prompting ([`f97911f`](https://github.com/lt-mayonesa/hexagon/commit/f97911faee9d4437d2f92344276a8c69af346270))

## v0.41.0 (2023-04-13)
### Feature
* **theme:** Add no_border prompt theme ([`bb39265`](https://github.com/lt-mayonesa/hexagon/commit/bb39265274507eeac3c47605d41bc0b21d317de1))
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.41.0/hexagon-0.41.0.tar.gz
python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.41.1/hexagon-0.41.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.41.0"
__version__ = "0.41.1"


def __markers(config: dict):
Expand Down

0 comments on commit db11fa7

Please sign in to comment.