File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6+ - ...
7+
8+ ## [ 1.3.0] - 2020-11-22
9+
610- added rank information for wingman and dangerzone to "-user"
711- added GlobalStats command
812- replaced RapidJson with nlohmann::json
@@ -74,7 +78,8 @@ All notable changes to this project will be documented in this file.
7478### Added
7579- Initial Release
7680
77- [ Unreleased ] : https://github.com/jakoch/csgo-cli/compare/v1.2.0...HEAD
81+ [ Unreleased ] : https://github.com/jakoch/csgo-cli/compare/v1.3.0...HEAD
82+ [ 1.2.0 ] : https://github.com/jakoch/csgo-cli/compare/v1.2.0...v1.3.0
7883[ 1.2.0 ] : https://github.com/jakoch/csgo-cli/compare/v1.1.0...v1.2.0
7984[ 1.1.0 ] : https://github.com/jakoch/csgo-cli/compare/v1.0.5...v1.1.0
8085[ 1.0.5 ] : https://github.com/jakoch/csgo-cli/compare/v1.0.4...v1.0.5
Original file line number Diff line number Diff line change 66
77// Application Version
88#define CSGO_CLI_VERSION_MAJOR "1"
9- #define CSGO_CLI_VERSION_MINOR "2 "
9+ #define CSGO_CLI_VERSION_MINOR "3 "
1010#define CSGO_CLI_VERSION_REVISION "0"
1111
1212#define CSGO_CLI_VERSION CSGO_CLI_VERSION_MAJOR "." CSGO_CLI_VERSION_MINOR "." CSGO_CLI_VERSION_REVISION
You can’t perform that action at this time.
0 commit comments