Skip to content

Commit

Permalink
build: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Sep 18, 2024
1 parent 7263b6b commit e60e01b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

<!-- Table of releases -->
[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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion red.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RedMemoryDump",
"version": "0.4.1",
"version": "0.5.0",
"licence": true,
"game": "game\\",
"stage": "stage\\",
Expand Down

0 comments on commit e60e01b

Please sign in to comment.