From: Stephen Seo Date: Sun, 8 Jan 2023 08:43:19 +0000 (+0900) Subject: Version 0.4.0 X-Git-Tag: 0.4.0 X-Git-Url: https://git.seodisparate.com/stephenseo/static/git-logo.png?a=commitdiff_plain;h=e025a48735de120f6d12370b265d45f1bb8bae3b;p=mpd_info_screen Version 0.4.0 Testing shows that even with some of the expect()/unwrap() additions, the program is still stable enough to use. Will merge into the main branch. --- diff --git a/Cargo.lock b/Cargo.lock index 1ec3e5d..e62a1a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "mpd_info_screen" -version = "0.3.8" +version = "0.4.0" dependencies = [ "bindgen", "freetype", diff --git a/Cargo.toml b/Cargo.toml index 486e57d..9f239b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpd_info_screen" -version = "0.3.8" +version = "0.4.0" edition = "2021" description = "Displays info on currently playing music from an MPD daemon" license = "MIT"