v11.1.0
What's Changed
Added
- Support Python 3.12 by @PerchunPak in #647
- Add enforces_secure_chat to JavaStatusResponse by @Nixuge in #675, #678
Changed
- Raise warning when resolving
localhost
IP on MacOS by @PerchunPak in #620
Because of some mysterious reasons, we can't resolve localhost into IP. Please, replace 'localhost' with '127.0.0.1' (or '::1' for IPv6) in your code to remove the warning. - Improve MOTD simplifies by @PerchunPak in #638
Internal
- Fix py-mine's logo on pypi by @PerchunPak in #612
- Update Minecraft Wiki links to new domain after fork by @misode in #641
- Use default bump strategy for dependabot by @PerchunPak in #585
New Contributors
Full Changelog: v11.0.1...v11.1.0