From 94c77e130bb5ac40182e58f12ea9f778108f4805 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Oct 2024 11:15:22 +0000 Subject: [PATCH] chore(release): 1.15.0 [skip ci] # [1.15.0](https://github.com/alandtse/CrashLoggerSSE/compare/v1.14.1...v1.15.0) (2024-10-12) ### Bug Fixes * fix clobbering of privateResult ([9004231](https://github.com/alandtse/CrashLoggerSSE/commit/90042315817398d2a65b0f9c4843a56d6ba8c618)) ### Features * demangle symbols ([0d116c6](https://github.com/alandtse/CrashLoggerSSE/commit/0d116c6857c34d15b9ccd2ed2e28cc80bd2fe35e)) * expose more exceptionrecord info ([f2e606f](https://github.com/alandtse/CrashLoggerSSE/commit/f2e606fb058f55455b2198086ce9f39e5e5d3b06)) * fix path handling using utf-16 ([d5c0951](https://github.com/alandtse/CrashLoggerSSE/commit/d5c09517603d0487dc3a739d6e2b66264e746822)) * use SEH translator ([9806785](https://github.com/alandtse/CrashLoggerSSE/commit/980678596f9e68ecb479b29cec3393d295b795c2)) --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d65ffba..8ba2d11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.21) # # Define project # ####################################################################################################################### set(NAME "CrashLogger") -set(VERSION 1.14.1) +set(VERSION 1.15.0) project( ${NAME} diff --git a/vcpkg.json b/vcpkg.json index d0b8a24..e735b87 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://github.com/raw/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "crashloggersse", - "version-string": "1.14.1", + "version-string": "1.15.0", "port-version": 0, "description": "SKSE/SKSEVR plugin that generates crash logs when the game Just Works™.", "homepage": "https://github.com/alandtse/CrashLoggerSSE",