All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.1.4 - 2022-11-09
- Wheels for Windows platform.
v0.1.3 - 2022-11-09
- Wheels for Python 3.11.
void*
pointers preventing build on Windows (#1).- Missing terminator in
Cursor.__exit__
keyword argument list causing issues on Windows.
v0.1.2 - 2021-12-14
- Wheels for Python 3.10.
- Broken docstrings for
Cursor.write
,Cursor.tell
andCursor.readlines
.
v0.1.1 - 2021-02-10
- Missing documentation for
Cursor
methods. - Contribution guidelines in
CONTRIBUTING.md
file.
- Wheels not being built for Python 3.9.
v0.1.0 - 2021-02-06
Initial release.