Skip to content

Commit

Permalink
updated to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchie032 committed Oct 6, 2024
1 parent 64d5dc3 commit 6fa3585
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.8.0]

### Breaking Changes
- Renamed `TtsService` to `SrsService`
Expand Down
10 changes: 5 additions & 5 deletions 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
Expand Up @@ -3,7 +3,7 @@ members = ["repl", "srs", "stubs", "tts"]
resolver = "2"

[workspace.package]
version = "0.7.1"
version = "0.8.0"
license = "AGPL-3.0-or-later"
authors = ["Markus Ast <[email protected]>"]
rust-version = "1.78"
Expand Down
2 changes: 1 addition & 1 deletion lua/DCS-gRPC/version.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- this file is auto-generated on `cargo build`
GRPC.version = "0.7.1"
GRPC.version = "0.8.0"

0 comments on commit 6fa3585

Please sign in to comment.