Skip to content

Commit

Permalink
release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xMAC94x committed Nov 29, 2022
1 parent 7ce96aa commit 16aa314
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Fixed


## [0.10.0] - 2022-11-29

## Added
- Server Browser now can show discord/youtube/reddit/website/email information

## Fixed
- Server Browser can now connect to servers with non-default port

## [0.9.0] - 2022-09-16

## Added
Expand Down Expand Up @@ -160,7 +169,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.9.0...master
[unreleased]: https://github.com/veloren/Airshipper/compare/v0.10.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
Expand All @@ -173,4 +182,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
[0.9.0]: https://github.com/veloren/Airshipper/releases/tag/v0.9.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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "airshipper"
description = "Provides automatic updates for the voxel RPG Veloren."
version = "0.9.0"
version = "0.10.0"
authors = ["Songtronix <contact@songtronix.com>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion client/assets/net.veloren.airshipper.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</content_rating>

<releases>
<release version="0.9.0" date="2022-09-16"/>
<release version="0.10.0" date="2022-11-29"/>
</releases>

<description>
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "airshipper-server"
version = "0.9.0"
version = "0.10.0"
authors = ["Songtronix <contact@songtronix.com>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 16aa314

Please sign in to comment.