From 803b06035887cd558a8b9bade68d240c1b705df1 Mon Sep 17 00:00:00 2001 From: Dutchie <54616262+dutchie032@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:24:58 +0100 Subject: [PATCH] updated version to 0.8.1 (#273) Co-authored-by: dutchie032 --- CHANGELOG.md | 2 ++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- lua/DCS-gRPC/version.lua | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39201d3..0b6d22a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] 2024-11-05 + ### Added - Events `OnRunwayTouch` and `RunwayTakeoff` for "changed" TakeOff and Landing logic in DCS. diff --git a/Cargo.lock b/Cargo.lock index c2f0f4f..a8e450d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "dcs-grpc" -version = "0.8.0" +version = "0.8.1" dependencies = [ "backoff", "dcs-grpc-srs", @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "dcs-grpc-repl" -version = "0.8.0" +version = "0.8.1" dependencies = [ "clap", "dcs-grpc-stubs", @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "dcs-grpc-srs" -version = "0.8.0" +version = "0.8.1" dependencies = [ "base64 0.22.1", "byteorder", @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "dcs-grpc-stubs" -version = "0.8.0" +version = "0.8.1" dependencies = [ "prost", "prost-types", @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "dcs-grpc-tts" -version = "0.8.0" +version = "0.8.1" dependencies = [ "audiopus", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 2987913..8bd7e65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["repl", "srs", "stubs", "tts"] resolver = "2" [workspace.package] -version = "0.8.0" +version = "0.8.1" license = "AGPL-3.0-or-later" authors = ["Markus Ast "] rust-version = "1.78" diff --git a/lua/DCS-gRPC/version.lua b/lua/DCS-gRPC/version.lua index 3411c67..acd5f9e 100644 --- a/lua/DCS-gRPC/version.lua +++ b/lua/DCS-gRPC/version.lua @@ -1,2 +1,2 @@ -- this file is auto-generated on `cargo build` -GRPC.version = "0.8.0" +GRPC.version = "0.8.1"