From 54664d51b810ef8887403a01308e9b67c51c1c93 Mon Sep 17 00:00:00 2001 From: crabman Date: Sat, 31 Aug 2024 20:32:41 +0000 Subject: [PATCH] release 0.13 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- client/assets/net.veloren.airshipper.metainfo.xml | 2 +- client/nsis/installer.nsi | 2 +- server/Cargo.toml | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577a98d..068b03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed +## [0.13.0] - 2024-08-31 + +## Fixed + +- Airshipper will no longer wipe your veloren screenshots + ## [0.12.0] - 2024-08-28 ## Added diff --git a/Cargo.lock b/Cargo.lock index 248b36f..384ac89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ dependencies = [ [[package]] name = "airshipper" -version = "0.12.0" +version = "0.13.0" dependencies = [ "bytes", "bytesize", @@ -127,7 +127,7 @@ dependencies = [ [[package]] name = "airshipper-server" -version = "0.12.0" +version = "0.13.0" dependencies = [ "axum", "bytes", diff --git a/client/Cargo.toml b/client/Cargo.toml index f30b8e4..a8875ea 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "airshipper" description = "Provides automatic updates for the voxel RPG Veloren." -version = "0.12.0" +version = "0.13.0" authors = ["Songtronix "] edition = "2018" publish = true diff --git a/client/assets/net.veloren.airshipper.metainfo.xml b/client/assets/net.veloren.airshipper.metainfo.xml index 0d56fbc..9af4df0 100644 --- a/client/assets/net.veloren.airshipper.metainfo.xml +++ b/client/assets/net.veloren.airshipper.metainfo.xml @@ -21,7 +21,7 @@ - + diff --git a/client/nsis/installer.nsi b/client/nsis/installer.nsi index 0069810..c1fedf3 100644 --- a/client/nsis/installer.nsi +++ b/client/nsis/installer.nsi @@ -5,7 +5,7 @@ !define APP_NAME "Airshipper" !define COMP_NAME "Airshipper contributors" -!define VERSION "0.12.0.0" # Updated by update_installer_version.sh during CI +!define VERSION "0.13.0.0" # Updated by update_installer_version.sh during CI !define COPYRIGHT "Veloren contributors" !define DESCRIPTION "Provides automatic updates for the voxel RPG Veloren." !define INSTALLER_NAME "airshipper-windows.exe" diff --git a/server/Cargo.toml b/server/Cargo.toml index 2d55c5f..fd236b1 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "airshipper-server" -version = "0.12.0" +version = "0.13.0" authors = ["Songtronix "] edition = "2018" publish = false