Skip to content

Commit cf737e5

Browse files
committed
chore(main): release hidapi 0.1.4
1 parent c82881b commit cf737e5

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.3"
2+
".": "0.1.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.4](https://github.com/repentsinner/hidapi/compare/hidapi-v0.1.3...hidapi-v0.1.4) (2026-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* enable macOS framework linking by setting ObjC language mode ([c82881b](https://github.com/repentsinner/hidapi/commit/c82881b6094f2b00a797f14e2cc44aa711c6a15b))
9+
310
## [0.1.3](https://github.com/repentsinner/hidapi/compare/hidapi-v0.1.2...hidapi-v0.1.3) (2026-02-24)
411

512

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: hidapi
22
description: >-
33
Cross-platform Dart bindings for hidapi — the de facto C library for
44
USB HID access. Compiles hidapi from vendored source via Dart build hooks.
5-
version: 0.1.3
5+
version: 0.1.4
66
license: BSD-3-Clause
77
repository: https://github.com/repentsinner/hidapi
88
issue_tracker: https://github.com/repentsinner/hidapi/issues

0 commit comments

Comments
 (0)