Skip to content

Commit

Permalink
build: release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Sep 16, 2024
1 parent 0014fd5 commit fa4594f
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.4.1] - 2024-09-16
### Fixed
- order of data types in `DATA VIEWER`.

Expand Down Expand Up @@ -75,7 +79,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.0...HEAD
[Unreleased]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.4.1...HEAD
[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
[0.2.0]: https://github.com/rayshader/cp2077-red-memorydump/compare/v0.1.0...v0.2.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.0)
project(RedMemoryDump VERSION 0.4.1)

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.0",
"version": "0.4.1",
"licence": true,
"game": "game\\",
"stage": "stage\\",
Expand Down

0 comments on commit fa4594f

Please sign in to comment.