Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 15, 2025
1 parent 122afa6 commit 6d322e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.1.0 (2025-01-15)

### Features

- Use `path.walk` instead of recursive `path.iterdir` (#7) ([`122afa6`](https://github.com/Bluetooth-Devices/aiousbwatcher/commit/122afa6d61df188bf4bee6a964c08c050f797218))

## v1.0.0 (2025-01-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "asyncio usb device watcher"
copyright = "2025, J. Nick Koston"
author = "J. Nick Koston"
release = "1.0.0"
release = "1.1.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "setuptools" ]

[project]
name = "aiousbwatcher"
version = "1.0.0"
version = "1.1.0"
description = "Watch for USB devices to be plugged and unplugged"
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion src/aiousbwatcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.1.0"

from .impl import AIOUSBWatcher, InotifyNotAvailableError

Expand Down

0 comments on commit 6d322e3

Please sign in to comment.