2 Commits
Author SHA1 Message Date
Jordan Petridis 88ea081661 Version bump. 2018-07-28 00:12:08 +03:00
Jordan Petridis 39c0a0dba5 Fix cargo vendor config. 2018-07-28 00:08:48 +03:00
5 changed files with 11 additions and 5 deletions
+6
View File
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Removed:
## [0.4.3] - 2018-07-27
### Fixed:
- Fix the cargo vendor config for the tarball releash script. (Jorda Petridis) a2440c19e11ca4dcdbcb67cd85259a41fe3754d6
## [0.4.2] - 2018-07-27
### Changed:
+1 -1
View File
@@ -3,7 +3,7 @@
project(
'gnome-podcasts', 'rust',
version: '0.4.2',
version: '0.4.3',
license: 'GPLv3',
)
@@ -24,7 +24,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.4.2" date="2018-07-27"/>
<release version="0.4.3" date="2018-07-28"/>
</releases>
<url type="homepage">https://gitlab.gnome.org/World/podcasts</url>
<update_contact>jpetridis@gnome.org</update_contact>
+1 -1
View File
@@ -27,7 +27,7 @@ pub fn about_dialog(window: &gtk::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.2");
dialog.set_version("0.4.3");
dialog.set_program_name("Podcasts");
// TODO: Need a wiki page first.
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");
+2 -2
View File
@@ -21,9 +21,9 @@ cp README.md $DIST
cp -rf screenshots $DIST
cp -rf scripts $DIST
# cargo vendor
#cargo vendor
mkdir $DIST/.cargo
cargo vendor > $DIST/.cargo/config
cargo vendor | sed 's/^directory = ".*"/directory = "vendor"/g' > $DIST/.cargo/config
cp -rf vendor $DIST/
# packaging