From 0f7b1a5f673ee2d9c9a11180321a366d7fd69491 Mon Sep 17 00:00:00 2001 From: Jeffrey Jones Date: Mon, 7 Mar 2022 08:27:40 +0900 Subject: [PATCH] Version Bump Version bump to 0.4.0 in preparation for release --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49006fa0..368d5012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4.0] - 2022-03-07 ### Added - `ForcePlayerSlot` API - `PlayerChangeSlotEvent` emitted when player changes slot diff --git a/Cargo.toml b/Cargo.toml index b9893bb1..23bdd31b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcs-grpc" -version = "0.3.0" +version = "0.4.0" authors = ["Markus Ast "] license = "AGPL-3.0-or-later" edition = "2021"