From 5fda8e8420b069368e9450e70c2869e32dcdffc1 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Fri, 17 May 2024 21:17:38 +0200 Subject: [PATCH] Update Changelog and bump version number (#168) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffcf309..8affffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.6.2 (2024-05-17) + +* Add OpenHarmony OS support (#164) +* Minor Documentation updates + ## 0.6.1 (2024-04-20) - Add safe constructors for window handles. This may be useful for implementing diff --git a/Cargo.toml b/Cargo.toml index 2f7748c..a14cd1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raw-window-handle" -version = "0.6.1" +version = "0.6.2" authors = ["Osspial "] edition = "2021" description = "Interoperability library for Rust Windowing applications."