Skip to content

Commit

Permalink
build: release v0.4.3.
Browse files Browse the repository at this point in the history
Update CHANGELOG.
  • Loading branch information
poirierlouis committed Jun 23, 2024
1 parent 08bdca4 commit dff8e81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

------------------------

## [0.4.3] - 2024-06-23
### Fixed
- crash when using `FromJson` with an empty type or when type is not found.

Expand Down Expand Up @@ -54,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- parse/create/format Json data.

<!-- Table of releases -->
[Unreleased]: https://github.com/rayshader/cp2077-red-data/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/rayshader/cp2077-red-data/compare/v0.4.3...HEAD
[0.4.3]: https://github.com/rayshader/cp2077-red-data/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/rayshader/cp2077-red-data/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/rayshader/cp2077-red-data/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/rayshader/cp2077-red-data/compare/v0.3.0...v0.4.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(RedData VERSION 0.4.2)
project(RedData VERSION 0.4.3)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED YES)
Expand Down

0 comments on commit dff8e81

Please sign in to comment.