From 951ac0184d9e288bad5ff7eaf5470177389699cc Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 10 Nov 2023 15:30:30 +0000 Subject: [PATCH] release 1.4.0 --- CHANGELOG.md | 13 +++++++++++++ Makefile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ed2eb05..bd49de9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +#### wut 1.4.0 + +## What's Changed +* nfc: Add initial header by @GaryOderNichts in https://github.com/devkitPro/wut/pull/321 +* nsysccr/cdc: Add CCRCDCWowlWakeDrc and CCRCDCWakeStateEnum by @Andrew1Hawes in https://github.com/devkitPro/wut/pull/320 +* Add NTAG by @GaryOderNichts in https://github.com/devkitPro/wut/pull/326 +* Add system time update functions by @GaryOderNichts in https://github.com/devkitPro/wut/pull/328 +* Update camera.h by @Fangal-Airbag in https://github.com/devkitPro/wut/pull/329 +* Add missing GX2 enum values by @GaryOderNichts in https://github.com/devkitPro/wut/pull/327 +* Add missing optnames and multicast support by @GaryOderNichts in https://github.com/devkitPro/wut/pull/331 +* procui: Fix ProcUIInForeground and ProcUIIsRunning comments by @Andrew1Hawes in https://github.com/devkitPro/wut/pull/330 +* Finalize compile commands by @thearst3rd in https://github.com/devkitPro/wut/pull/332 + #### wut 1.3.2 * Implement wut_set_thread_specific/wut_get_thread_specific as weak functions by @Maschell in https://github.com/devkitPro/wut/pull/324 diff --git a/Makefile b/Makefile index 9f0427611..1b924e771 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TOPDIR ?= $(CURDIR) include $(TOPDIR)/share/wut_rules export WUT_MAJOR := 1 -export WUT_MINOR := 3 +export WUT_MINOR := 4 export WUT_PATCH := 0 VERSION := $(WUT_MAJOR).$(WUT_MINOR).$(WUT_PATCH)