diff --git a/CHANGELOG.md b/CHANGELOG.md index a01928b..62b7b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## [Unreleased] - yyyy-mm-dd ### Added -- Support for MacOS ### Changed -- Documentation: Add links to the underlying structs - ### Removed ### Fixed +## [0.2.2] - 2024-06-19 + +### Added + +- Support for MacOS + +### Changed + +- Documentation: Add links to the underlying structs + ## [0.2.1] - 2024-03-25 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1dc1fda..7380afc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,7 +559,7 @@ checksum = "23603c7542c3b4b3b6fd83c7fe267a744f33573ec242ef150f4388e12ae52562" [[package]] name = "leaprs" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bitflags 2.5.0", "derive_deref", diff --git a/Cargo.toml b/Cargo.toml index adac7ac..f51564f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leaprs" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Pierre Lulé "] description = "Safe wrapper for the LeapC Ultraleap (Leap Motion) hand tracking device API."