Bump release
All checks were successful
Alpine 3.20 Success

This commit is contained in:
Přemysl Eric Janouch 2024-11-28 11:21:46 +01:00
parent 9d619115be
commit 7e008c154b
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
project (usb-drivers VERSION 1.0.0
project (usb-drivers VERSION 1.1.0
DESCRIPTION "User space USB drivers" LANGUAGES C)
# Moar warnings

9
NEWS Normal file
View File

@ -0,0 +1,9 @@
1.1.0 (2024-11-28)
* Ported eizoctltray to macOS as well
1.0.0 (2024-11-26)
* Initial release