From 22db9d457957551b601c39208fc897e565ff3e9b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 27 Nov 2022 02:36:06 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/usb_devices/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d9eb3..dbe4fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.0 (2022-11-27) +### Feature +* Add a trivial test ([#6](https://github.com/Bluetooth-Devices/usb-devices/issues/6)) ([`3520480`](https://github.com/Bluetooth-Devices/usb-devices/commit/3520480a1ab2f05051057b8f0258457edc8998ca)) + ## v0.1.0 (2022-11-27) ### Feature * Add first version ([#5](https://github.com/Bluetooth-Devices/usb-devices/issues/5)) ([`e34423e`](https://github.com/Bluetooth-Devices/usb-devices/commit/e34423ece309ce492bee74dff8154835bd0e6378)) diff --git a/pyproject.toml b/pyproject.toml index 7542f76..191e804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "usb-devices" -version = "0.1.0" +version = "0.2.0" description = "Tools for mapping, describing, and resetting USB devices" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/usb_devices/__init__.py b/src/usb_devices/__init__.py index 6f2d539..2865d18 100644 --- a/src/usb_devices/__init__.py +++ b/src/usb_devices/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.1.0" +__version__ = "0.2.0" import asyncio from fcntl import ioctl