- Add support for new Python version 3.13. - Migration on uv. - Added push to pypi.org from GitHub Actions. - Fix Unicode Decode Error (UTF-8).
0.18.1
----------------------
- Fix tests not being run with GitHub Actions. - Add linters. - Fix SyntaxWarning.
0.18.0
-------------------
- Drop support for end-of-life Python versions (2.7, 3.4, 3.5, 3.6, 3.7) - Add support for new Python versions (3.9, 3.10, 3.11, 3.12) - Add IPv6 support ([88](https://github.com/socialwifi/RouterOS-api/pull/88))
0.17.0
-------------------
- Add missing types of field to api_structure
0.16.0
-------------------
- Fix bug with plain text login using string credentials ([47](https://github.com/socialwifi/RouterOS-api/issues/47)) - Add support for new Python versions - Drop end-of-life Python versions
0.15.0
-------------------
- Support new login API for v6.43. ([29](https://github.com/socialwifi/RouterOS-api/issues/29))
**Backwards-incompatible**: use `plaintext_login=True` if you connect with devices with OS older than v6.43.