Update version to 0.3.2 and enhance stability across platforms
- Bump project version to 0.3.2 in CMakeLists.txt, vcpkg.json, and relevant headers. - Increase Windows stack size to 8MB to prevent stack overflow during asset loading. - Isolate development utilities from CI builds to ensure cleaner release artifacts. - Implement comprehensive bounds checking and fix segmentation faults in the graphics system. - Update documentation to reflect new build instructions and stability improvements.
This commit is contained in:
@@ -77,7 +77,7 @@ absl::Status YazeProject::Create(const std::string& project_name, const std::str
|
||||
|
||||
metadata.created_date = ss.str();
|
||||
metadata.last_modified = ss.str();
|
||||
metadata.yaze_version = "0.3.1"; // TODO: Get from version header
|
||||
metadata.yaze_version = "0.3.2"; // TODO: Get from version header
|
||||
metadata.version = "2.0";
|
||||
metadata.created_by = "YAZE";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user