diff --git a/CHANGELOG.md b/CHANGELOG.md index 25be280..c1bbeab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. ## [unreleased] +## [0.2.0] - 2024-11-24 + ### Added - [**`e7b51463`**](https://github.com/epilys/rlr/commit/e7b51463f99f716104bf1b6ea9575f74f9fd30f0) `Add rustfmt.toml` @@ -37,3 +39,5 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks + +[0.2.0]: diff --git a/Cargo.lock b/Cargo.lock index a2a5f3b..287eefd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,7 +513,7 @@ dependencies = [ [[package]] name = "rlr-gtk" -version = "0.1.2" +version = "0.2.0" dependencies = [ "gtk", ] diff --git a/Cargo.toml b/Cargo.toml index 23d34f6..a49e5ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlr-gtk" -version = "0.1.2" +version = "0.2.0" authors = ["Manos Pitsidianakis "] edition = "2021" license = "GPL-3.0-or-later" @@ -8,7 +8,7 @@ description = "pixel screen ruler" repository = "https://github.com/epilys/rlr" homepage = "https://github.com/epilys/rlr" categories = ["graphics"] -keywords = ["pixel", "pixels", "monitor", "display", "ruler", "screen"] +keywords = ["pixel", "pixels", "display", "ruler", "screen"] rust-version = "1.70.0" [dependencies]