Skip to content

Commit 30cbe67

Browse files
committed
build: release v0.3.4
Bump RED4ext / Redscript dependencies in README.
1 parent bd7ddc2 commit 30cbe67

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ 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+
9+
------------------------
10+
11+
## [0.3.4] - 2024-07-14
812
### Fixed
9-
- `RedData.Json` is now optional when installing `RedHttpClient`.
13+
- `RedData.Json` is now optional when installing `RedHttpClient`.
1014

1115
### Added
12-
- support in `HttpClient` and `AsyncHttpClient` to send a body with `DELETE`
16+
- support in `HttpClient` and `AsyncHttpClient` to send a body with `DELETE`
1317
methods.
1418

1519
------------------------
@@ -58,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5862
- AsyncHttpClient to asynchronously send HTTP requests (callback mode).
5963

6064
<!-- Table of releases -->
61-
[Unreleased]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.3...HEAD
65+
[Unreleased]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.4...HEAD
66+
[0.3.4]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.3...v0.3.4
6267
[0.3.3]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.2...v0.3.3
6368
[0.3.2]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.1...v0.3.2
6469
[0.3.1]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.0...v0.3.1

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.3.3)
2+
project(RedHttpClient VERSION 0.3.4)
33

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ CET.
1010

1111
## Compatibility
1212
- Cyberpunk 2077 v2.12a
13-
- [Redscript] 0.5.19+
13+
- [Redscript] 0.5.25+
1414
- [Cyber Engine Tweaks] 1.32.2+
1515

1616
## Installation
1717
1. Install requirements:
18-
- [RED4ext] v1.24.3+
18+
- [RED4ext] v1.25.0+
1919
- [RedData] v0.4.0+ (only required for Json data)
2020
- [RedFileSystem] v0.9.0+ (recommended)
2121
2. Extract the [latest archive] into the Cyberpunk 2077 directory.

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.3.3",
3+
"version": "0.3.4",
44
"license": true,
55
"dist": "dist\\",
66
"scripts": {

0 commit comments

Comments
 (0)