Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sstallion committed Dec 20, 2022
1 parent bf4fff7 commit f9364fb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.12.1] - 2022-12-19

### Added

- Added missing optional APIs for `darwin` and `freebsd`.
- Improved error reporting.

## [v0.12.0] - 2022-12-18

### Changed

- Imported 0.12.0 sources from [libusb/hidapi](https://github.com/libusb/hidapi).

## [v0.8.0] - 2022-12-18

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.12.1...HEAD
[v0.12.1]: https://github.com/sstallion/go-hid/releases/tag/v0.12.1
[v0.12.0]: https://github.com/sstallion/go-hid/releases/tag/v0.12.0
[v0.8.0]: https://github.com/sstallion/go-hid/releases/tag/v0.8.0

0 comments on commit f9364fb

Please sign in to comment.