From 4b3634ad7d64b6d2e5a7a71f08a17c864a5abf04 Mon Sep 17 00:00:00 2001 From: ritchie <4462072+repentsinner@users.noreply.github.com> Date: Thu, 26 Feb 2026 00:05:29 -0800 Subject: [PATCH] chore(main): release hidapi 0.1.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46311c6..0903af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.4](https://github.com/repentsinner/hidapi/compare/hidapi-v0.1.3...hidapi-v0.1.4) (2026-02-26) + + +### Bug Fixes + +* enable macOS framework linking by setting ObjC language mode ([c82881b](https://github.com/repentsinner/hidapi/commit/c82881b6094f2b00a797f14e2cc44aa711c6a15b)) +* enable macOS framework linking by setting ObjC language mode ([#23](https://github.com/repentsinner/hidapi/issues/23)) ([1a708ec](https://github.com/repentsinner/hidapi/commit/1a708ec92dadddb82f3833f073723b89924d77d7)) + ## [0.1.3](https://github.com/repentsinner/hidapi/compare/hidapi-v0.1.2...hidapi-v0.1.3) (2026-02-24) diff --git a/pubspec.yaml b/pubspec.yaml index a43b755..2e359f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: hidapi description: >- Cross-platform Dart bindings for hidapi — the de facto C library for USB HID access. Compiles hidapi from vendored source via Dart build hooks. -version: 0.1.3 +version: 0.1.4 license: BSD-3-Clause repository: https://github.com/repentsinner/hidapi issue_tracker: https://github.com/repentsinner/hidapi/issues