Skip to content

Commit 3d5dd56

Browse files
committed
v0.2.2
1 parent 3ebe556 commit 3d5dd56

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
77
## [Unreleased] - yyyy-mm-dd
88

99
### Added
10-
- Support for MacOS
1110

1211
### Changed
1312

14-
- Documentation: Add links to the underlying structs
15-
1613
### Removed
1714

1815
### Fixed
1916

17+
## [0.2.2] - 2024-06-19
18+
19+
### Added
20+
21+
- Support for MacOS
22+
23+
### Changed
24+
25+
- Documentation: Add links to the underlying structs
26+
2027
## [0.2.1] - 2024-03-25
2128

2229
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leaprs"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["Pierre Lulé <pierre@lule.fr>"]
66
description = "Safe wrapper for the LeapC Ultraleap (Leap Motion) hand tracking device API."

0 commit comments

Comments
 (0)