Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
release: 0.3.2
  • Loading branch information
Songtronix authored Mar 21, 2020
2 parents a548f54 + 6024d21 commit 7088991
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2020-03-21

## Changed

- fix: update news when remote is newer [#40](https://github.com/Songtronix/Airshipper/pull/40)
- prefer dedicated gpu [#41](https://github.com/Songtronix/Airshipper/pull/41)
- log crashes in file [#45](https://github.com/Songtronix/Airshipper/pull/45)
- updated all dependencies [#46](https://github.com/Songtronix/Airshipper/pull/46)
- fix: avoid unneeded warning about corrupted version [#47](https://github.com/Songtronix/Airshipper/pull/47)

## [0.3.1] - 2020-03-09

## Changed

- Fixes critical issues for new users trying out airshipper. [#38](https://github.com/Songtronix/Airshipper/issues/38)

## [0.3.0] - 2020-02-23

### Added
Expand All @@ -15,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changelog [#26](https://github.com/Songtronix/Airshipper/issues/26)

### Changed

- remove outdated assets automatically [#28](https://github.com/Songtronix/Airshipper/issues/28)
- Updated iced to latest version [#31](https://github.com/Songtronix/Airshipper/issues/31)
- include platform in request header [#34](https://github.com/Songtronix/Airshipper/issues/34)
Expand All @@ -37,4 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[unreleased]: https://github.com/Songtronix/Airshipper/compare/v0.3.0...master
[0.2.1]: https://github.com/Songtronix/Airshipper/releases/tag/v0.2.1
[0.2.0]: https://github.com/Songtronix/Airshipper/releases/tag/v0.2.0
[0.3.0]: https://github.com/Songtronix/Airshipper/releases/tag/v0.3.0
[0.3.0]: https://github.com/Songtronix/Airshipper/releases/tag/v0.3.0
[0.3.1]: https://github.com/Songtronix/Airshipper/releases/tag/v0.3.1
[0.3.2]: https://github.com/Songtronix/Airshipper/releases/tag/v0.3.2
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.3.1"
version = "0.3.2"
authors = ["Songtronix <[email protected]>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 7088991

Please sign in to comment.