Skip to content

Commit fe66361

Browse files
committed
build: release v0.15.0
- support patch 2.31
1 parent 22e4cc9 commit fe66361

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
------------------------
1010

11+
## [0.15.0] - 2025-09-11
12+
### Changed
13+
- support patch 2.31
14+
15+
------------------------
16+
1117
## [0.14.1] - 2025-08-05
1218
### Changed
1319
- explicitly set `public` visibility for `FileSystemWriteMode` and
@@ -172,7 +178,8 @@ This version is not compatible with v0.2.0 and below, see the README and
172178
- read / write / stringify Json data.
173179

174180
<!-- Table of releases -->
175-
[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.14.1...HEAD
181+
[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.15.0...HEAD
182+
[0.15.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.14.1...v0.15.0
176183
[0.14.1]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.14.0...v0.14.1
177184
[0.14.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.13.0...v0.14.0
178185
[0.13.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.12.0...v0.13.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.27)
2-
project(RedFileSystem VERSION 0.14.1)
2+
project(RedFileSystem VERSION 0.15.0)
33

44
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_STANDARD_REQUIRED YES)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Red File System
2-
![Cyberpunk 2077](https://img.shields.io/badge/Cyberpunk%202077-v2.3-blue)
2+
![Cyberpunk 2077](https://img.shields.io/badge/Cyberpunk%202077-v2.31-blue)
33
[![MO2](https://img.shields.io/badge/MO2-compatible-green)](https://github.com/ModOrganizer2/modorganizer/)
44
![GitHub License](https://img.shields.io/github/license/rayshader/cp2077-red-filesystem)
55
[![Donate](https://img.shields.io/badge/donate-buy%20me%20a%20coffee-yellow)](https://www.buymeacoffee.com/lpfreelance)
@@ -10,14 +10,14 @@ supports UTF8 text and Json formats. It can be used with Redscript and CET.
1010
# Getting started
1111

1212
## Compatibility
13-
- Cyberpunk 2077 v2.3
13+
- Cyberpunk 2077 v2.31
1414
- [Redscript] v0.5.27+
1515
- [Cyber Engine Tweaks] v1.36.0+
1616

1717
## Installation
1818
1. Install requirements:
19-
- [RED4ext] v1.28.0+
20-
- [RedData] v0.8.0+ (only required for Json data)
19+
- [RED4ext] v1.29.0+
20+
- [RedData] v0.9.0+ (only required for Json data)
2121
2. Extract the [latest archive] into the Cyberpunk 2077 directory.
2222

2323
## API wrapper

red.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RedFileSystem",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"license": true,
55
"dist": "dist\\",
66
"scripts": {

0 commit comments

Comments
 (0)