From e1e6d356a385586145153e1c07f03a89ae329d2e Mon Sep 17 00:00:00 2001 From: Markus Ast Date: Tue, 13 Aug 2019 20:16:18 +0200 Subject: [PATCH] bump version to 0.9.0 --- CHANGELOG.md | 2 +- datis/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dff4cd..31ea2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.9.0] - 2019-08-13 ### Added - Option to enable debug logging (useful when investigating issues; logs into `Saved Games\DCS\Logs\DATIS.log`) - Option to change the SRS Server port diff --git a/datis/Cargo.toml b/datis/Cargo.toml index 32e4e67..8aaec15 100644 --- a/datis/Cargo.toml +++ b/datis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datis" -version = "0.8.0" +version = "0.9.0" authors = ["Markus Ast "] edition = "2018"