From ebc5baa99e8e39ce9b665e18c30953d032627c03 Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Fri, 16 Sep 2022 13:29:56 +0100 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 15 +++++++++++++-- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- client/assets/net.veloren.airshipper.metainfo.xml | 2 +- server/Cargo.toml | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 702e75f0..7c9441c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed +## [0.9.0] - 2022-09-16 + +## Added +- Server Browser +- MacOS M1/M2 support (aarch64) + +## Changed + +## Fixed + ## [0.8.0] - 2022-09-02 ## Added @@ -150,7 +160,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.8.0...master +[unreleased]: https://github.com/veloren/Airshipper/compare/v0.9.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 @@ -162,4 +172,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.5.0]: https://github.com/veloren/Airshipper/releases/tag/v0.5.0 [0.6.0]: https://github.com/veloren/Airshipper/releases/tag/v0.6.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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 792dda02..1232d172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "airshipper" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bytesize", "chrono", @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "airshipper-server" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bytes", "chrono", diff --git a/client/Cargo.toml b/client/Cargo.toml index 7398e5d8..94a90126 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.8.0" +version = "0.9.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 7412c731..1d2fce5b 100644 --- a/client/assets/net.veloren.airshipper.metainfo.xml +++ b/client/assets/net.veloren.airshipper.metainfo.xml @@ -18,7 +18,7 @@ - + diff --git a/server/Cargo.toml b/server/Cargo.toml index 86c6b823..b095c081 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "airshipper-server" -version = "0.8.0" +version = "0.9.0" authors = ["Songtronix "] edition = "2018" publish = false