Skip to content

Commit 49b88db

Browse files
author
github-actions
committed
6.0.0
Automatically generated by python-semantic-release
1 parent af95d48 commit 49b88db

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+
## v6.0.0 (2024-06-10)
6+
7+
### Breaking
8+
9+
* feat!: Add data module (#116) ([`14d6513`](https://github.com/bdraco/yalexs/commit/14d65137a3967d0a9f10264b49dc591f643d9f3a))
10+
11+
### Fix
12+
13+
* fix: bump commitlint to v6 (#117) ([`af95d48`](https://github.com/bdraco/yalexs/commit/af95d48665bb3e3c44a2b60b95600473a546b4df))
14+
15+
516
## v5.2.0 (2024-06-09)
617

718
### Feature

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yalexs"
3-
version = "5.2.0"
3+
version = "6.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__ = "5.2.0"
5+
__version__ = "6.0.0"

0 commit comments

Comments
 (0)