Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed May 31, 2021
1 parent c929f9a commit 27504a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ file. This change log follows the conventions of

## [Unreleased]

## [v0.2.3] - 2021-05-31

### Changed

- The GPS Track is now calculated by subtracting MAGVAR from GPS GROUND MAGNETIC TRACK

## [v0.2.2] - 2021-05-05

### Changed
Expand Down Expand Up @@ -40,6 +46,7 @@ file. This change log follows the conventions of
### Initial Release of MSFS 2020 GPS Link

[unreleased]: https://github.com/mihai-dinculescu/cargo-wipe
[v0.2.3]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.3
[v0.2.2]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.2
[v0.2.1]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.1
[v0.2.0]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion 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 msfs-2020-gps-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msfs-2020-gps-link",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"start": "react-app-rewired start",
Expand Down
2 changes: 1 addition & 1 deletion msfs-2020-gps-link/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "MSFS-2020-GPS-Link"
version = "0.2.2"
version = "0.2.3"
authors = [ "Mihai Dinculescu <[email protected]>" ]
edition = "2018"
description = "MSFS 2020 GPS Link"
Expand Down

0 comments on commit 27504a9

Please sign in to comment.