From e60e01bdd9520441a25b4c5ee04f2fa14faf9fe9 Mon Sep 17 00:00:00 2001 From: Louis Poirier Date: Wed, 18 Sep 2024 23:55:17 +0200 Subject: [PATCH] build: release 0.5.0 --- CHANGELOG.md | 7 ++++++- CMakeLists.txt | 2 +- red.config.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8ea04..70a3afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. ## [Unreleased] + +------------------------ + +## [0.5.0] - 2024-09-18 ### Removed - buttons to navigate to previous / next frame, in favor of a player. @@ -86,7 +90,8 @@ The format is based on [Keep a Changelog], and this project adheres to [RedHotTools]: https://github.com/psiberx/cp2077-red-hot-tools -[Unreleased]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.2.0...v0.3.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ac5b3d..46fe636 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.27) -project(RedMemoryDump VERSION 0.4.1) +project(RedMemoryDump VERSION 0.5.0) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED YES) diff --git a/red.config.json b/red.config.json index 5916618..8971ab8 100644 --- a/red.config.json +++ b/red.config.json @@ -1,6 +1,6 @@ { "name": "RedMemoryDump", - "version": "0.4.1", + "version": "0.5.0", "licence": true, "game": "game\\", "stage": "stage\\",