Skip to content

Commit 0877b93

Browse files
author
semantic-release
committed
0.1.1
Automatically generated by python-semantic-release
1 parent dc7aea3 commit 0877b93

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.1.1 (2024-08-18)
4+
5+
### Fix
6+
7+
- Variable typing and associated tests ([`dc7aea3`](https://github.com/Djelibeybi/pyExoyOne/commit/dc7aea3437dbb2be72eef83093e0b8882b68e118))
8+
- Backoff logging and add device_type property ([`51721a8`](https://github.com/Djelibeybi/pyExoyOne/commit/51721a8dd19c95171df81aa815ecb62e4f92ba95))
9+
- Include the device type enumeration ([`688399a`](https://github.com/Djelibeybi/pyExoyOne/commit/688399a83e4de05f2bf63e5899ba827a249bf965))
10+
- Export the errors, exceptions and mode packs ([`69e6026`](https://github.com/Djelibeybi/pyExoyOne/commit/69e6026d435d3bef196cb1f3ef0e91ad8847a209))
11+
- Use correct case for project name ([`23adf9e`](https://github.com/Djelibeybi/pyExoyOne/commit/23adf9e112797718846580d5b90c4dfedad5f41f))
12+
13+
### Documentation
14+
15+
- Add djelibeybi as a contributor for code, doc, and 2 more (#11) ([`aaa3501`](https://github.com/Djelibeybi/pyExoyOne/commit/aaa35019bf30d9cd03bbf011a883bbdde59f3f38))
16+
- Adjust mkdocs and all-contributors configuration (#10) ([`5153eb2`](https://github.com/Djelibeybi/pyExoyOne/commit/5153eb22a8cbf19ceb588880ea05a3f267e9bfa0))
17+
318
## v0.1.0 (2024-08-18)
419

520
### Feature

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyExoyOne"
3-
version = "0.1.0"
3+
version = "0.1.1"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

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

0 commit comments

Comments
 (0)