Skip to content

Commit

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

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

## v0.40.0 (2023-04-12)
### Feature
* **args:** Do not validate special characters on args ([`e793175`](https://github.com/lt-mayonesa/hexagon/commit/e79317551d686021d50915c61e25de69d80bf29e))
* **args:** Wrap default value in HexagonArg ([`7d5eae4`](https://github.com/lt-mayonesa/hexagon/commit/7d5eae4da5d56768664968dacab08a5ce64b706a))

## v0.39.0 (2023-04-10)
### Feature
* **args:** Apply model validations when prompting ([`86bf096`](https://github.com/lt-mayonesa/hexagon/commit/86bf096817194810d0143bc98bfafad575435115))
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.39.0/hexagon-0.39.0.tar.gz
python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.40.0/hexagon-0.40.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.39.0"
__version__ = "0.40.0"


def __markers(config: dict):
Expand Down

0 comments on commit 06d65cf

Please sign in to comment.