Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Nov 27, 2022
1 parent 9c98038 commit ac7c86b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.4.1 (2022-11-27)
### Fix
* Handle manufacturer and product files missing ([#9](https://github.com/Bluetooth-Devices/usb-devices/issues/9)) ([`9c98038`](https://github.com/Bluetooth-Devices/usb-devices/commit/9c9803833448aa29d97427d3296d327d15510c2e))

## v0.4.0 (2022-11-27)
### Feature
* Add not usb error ([#8](https://github.com/Bluetooth-Devices/usb-devices/issues/8)) ([`d778dc4`](https://github.com/Bluetooth-Devices/usb-devices/commit/d778dc481a5c77aaa316f9682296a5265cd9d1f5))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "usb-devices"
version = "0.4.0"
version = "0.4.1"
description = "Tools for mapping, describing, and resetting USB devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/usb_devices/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.4.0"
__version__ = "0.4.1"

import asyncio
from fcntl import ioctl
Expand Down

0 comments on commit ac7c86b

Please sign in to comment.