Skip to content

Commit d0e3c3c

Browse files
committed
3.0.1
1 parent 758016e commit d0e3c3c

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [3.0.1] - 2026-06-30
4+
5+
### Fixed
6+
- Fixed device control transfers on macOS/Linux - [`16`](https://github.com/node-usb/node-usb-rs/pull/16) ([Rob Moran](https://github.com/thegecko))
7+
- Fixed device hotplug watching to be more efficient - [`18`](https://github.com/node-usb/node-usb-rs/pull/18) ([Rob Moran](https://github.com/thegecko))
8+
9+
### Added
10+
- Support for interrupt endpoints - [`4`](https://github.com/node-usb/node-usb-rs/pull/4) ([León](https://github.com/dressedinblack5))
11+
12+
### Changed
13+
- Updated nusb to v0.2.4 - [`14`](https://github.com/node-usb/node-usb-rs/pull/14) ([Rob Moran](https://github.com/thegecko))
14+
- Updated napi to v3.9.4 - [`19`](https://github.com/node-usb/node-usb-rs/pull/19) ([Rob Moran](https://github.com/thegecko))
15+
316
## [3.0.0] - 2026-06-06
417

518
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
authors = ["Rob Moran <thegecko@github.com>"]
44
edition = "2021"
55
name = "usb"
6-
version = "3.0.0"
6+
version = "3.0.1"
77

88
[lib]
99
crate-type = ["cdylib"]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "usb",
33
"description": "Library to access USB devices",
44
"license": "MIT",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"main": "dist/index.js",
77
"engines": {
88
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"

0 commit comments

Comments
 (0)