From 4c8cc9e823f5d6c4a946f4216a540f00903b7f37 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 31 Jul 2018 00:31:44 +0300 Subject: [PATCH] Version bump. --- CHANGELOG.md | 11 +++++++++++ meson.build | 2 +- podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml | 2 +- podcasts-gtk/src/widgets/aboutdialog.rs | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c5ca4..f7ab15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed: + +## [0.4.4] - 2018-07-31 + +### Changed: +- `SendCell` crate was replaced with `Fragile`. (Jorda Petridis) 838320785ebbea94e009698b473495cfec076f54 +- Update dependancies (Jorda Petridis) 91bea8551998b16e44e5358fdd43c53422bcc6f3 + +### Fixed: +- Fix more refference cycles. (Jorda Petridis) 3496df24f8d8bfa8c8a53d8f00262d42ee39b41c +- Actually fix cargo-vendor (Jorda Petridis) + ## [0.4.3] - 2018-07-27 ### Fixed: diff --git a/meson.build b/meson.build index 7c5fe54..c52193a 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'gnome-podcasts', 'rust', - version: '0.4.3', + version: '0.4.4', license: 'GPLv3', ) diff --git a/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml b/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml index 5873de3..8184b1f 100644 --- a/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml +++ b/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml @@ -24,7 +24,7 @@ - + https://gitlab.gnome.org/World/podcasts jpetridis@gnome.org diff --git a/podcasts-gtk/src/widgets/aboutdialog.rs b/podcasts-gtk/src/widgets/aboutdialog.rs index 67899ea..dca41ac 100644 --- a/podcasts-gtk/src/widgets/aboutdialog.rs +++ b/podcasts-gtk/src/widgets/aboutdialog.rs @@ -27,7 +27,7 @@ pub fn about_dialog(window: >k::ApplicationWindow) { dialog.set_modal(true); // TODO: make it show it fetches the commit hash from which it was built // and the version number is kept in sync automaticly - dialog.set_version("0.4.3"); + dialog.set_version("0.4.4"); dialog.set_program_name("Podcasts"); // TODO: Need a wiki page first. // dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");