Skip to content

Commit

Permalink
build: release v0.3.4
Browse files Browse the repository at this point in the history
Bump RED4ext / Redscript dependencies in README.
  • Loading branch information
poirierlouis committed Jul 14, 2024
1 parent bd7ddc2 commit 30cbe67
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ 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.3.4] - 2024-07-14
### Fixed
- `RedData.Json` is now optional when installing `RedHttpClient`.
- `RedData.Json` is now optional when installing `RedHttpClient`.

### Added
- support in `HttpClient` and `AsyncHttpClient` to send a body with `DELETE`
- support in `HttpClient` and `AsyncHttpClient` to send a body with `DELETE`
methods.

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

<!-- Table of releases -->
[Unreleased]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.3.0...v0.3.1
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(RedHttpClient VERSION 0.3.3)
project(RedHttpClient VERSION 0.3.4)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED YES)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ CET.

## Compatibility
- Cyberpunk 2077 v2.12a
- [Redscript] 0.5.19+
- [Redscript] 0.5.25+
- [Cyber Engine Tweaks] 1.32.2+

## Installation
1. Install requirements:
- [RED4ext] v1.24.3+
- [RED4ext] v1.25.0+
- [RedData] v0.4.0+ (only required for Json data)
- [RedFileSystem] v0.9.0+ (recommended)
2. Extract the [latest archive] into the Cyberpunk 2077 directory.
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": "RedHttpClient",
"version": "0.3.3",
"version": "0.3.4",
"license": true,
"dist": "dist\\",
"scripts": {
Expand Down

0 comments on commit 30cbe67

Please sign in to comment.