Skip to content

Commit

Permalink
chore(release): 0.35.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 1, 2023
1 parent 26c3cd5 commit 067ab36
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.35.0 (2023-04-01)
### Feature
* **args:** Added support for tool args ([`ebd5443`](https://github.com/lt-mayonesa/hexagon/commit/ebd5443d2d732099765cd7fb869e8cc70818b85e))

### Fix
* **args:** Support extend on python 3.7 ([`e4c0581`](https://github.com/lt-mayonesa/hexagon/commit/e4c0581a75a635dfb43f1a7166e1f0fd023b7a6d))

## v0.34.0 (2023-03-27)
### Feature
* **tracer:** Add support for optional cli_args ([`a7b5a9d`](https://github.com/lt-mayonesa/hexagon/commit/a7b5a9d9779c3990687db31c83f20393dd552bec))
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.34.0/hexagon-0.34.0.tar.gz
python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.35.0/hexagon-0.35.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.34.0"
__version__ = "0.35.0"


def __markers(config: dict):
Expand Down

0 comments on commit 067ab36

Please sign in to comment.