Skip to content

Commit 951ac01

Browse files
committed
release 1.4.0
1 parent 554e9f5 commit 951ac01

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
#### wut 1.4.0
2+
3+
## What's Changed
4+
* nfc: Add initial header by @GaryOderNichts in https://github.com/devkitPro/wut/pull/321
5+
* nsysccr/cdc: Add CCRCDCWowlWakeDrc and CCRCDCWakeStateEnum by @Andrew1Hawes in https://github.com/devkitPro/wut/pull/320
6+
* Add NTAG by @GaryOderNichts in https://github.com/devkitPro/wut/pull/326
7+
* Add system time update functions by @GaryOderNichts in https://github.com/devkitPro/wut/pull/328
8+
* Update camera.h by @Fangal-Airbag in https://github.com/devkitPro/wut/pull/329
9+
* Add missing GX2 enum values by @GaryOderNichts in https://github.com/devkitPro/wut/pull/327
10+
* Add missing optnames and multicast support by @GaryOderNichts in https://github.com/devkitPro/wut/pull/331
11+
* procui: Fix ProcUIInForeground and ProcUIIsRunning comments by @Andrew1Hawes in https://github.com/devkitPro/wut/pull/330
12+
* Finalize compile commands by @thearst3rd in https://github.com/devkitPro/wut/pull/332
13+
114
#### wut 1.3.2
215

316
* Implement wut_set_thread_specific/wut_get_thread_specific as weak functions by @Maschell in https://github.com/devkitPro/wut/pull/324

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TOPDIR ?= $(CURDIR)
33
include $(TOPDIR)/share/wut_rules
44

55
export WUT_MAJOR := 1
6-
export WUT_MINOR := 3
6+
export WUT_MINOR := 4
77
export WUT_PATCH := 0
88

99
VERSION := $(WUT_MAJOR).$(WUT_MINOR).$(WUT_PATCH)

0 commit comments

Comments
 (0)