Skip to content

Commit eaba2a4

Browse files
committed
build: release v0.13.0
1 parent ce2e70f commit eaba2a4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ 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.13.0] - 2025-03-31
812
### Added
913
- read binary file encoded to Base64 using `ReadAsBase64()`, in both `File` and
10-
`AsyncFile`. This is mainly intended to read PNG files (with a screenshot
14+
`AsyncFile`. This is mainly intended to read PNG files (with a screenshot
1115
feature).
1216

1317
------------------------
@@ -149,7 +153,8 @@ This version is not compatible with v0.2.0 and below, see the README and
149153
- read / write / stringify Json data.
150154

151155
<!-- Table of releases -->
152-
[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.12.0...HEAD
156+
[Unreleased]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.13.0...HEAD
157+
[0.13.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.12.0...v0.13.0
153158
[0.12.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.11.0...v0.12.0
154159
[0.11.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.10.0...v0.11.0
155160
[0.10.0]: https://github.com/rayshader/cp2077-red-filesystem/compare/v0.9.4...v0.10.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(RedFileSystem VERSION 0.12.0)
2+
project(RedFileSystem VERSION 0.13.0)
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": "RedFileSystem",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"license": true,
55
"dist": "dist\\",
66
"scripts": {

0 commit comments

Comments
 (0)