Skip to content

Commit b33afe1

Browse files
committed
build: release 0.7.1
1 parent 255b9e8 commit b33afe1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.7.1] - 2025-09-23
812
### Added
913
- game launch parameters for developers to test with a local server without TLS
1014
(`-no-tls`) or using self-signed certificates (`-self-signed`).
@@ -97,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97101
- AsyncHttpClient to asynchronously send HTTP requests (callback mode).
98102

99103
<!-- Table of releases -->
100-
[Unreleased]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.7.0...HEAD
104+
[Unreleased]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.7.1...HEAD
105+
[0.7.1]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.7.0...v0.7.1
101106
[0.7.0]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.6.1...v0.7.0
102107
[0.6.1]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.6.0...v0.6.1
103108
[0.6.0]: https://github.com/rayshader/cp2077-red-httpclient/compare/v0.5.0...v0.6.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(RedHttpClient VERSION 0.7.0)
2+
project(RedHttpClient VERSION 0.7.1)
33

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

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

0 commit comments

Comments
 (0)