Skip to content

Commit 9cecd02

Browse files
author
github-actions
committed
8.0.0
Automatically generated by python-semantic-release
1 parent 5dc4bd7 commit 9cecd02

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## v8.0.0 (2024-08-13)
6+
7+
### Breaking
8+
9+
* feat!: add yale global support (#146) ([`5dc4bd7`](https://github.com/bdraco/yalexs/commit/5dc4bd7c41561e09a5e34440a163ae5d4b27a3af))
10+
11+
### Fix
12+
13+
* fix: force release (#147) ([`b409c80`](https://github.com/bdraco/yalexs/commit/b409c80eaefc854938449d66419ae49f843efd73))
14+
15+
516
## v7.1.3 (2024-08-13)
617

718
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yalexs"
3-
version = "7.1.3"
3+
version = "8.0.0"
44
description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

yalexs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """J. Nick Koston"""
44
__email__ = "nick@koston.org"
5-
__version__ = "7.1.3"
5+
__version__ = "8.0.0"

0 commit comments

Comments
 (0)