Skip to content

Commit ecbabd6

Browse files
committed
Updating modern-uuid dependency
1 parent f2e1f7a commit ecbabd6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
### Fixed
9+
- macOS: "Allow in the background" settings now show "wsddn-native" rather than the author name (#16)
10+
11+
### Changed
12+
- Updated 3rd party dependencies
13+
814
## [1.17] - 2025-03-09
915

1016
### Changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ endif()
9191
#################################################
9292

9393
set(MUUID_REPO gershnik/modern-uuid)
94-
set(MUUID_VER v1.4)
94+
set(MUUID_VER v1.5)
9595
FetchContent_Declare(modern-uuid
9696
GIT_REPOSITORY https://github.com/${MUUID_REPO}.git
9797
GIT_TAG ${MUUID_VER}

0 commit comments

Comments
 (0)