Skip to content

Commit d6b02ac

Browse files
author
github-actions
committed
0.1.1
Automatically generated by python-semantic-release
1 parent b33886e commit d6b02ac

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Changelog
22

3+
## v0.1.1 (2025-02-22)
4+
5+
### Fix
6+
7+
- Update repo links to use bluetooth-devices (#36) ([`15e6b4b`](https://github.com/Bluetooth-Devices/uart-devices/commit/15e6b4bfc7cb08cbddccd9d88c64812af4372e3e))
8+
39
## v0.1.0 (2024-04-19)
410

511
### Feature
612

7-
- Init (#1) ([`fb03361`](https://github.com/bluetooth-devices/uart-devices/commit/fb03361ae81e6d4c5c47f15e79bb7a659c71c534))
13+
- Init (#1) ([`fb03361`](https://github.com/Bluetooth-Devices/uart-devices/commit/fb03361ae81e6d4c5c47f15e79bb7a659c71c534))
814

915
## v0.0.1 (2024-04-19)
1016

1117
### Fix
1218

13-
- Publish ([`2a46a66`](https://github.com/bluetooth-devices/uart-devices/commit/2a46a6644a3b80d33a2236e9cb0360328a3e66b9))
19+
- Publish ([`2a46a66`](https://github.com/Bluetooth-Devices/uart-devices/commit/2a46a6644a3b80d33a2236e9cb0360328a3e66b9))

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "uart-devices"
88
copyright = "2024, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "0.1.0"
10+
release = "0.1.1"
1111

1212
# General configuration
1313
extensions = [

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 = "uart-devices"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "UART Devices for Linux"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/uart_devices/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44

55
import asyncio
66
from pathlib import Path

0 commit comments

Comments
 (0)