Skip to content

Commit

Permalink
build: release 0.10.0
Browse files Browse the repository at this point in the history
Support patch 2.13
  • Loading branch information
poirierlouis committed Sep 13, 2024
1 parent 89002d4 commit 575fe18
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 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.10.0] - 2024-09-13
### Changed
- support patch 2.13

Expand Down Expand Up @@ -129,7 +133,8 @@ This version is not compatible with v0.2.0 and below, see the README and
- read / write / stringify Json data.

<!-- Table of releases -->
[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.4...HEAD
[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.4...v0.10.0
[0.9.4]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.1...v0.9.2
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(RedFileSystem VERSION 0.9.4)
project(RedFileSystem VERSION 0.10.0)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED YES)
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Red File System
![Cyberpunk 2077](https://img.shields.io/badge/Cyberpunk%202077-v2.12a-blue)
![Cyberpunk 2077](https://img.shields.io/badge/Cyberpunk%202077-v2.13-blue)
[![MO2](https://img.shields.io/badge/MO2-compatible-green)](https://github.com/ModOrganizer2/modorganizer/)
![GitHub License](https://img.shields.io/github/license/rayshader/cp2077-red-filesystem)
[![Donate](https://img.shields.io/badge/donate-buy%20me%20a%20coffee-yellow)](https://www.buymeacoffee.com/lpfreelance)
Expand All @@ -10,14 +10,14 @@ supports UTF8 text and Json formats. It can be used with Redscript and CET.
# Getting started

## Compatibility
- Cyberpunk 2077 v2.12a
- [Redscript] v0.5.25+
- [Cyber Engine Tweaks] v1.32.2+
- Cyberpunk 2077 v2.13
- [Redscript] v0.5.27+
- [Cyber Engine Tweaks] v1.33.0+

## Installation
1. Install requirements:
- [RED4ext] v1.25.0+
- [RedData] v0.4.0+ (only required for Json data)
- [RED4ext] v1.25.1+
- [RedData] v0.5.0+ (only required for Json data)
2. Extract the [latest archive] into the Cyberpunk 2077 directory.

## API wrapper
Expand Down Expand Up @@ -446,7 +446,7 @@ Contributions are welcome, feel free to fill an issue or a PR.
1. Install requirements:
- CMake v3.27+
- Visual Studio Community 2022+
- [red-cli] v0.2.0+
- [red-cli] v0.2.2+
2. Configure project with:
```shell
cmake -G "Visual Studio 17 2022" -A x64 -S . -B build
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": "RedFileSystem",
"version": "0.9.4",
"version": "0.10.0",
"license": true,
"dist": "dist\\",
"scripts": {
Expand Down

0 comments on commit 575fe18

Please sign in to comment.