Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
115 lines (77 loc) · 4.94 KB

CHANGES.rst

File metadata and controls

115 lines (77 loc) · 4.94 KB

Change Log

Corkus.py follows semantic versioning. Due to ever changing nature of Wynncraft API only the newest version is supported. Please ensure that you are always using the newest version.

.. py:currentmodule:: corkus

3.1.0 (2024/04/29)

Corkus.py is no longer maintained. For more information please see: README.

  • Add DeprecationWarning to module __init__
  • Add deprecation notices to README.MD and docs/index.rst

3.0.1 (2022/12/02)

3.0.0 (2022/12/01)

We are making changes due to the 2.0.1 API update which brings some changes around player classes. We have also changed initialization procedure so client constructor doesn't need to be called in async context anymore. We are introducing a concept like other async libraries. You now need to call start() function to initialize the client.

.. py:currentmodule:: corkus.objects

2.0.0 (2022/06/07)

1.2.1 (2022/01/20)

1.2.0 (2021/12/26)

1.1.0 (2021/10/02)

1.0.0 (2021/09/09)

  • 🎉 first release!