From f91053aa6de6fd0dfd709f67715651871b216429 Mon Sep 17 00:00:00 2001 From: Mihai Dinculescu Date: Fri, 26 Aug 2022 19:23:19 +0100 Subject: [PATCH] Release v0.2.4 --- CHANGELOG.md | 7 +++++++ CONTRIBUTING.md | 2 +- Cargo.lock | 2 +- msfs-2020-gps-link/package.json | 2 +- msfs-2020-gps-link/src-tauri/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a3489..ebd8d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ file. This change log follows the conventions of ## [Unreleased] +## [v0.2.4] - 2022-08-26 + +### Changed + +- All dependencies are updated to the latest version. + ## [v0.2.3] - 2021-05-31 ### Changed @@ -46,6 +52,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.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 [v0.2.1]: https://github.com/mihai-dinculescu/cargo-wipe/tree/v0.2.1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc77b8b..c9178a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ yarn tauri dev - Add tag ```bash -git tag -a vX.X.X +git tag -a vX.X.X -m "vX.X.X" ``` - Push diff --git a/Cargo.lock b/Cargo.lock index 2c3766a..74c88f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "MSFS-2020-GPS-Link" -version = "0.2.3" +version = "0.2.4" dependencies = [ "actix", "chrono", diff --git a/msfs-2020-gps-link/package.json b/msfs-2020-gps-link/package.json index af3f708..78cb3f3 100644 --- a/msfs-2020-gps-link/package.json +++ b/msfs-2020-gps-link/package.json @@ -1,6 +1,6 @@ { "name": "msfs-2020-gps-link", - "version": "0.2.3", + "version": "0.2.4", "private": true, "scripts": { "start": "react-app-rewired start", diff --git a/msfs-2020-gps-link/src-tauri/Cargo.toml b/msfs-2020-gps-link/src-tauri/Cargo.toml index 8e63c99..fcbac36 100644 --- a/msfs-2020-gps-link/src-tauri/Cargo.toml +++ b/msfs-2020-gps-link/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "MSFS-2020-GPS-Link" -version = "0.2.3" +version = "0.2.4" authors = [ "Mihai Dinculescu " ] edition = "2021" description = "MSFS 2020 GPS Link"