From 5fa41416cacf3ed7c0c00d0a37a3d0bb4dcff5af Mon Sep 17 00:00:00 2001 From: outdead Date: Sun, 18 Oct 2020 09:51:40 +0300 Subject: [PATCH] Add Rust Web RCON --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d458d1..dae24f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file. **ATTN**: This project uses [semantic versioning](http://semver.org/). ## [Unreleased] + +## [v0.8.0-beta] - 2020-10-18 ### Added -- Added Rust support #5. Add `-t web` argument when execute `rcon` cli. +- Added Rust Web RCON support #8. Add `-t web` argument when execute `rcon` cli. ### Changed - Code and tests refactoring. @@ -60,7 +62,8 @@ than entry in configuration file. ### Added - Initial implementation. -[Unreleased]: https://github.com/gorcon/rcon-cli/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/gorcon/rcon-cli/compare/v0.8.0-beta...HEAD +[v0.8.0-beta]: https://github.com/gorcon/rcon-cli/compare/0.7.0...v0.8.0-beta [v0.7.0]: https://github.com/gorcon/rcon-cli/compare/0.6.0...v0.7.0 [v0.6.0]: https://github.com/gorcon/rcon-cli/compare/0.5.0...v0.6.0 [v0.5.0]: https://github.com/gorcon/rcon-cli/compare/v0.4.0...0.5.0