Skip to content

Commit 284ead8

Browse files
authored
chore(main): release hidapi 0.1.5 (#25)
1 parent 7bd7d25 commit 284ead8

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.4"
2+
".": "0.1.5"
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.5](https://github.com/repentsinner/hidapi/compare/hidapi-v0.1.4...hidapi-v0.1.5) (2026-02-26)
4+
5+
6+
### Features
7+
8+
* expose macOS exclusive device open mode ([#24](https://github.com/repentsinner/hidapi/issues/24)) ([7bd7d25](https://github.com/repentsinner/hidapi/commit/7bd7d25853751071c3b77d075ffa0946d639b287))
9+
310
## [0.1.4](https://github.com/repentsinner/hidapi/compare/hidapi-v0.1.3...hidapi-v0.1.4) (2026-02-26)
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.4
5+
version: 0.1.5
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)