Version bump.
This commit is contained in:
parent
132c9bbdff
commit
4c8cc9e823
11
CHANGELOG.md
11
CHANGELOG.md
@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
### Removed:
|
### 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
|
## [0.4.3] - 2018-07-27
|
||||||
|
|
||||||
### Fixed:
|
### Fixed:
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
project(
|
project(
|
||||||
'gnome-podcasts', 'rust',
|
'gnome-podcasts', 'rust',
|
||||||
version: '0.4.3',
|
version: '0.4.4',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.4.3" date="2018-07-28"/>
|
<release version="0.4.4" date="2018-07-31"/>
|
||||||
</releases>
|
</releases>
|
||||||
<url type="homepage">https://gitlab.gnome.org/World/podcasts</url>
|
<url type="homepage">https://gitlab.gnome.org/World/podcasts</url>
|
||||||
<update_contact>jpetridis@gnome.org</update_contact>
|
<update_contact>jpetridis@gnome.org</update_contact>
|
||||||
|
|||||||
@ -27,7 +27,7 @@ pub fn about_dialog(window: >k::ApplicationWindow) {
|
|||||||
dialog.set_modal(true);
|
dialog.set_modal(true);
|
||||||
// TODO: make it show it fetches the commit hash from which it was built
|
// TODO: make it show it fetches the commit hash from which it was built
|
||||||
// and the version number is kept in sync automaticly
|
// 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");
|
dialog.set_program_name("Podcasts");
|
||||||
// TODO: Need a wiki page first.
|
// TODO: Need a wiki page first.
|
||||||
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");
|
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user