Skip to content

Commit cc54ebd

Browse files
committed
build: release 0.6.0
1 parent 204ba76 commit cc54ebd

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

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

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

11+
## [0.6.0] - 2025-07-18
12+
### Changed
13+
- support patch 2.3
14+
- bump libcpr to 1.12.0 (was 1.11.1)
15+
16+
------------------------
17+
1118
## [0.5.0] - 2024-12-11
1219
### Changed
1320
- support patch 2.2
@@ -75,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7582
- AsyncHttpClient to asynchronously send HTTP requests (callback mode).
7683

7784
<!-- Table of releases -->
78-
[Unreleased]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.5.0...HEAD
85+
[Unreleased]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.6.0...HEAD
86+
[0.6.0]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.5.0...v0.6.0
7987
[0.5.0]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.4.0...v0.5.0
8088
[0.4.0]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.4...v0.4.0
8189
[0.3.4]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.3...v0.3.4

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(RedHttpClient VERSION 0.5.0)
2+
project(RedHttpClient VERSION 0.6.0)
33

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

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Red Http Client
2-
![Cyberpunk 2077](https://img.shields.io/badge/Cyberpunk%202077-v2.2-blue)
2+
![Cyberpunk 2077](https://img.shields.io/badge/Cyberpunk%202077-v2.3-blue)
33
![GitHub License](https://img.shields.io/github/license/rayshader/cp2077-red-httpclient)
44
[![Donate](https://img.shields.io/badge/donate-buy%20me%20a%20coffee-yellow)](https://www.buymeacoffee.com/lpfreelance)
55

@@ -9,15 +9,15 @@ CET.
99
# Getting started
1010

1111
## Compatibility
12-
- Cyberpunk 2077 v2.2
12+
- Cyberpunk 2077 v2.3+
1313
- [Redscript] 0.5.27+
14-
- [Cyber Engine Tweaks] 1.34.0+
14+
- [Cyber Engine Tweaks] 1.36.0+
1515

1616
## Installation
1717
1. Install requirements:
18-
- [RED4ext] v1.26.0+
19-
- [RedData] v0.6.0+ (only required for Json data)
20-
- [RedFileSystem] v0.11.0+ (recommended)
18+
- [RED4ext] v1.28.0+
19+
- [RedData] v0.8.0+ (only required for Json data)
20+
- [RedFileSystem] v0.14.0+ (recommended)
2121
2. Extract the [latest archive] into the Cyberpunk 2077 directory.
2222

2323
## Usage

red.config.json

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

0 commit comments

Comments
 (0)