File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 77project = "uart-devices"
88copyright = "2024, J. Nick Koston"
99author = "J. Nick Koston"
10- release = "0.1.0 "
10+ release = "0.1.1 "
1111
1212# General configuration
1313extensions = [
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " uart-devices"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " UART Devices for Linux"
55authors = [" J. Nick Koston <nick@koston.org>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.1.0 "
3+ __version__ = "0.1.1 "
44
55import asyncio
66from pathlib import Path
You can’t perform that action at this time.
0 commit comments