We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d08ffa + d85e25b commit aae16d3Copy full SHA for aae16d3
doc/changelogs/engine/v0.5.1.md
@@ -0,0 +1,22 @@
1
+# [0.5.1] - 2023-10-10
2
+All notable changes for version [0.5.1] are documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) since release [0.4.0].
6
7
+## Removed
8
9
+- Pre-processor macro error when `jthread` is missing in clang build
10
11
12
+## Fixed
13
14
+- Clang build errors
15
+- Wrong type used for asset path on startup
16
+- Missing asset directories to CMakeLists
17
+- Faulty length check in AoC conversion processor
18
19
20
+## Full commit log
21
22
+https://github.com/SFTtech/openage/compare/v0.5.0...v0.5.1
openage_version
@@ -1 +1 @@
-v0.4.1
+0.5.1
0 commit comments