Skip to content

Commit 80d6818

Browse files
committed
Prepare 4.0.0 release
1 parent 72846cd commit 80d6818

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
## Changelog
33

4+
### 4.0.0
5+
* **Breaking change:** some unknown fields in the `nintendo.nex.friends` module were given a name. If you were using the placeholder names in your code, update your code to use the new names.
6+
* Added support for Switch system version 20.0.0 up to 20.1.5.
7+
* Added various client ids for dauth, such as `er`, `sprofile` and `penne`.
8+
* Implemented a dauth cache that mimics the preloading behavior that was introduced in 20.0.0.
9+
* Added support for the ranking and matchmaking protocols of Mario Kart 8 (Wii U).
10+
11+
*Released on 2025-06-21*
12+
413
### 3.0.3
514
* **Bug fix:** fixed typo, changed `BANNED_DEIVCE` to `BANNED_DEVICE` in `DAuthError` class.
615

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name = "nintendoclients",
9-
version = "3.0.3",
9+
version = "4.0.0",
1010
description = "Nintendo network library",
1111
long_description = long_description,
1212
author = "Yannik Marchand",

0 commit comments

Comments
 (0)