diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ca3c2..be49afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.2] - 2024-06-28 ### Fixed - support any path of execution when resolving game's directory (Vortex / MO2). @@ -111,7 +115,8 @@ This version is not compatible with v0.2.0 and below, see the README and - read / write / stringify Json data. -[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.2...HEAD +[0.9.2]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.7.1...v0.8.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 578de8a..d0a1f98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.27) -project(RedFileSystem VERSION 0.9.1) +project(RedFileSystem VERSION 0.9.2) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED YES) diff --git a/red.config.json b/red.config.json index bd6550a..9bdf5da 100644 --- a/red.config.json +++ b/red.config.json @@ -1,6 +1,6 @@ { "name": "RedFileSystem", - "version": "0.9.1", + "version": "0.9.2", "license": true, "dist": "dist\\", "scripts": {