From 2f278d03f583c3d0f25151995f36d6fe3d171d6e Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Sun, 18 Aug 2024 10:43:51 +0800 Subject: [PATCH] Bump version to 0.2.2 Signed-off-by: Jonathan Schwender --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fda1d2..9b7b12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.2.2 (2024-08-18) + +## Added + +- Added bindings for `native_vsync` (behind the `vsync` feature flag) + # v0.2.1 ## Fixed diff --git a/Cargo.toml b/Cargo.toml index ddabfae..9abc0de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohos-sys" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Bindings to the native API of OpenHarmony OS" license = "Apache-2.0"