Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
Bump version for preparation of a 0.3.0 release.
  • Loading branch information
rurounijones committed Jan 14, 2022
1 parent c437fb4 commit 4c3c9bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.3.0] - 2022-01-14
### Added
- Generated scaffolding for the `net.*` scope into `NetService`
- `SendChat` API
Expand All @@ -13,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Stream `PlayerSendChatEvent` to the `MissionService.StreamEvents` for clients to observe the chat as part of the event stream
- Fixed an issue where units updates were not being stream after initial load

### Removed
- `HookService.StreamChatMessages` has been removed in favor for `PlayerSendChatEvent`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcs-grpc"
version = "0.1.0"
version = "0.3.0"
authors = ["Markus Ast <[email protected]>"]
license = "AGPL-3.0-or-later"
edition = "2021"
Expand Down

0 comments on commit 4c3c9bf

Please sign in to comment.