Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Nov 10, 2023
1 parent 554e9f5 commit 951ac01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 951ac01

Please sign in to comment.