Skip to content

Commit

Permalink
Release v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sstallion committed Jul 15, 2023
1 parent 288607d commit d5ef4a3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.1] - 2023-07-15

### Fixed

- Fixed MBCS string support for Windows ([MURAOKA Taro](https://github.com/koron)).
- Fixed MBCS string support for `windows` ([MURAOKA Taro](https://github.com/koron)).

## [0.14.0] - 2023-06-05

Expand All @@ -25,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added libusb backend support for Linux.
- Added libusb backend support for `linux`.

## [0.13.2] - 2023-01-31

Expand Down Expand Up @@ -86,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Historical release based on the original HIDAPI, updated to support Go Modules.
See https://github.com/signal11/hidapi for more details.

[Unreleased]: https://github.com/sstallion/go-hid/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/sstallion/go-hid/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/sstallion/go-hid/releases/tag/v0.14.1
[0.14.0]: https://github.com/sstallion/go-hid/releases/tag/v0.14.0
[0.13.3]: https://github.com/sstallion/go-hid/releases/tag/v0.13.3
[0.13.2]: https://github.com/sstallion/go-hid/releases/tag/v0.13.2
Expand Down

0 comments on commit d5ef4a3

Please sign in to comment.