From 48fa6c89de56ba38ff29cd4599968523d2233fb6 Mon Sep 17 00:00:00 2001 From: Steven Stallion Date: Fri, 6 Jan 2023 22:47:32 -0600 Subject: [PATCH] Release v0.13.0 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4deebe..00c78a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Imported libusb/hidapi 0.13.0 sources. +## [0.13.0] - 2023-01-06 + +### Changed + +- Imported 0.13.0 sources from [libusb/hidapi](https://github.com/libusb/hidapi). ## [0.12.4] - 2022-12-23 @@ -45,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Historical release based on the original HIDAPI, updated to support Go Modules. See https://github.com/signal11/hidapi for more details. -[Unreleased]: https://github.com/sstallion/go-hid/compare/v0.12.4...HEAD +[Unreleased]: https://github.com/sstallion/go-hid/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/sstallion/go-hid/releases/tag/v0.13.0 [0.12.4]: https://github.com/sstallion/go-hid/releases/tag/v0.12.4 [0.12.3]: https://github.com/sstallion/go-hid/releases/tag/v0.12.3 [0.12.2]: https://github.com/sstallion/go-hid/releases/tag/v0.12.2