From fe8848d1a178606f00c4eab00f18b4c98ef8c230 Mon Sep 17 00:00:00 2001 From: Axertin Date: Sun, 10 May 2026 10:49:12 -0500 Subject: [PATCH] release wolf v0.3.0 --- .github/prerelease-manifest.json | 2 +- .github/release-manifest.json | 2 +- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++ version.txt | 2 +- 4 files changed, 38 insertions(+), 3 deletions(-) diff --git a/.github/prerelease-manifest.json b/.github/prerelease-manifest.json index 454a1e2..0ee8c01 100644 --- a/.github/prerelease-manifest.json +++ b/.github/prerelease-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0-beta.3" + ".": "0.3.0" } diff --git a/.github/release-manifest.json b/.github/release-manifest.json index 2be9c43..0ee8c01 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ce087..0ba45e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ All notable changes to this project will be documented in this file. +## [0.3.0](https://github.com/Axertin/wolf/compare/wolf-v0.2.0...wolf-v0.3.0) (2026-05-10) + + +### Features + +* add process-wide crash handler with VEH ([#46](https://github.com/Axertin/wolf/issues/46)) ([5e4cbd4](https://github.com/Axertin/wolf/commit/5e4cbd4f821397fad817a6a309f36c99cf59f639)) +* **devtools:** add runtime tracer mod ([2328d81](https://github.com/Axertin/wolf/commit/2328d81e10011178817dd93f4f0c5151348d610c)) +* emit and ship PDB debug symbols ([45cee3d](https://github.com/Axertin/wolf/commit/45cee3da91cf81e567c664e645cdecf11745a134)) + + +### Bug Fixes + +* improve stackwalk of crash handler ([58d36a7](https://github.com/Axertin/wolf/commit/58d36a79dcaaf8344a3d8a8499473d5b55b05323)) +* improve stackwalk of crash handler, add some game state ([3beb6ca](https://github.com/Axertin/wolf/commit/3beb6ca6f43d70a2731bc6f993264cff3d98f974)) +* snapshot mod callbacks before invoking to prevent re-entrant deadlock ([ee0bc86](https://github.com/Axertin/wolf/commit/ee0bc863959c2c98247e99a83a046dbecd32d427)) +* write crash reports incrementally and skip broken dbghelp ([ede12b8](https://github.com/Axertin/wolf/commit/ede12b8552bf93daf1cfed825067bd2335c88659)) + + +### Miscellaneous Chores + +* add debug symbols to release ([2c16dac](https://github.com/Axertin/wolf/commit/2c16dac32f3aeafeb2988ca65e2dc18a1d883687)) +* format ([61f1b72](https://github.com/Axertin/wolf/commit/61f1b72fc406b363f5b34684712a51678998b100)) +* remove pdbs from normal runtime artifact ([72fe843](https://github.com/Axertin/wolf/commit/72fe843dad364d128dbf2e84dba87fc35729bd64)) + + +### Build System and Dependencies + +* build vcpkg deps with llvm-mingw under the llvm preset ([34f236c](https://github.com/Axertin/wolf/commit/34f236cb42566eae0257af80373597bd01fde347)) +* strip lib prefix from mod shared libraries ([4c50774](https://github.com/Axertin/wolf/commit/4c507748df9a0c9c3e5b18b97dd6571e5f1d21a6)) + + +### Documentation + +* add papi doxygen ([3b7ac5a](https://github.com/Axertin/wolf/commit/3b7ac5a5ad778536e08594b603a92ab2138cd69e)) + ## [0.2.0](https://github.com/Axertin/wolf/compare/wolf-v0.1.1...wolf-v0.2.0) (2026-01-19) diff --git a/version.txt b/version.txt index 8f8f5e2..0d91a54 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.0-beta.3 +0.3.0