Skip to content

Commit a8bc49a

Browse files
committed
Bump version to 0.2.0
Added - e7b5146 Add rustfmt.toml - 8dd4889 Add GSettings support - 2e7fb67 Add --install-gsettings-schema CLI option - 2a18e1f Add scale_factor detection Bug Fixes - 463c617 Fix icon filenames and transparency - e9dc3a2 Fix application id in gtk::Application::new - 597a9cf Fix inaccurate circular ticks in protractor mode - 8d97d3d Draw protractor's concentric circles with transparency - 2ff4251 Don't overstride when drawing concentric circles Changes - 53dd3b1 Bump gtk dependency to 0.18 - 9f49c1e Run cargo-update - a56fa7a Lower MSRV to 1.70.0 - 706b6cdf Bump version to 0.2.0 Refactoring - b10a9ce Remove old comments - f479b44 Fix some simple clippy lints - 2287e75 Fix annoying minor clippy lints - a124a46 Add crate-level deny,allow clippy lint attributes Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
1 parent 0de1144 commit a8bc49a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55

66
## [unreleased]
77

8+
## [0.2.0] - 2024-11-24
9+
810
### Added
911

1012
- [**`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.
3739
### Miscellaneous Tasks
3840

3941
<!-- generated by git-cliff -->
42+
43+
[0.2.0]: <https://github.com/epilys/rlr/releases/tag/v0.2.0>

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "rlr-gtk"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Manos Pitsidianakis <manos@pitsidianak.is>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77
description = "pixel screen ruler"
88
repository = "https://github.com/epilys/rlr"
99
homepage = "https://github.com/epilys/rlr"
1010
categories = ["graphics"]
11-
keywords = ["pixel", "pixels", "monitor", "display", "ruler", "screen"]
11+
keywords = ["pixel", "pixels", "display", "ruler", "screen"]
1212
rust-version = "1.70.0"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)