Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.3"
".": "0.1.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down