Skip to content

Commit

Permalink
Release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Oct 29, 2022
1 parent 74d4ee4 commit 91ea1ac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ file. This change log follows the conventions of

## [Unreleased]

## [v0.2.5] - 2022-10-29

### Changed

- The "Connected" status will now be reported much quicker (up to 6x times faster).
Expand Down Expand Up @@ -63,6 +65,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.5]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.5
[v0.2.4]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.4
[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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cargo tauri dev

## Releases

- Update the version in `src-tauri/Cargo.toml`
- Update the version in `Cargo.toml`
- Update the version in `www/package.json`
- Update CHANGELOG.md

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 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.4"
version = "0.2.5"
authors = [ "Mihai Dinculescu <[email protected]>" ]
edition = "2021"
description = "MSFS 2020 GPS Link"
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msfs-2020-gps-link",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"start": "yarn && react-app-rewired start",
Expand Down

0 comments on commit 91ea1ac

Please sign in to comment.