Skip to content

Commit

Permalink
updated to v0.8.0 (#270)
Browse files Browse the repository at this point in the history
* updated to v0.8.0

* added [Unreleased] part of readme again

---------

Co-authored-by: dutchie032 <dutchie032>
  • Loading branch information
dutchie032 authored Oct 26, 2024
1 parent 4a93dc5 commit 4fbcedb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [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 <m@rkusa.st>"]
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 4fbcedb

Please sign in to comment.