From 2bca4fbddf88a1491aec39f0f5040d61c47bc564 Mon Sep 17 00:00:00 2001 From: pentamassiv Date: Wed, 17 Apr 2024 16:21:42 +0200 Subject: [PATCH] Release version 0.2.0 --- CHANGES.md | 7 +++++++ Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6cf773dd..5b390dfc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,11 @@ # Unreleased +## Changed + +## Added + +## Fixed + +# 0.2.0 ## Changed - All: A new Enigo struct is now always created with some settings diff --git a/Cargo.toml b/Cargo.toml index 5815a0bd..f7956057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "enigo" -version = "0.2.0-rc2" +version = "0.2.0" authors = [ "pentamassiv ", "Dustin Bensing ", ] edition = "2021" rust-version = "1.75" -description = "Cross-platform (Linux, Windows & macOS) library to simulate keyboard and mouse events" +description = "Cross-platform (Linux, Windows, macOS & BSD) library to simulate keyboard and mouse events" documentation = "https://docs.rs/enigo/" homepage = "https://github.com/enigo-rs/enigo" repository = "https://github.com/enigo-rs/enigo"