Skip to content

Commit 803b060

Browse files
authored
updated version to 0.8.1 (#273)
Co-authored-by: dutchie032 <dutchie032>
1 parent a4833d0 commit 803b060

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1] 2024-11-05
10+
911
### Added
1012
- Events `OnRunwayTouch` and `RunwayTakeoff` for "changed" TakeOff and Landing logic in DCS.
1113

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["repl", "srs", "stubs", "tts"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.0"
6+
version = "0.8.1"
77
license = "AGPL-3.0-or-later"
88
authors = ["Markus Ast <m@rkusa.st>"]
99
rust-version = "1.78"

lua/DCS-gRPC/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-- this file is auto-generated on `cargo build`
2-
GRPC.version = "0.8.0"
2+
GRPC.version = "0.8.1"

0 commit comments

Comments
 (0)