Skip to content

Commit 1b52e16

Browse files
author
semantic-release
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 260d045 commit 1b52e16

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
# Changelog
22

3+
## v0.1.0 (2024-08-18)
4+
5+
### Feature
6+
7+
- Intial release of pyexoyone library with exoyone cli util (#6) ([`260d045`](https://github.com/Djelibeybi/pyExoyOne/commit/260d045efa40a5ba65cd84627161057709646c2b))
8+
9+
### Fix
10+
11+
- Update dependency typer to v0.12.4 (#8) ([`fbc15f1`](https://github.com/Djelibeybi/pyExoyOne/commit/fbc15f16dc7a380dc0e2a70d5978df610ab43da5))
12+
13+
### Documentation
14+
15+
- Enhance docs by adding version and update date info (#2) ([`d350a46`](https://github.com/Djelibeybi/pyExoyOne/commit/d350a468828cf6531d219f1c7548ba0fc9283363))
16+
317
## v0.0.0 (2024-08-18)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyexoyone"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "Python library to configure and control the Exoy(tm) ONE."
55
authors = ["Avi Miller <[email protected]>"]
66
license = "MIT"

src/exoyone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.1.0"
22

33
from .exoyone import ExoyOne
44
from .models import mode_packs

0 commit comments

Comments
 (0)