Skip to content

Commit d5cf17e

Browse files
committed
build: release v0.14.0
1 parent ae73e30 commit d5cf17e

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- support patch 2.3
810

911
------------------------
1012

@@ -153,7 +155,8 @@ This version is not compatible with v0.2.0 and below, see the README and
153155
- read / write / stringify Json data.
154156

155157
<!-- Table of releases -->
156-
[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.13.0...HEAD
158+
[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.14.0...HEAD
159+
[0.14.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.13.0...v0.14.0
157160
[0.13.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.12.0...v0.13.0
158161
[0.12.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.11.0...v0.12.0
159162
[0.11.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.10.0...v0.11.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.13.0)
2+
project(RedFileSystem VERSION 0.14.0)
33

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

README.md

Lines changed: 5 additions & 5 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.21-blue)
2+
![Cyberpunk 2077](https://img.shields.io/badge/Cyberpunk%202077-v2.3-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.21
13+
- Cyberpunk 2077 v2.3
1414
- [Redscript] v0.5.27+
15-
- [Cyber Engine Tweaks] v1.35.0+
15+
- [Cyber Engine Tweaks] v1.36.0+
1616

1717
## Installation
1818
1. Install requirements:
19-
- [RED4ext] v1.27.0+
20-
- [RedData] v0.7.0+ (only required for Json data)
19+
- [RED4ext] v1.28.0+
20+
- [RedData] v0.8.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.13.0",
3+
"version": "0.14.0",
44
"license": true,
55
"dist": "dist\\",
66
"scripts": {

0 commit comments

Comments
 (0)