Skip to content

Commit 154f4b3

Browse files
author
github-actions
committed
0.1.0
Automatically generated by python-semantic-release
1 parent fb03361 commit 154f4b3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.0 (2024-04-19)
4+
5+
### Feature
6+
7+
- Init (#1) ([`fb03361`](https://github.com/bdraco/uart-devices/commit/fb03361ae81e6d4c5c47f15e79bb7a659c71c534))
8+
39
## v0.0.1 (2024-04-19)
410

511
### Fix

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.0.1"
10+
release = "0.1.0"
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.0.1"
3+
version = "0.1.0"
44
description = "UART Devices for Linux"
55
authors = ["J. Nick Koston <[email protected]>"]
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.0.1"
3+
__version__ = "0.1.0"
44

55
import asyncio
66
from pathlib import Path

0 commit comments

Comments
 (0)