Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.1...v1.15.0) (2024-10-12)

### Bug Fixes

* fix clobbering of privateResult ([9004231](9004231))

### Features

* demangle symbols ([0d116c6](0d116c6))
* expose more exceptionrecord info ([f2e606f](f2e606f))
* fix path handling using utf-16 ([d5c0951](d5c0951))
* use SEH translator ([9806785](9806785))
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent 2aa52d7 commit 94c77e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 94c77e1

Please sign in to comment.