From 9b063b8b0a42afcc538177c95eae60399a00f92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Wed, 14 Feb 2024 14:01:53 +0100 Subject: [PATCH] release 0.11.0 --- CHANGELOG.md | 14 ++++++++++++-- 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, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6af2e41..21a723cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added +## Changed + +## Fixed + +## [0.11.0] - 2024-02-14 + +## Added +- Airshipper will now query voxygen for WGPU backend support to configure it + ## Changed - Updated iced to 0.8.0 @@ -170,7 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added GUI -[unreleased]: https://github.com/veloren/Airshipper/compare/v0.10.0...master +[unreleased]: https://github.com/veloren/Airshipper/compare/v0.11.0...master [0.2.0]: https://github.com/veloren/Airshipper/releases/tag/v0.2.0 [0.2.1]: https://github.com/veloren/Airshipper/releases/tag/v0.2.1 [0.3.0]: https://github.com/veloren/Airshipper/releases/tag/v0.3.0 @@ -184,4 +193,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.7.0]: https://github.com/veloren/Airshipper/releases/tag/v0.7.0 [0.8.0]: https://github.com/veloren/Airshipper/releases/tag/v0.8.0 [0.9.0]: https://github.com/veloren/Airshipper/releases/tag/v0.9.0 -[0.10.0]: https://github.com/veloren/Airshipper/releases/tag/v0.10.0 \ No newline at end of file +[0.10.0]: https://github.com/veloren/Airshipper/releases/tag/v0.10.0 +[0.11.0]: https://github.com/veloren/Airshipper/releases/tag/v0.11.0 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index f536ebae..67b3bea4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "airshipper" -version = "0.10.0" +version = "0.11.0" dependencies = [ "bytesize", "chrono", @@ -111,7 +111,7 @@ dependencies = [ [[package]] name = "airshipper-server" -version = "0.10.0" +version = "0.11.0" dependencies = [ "bytes", "chrono", diff --git a/client/Cargo.toml b/client/Cargo.toml index 4fae7298..46dd6c02 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.10.0" +version = "0.11.0" authors = ["Songtronix "] edition = "2018" publish = false diff --git a/client/assets/net.veloren.airshipper.metainfo.xml b/client/assets/net.veloren.airshipper.metainfo.xml index 233cfa9d..f68cac65 100644 --- a/client/assets/net.veloren.airshipper.metainfo.xml +++ b/client/assets/net.veloren.airshipper.metainfo.xml @@ -18,7 +18,7 @@ - + diff --git a/client/nsis/installer.nsi b/client/nsis/installer.nsi index f33fcbe1..fcb49910 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.10.0.0" # Updated by update_installer_version.sh during CI +!define VERSION "0.11.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 7b6764ae..2e2a3e2a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "airshipper-server" -version = "0.10.0" +version = "0.11.0" authors = ["Songtronix "] edition = "2018" publish = false