Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

61 lines (33 loc) · 1.39 KB

Changelog

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

Added

  • Wheels for Windows platform.

v0.1.3 - 2022-11-09

Added

  • Wheels for Python 3.11.

Fixed

  • 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

Added

  • Wheels for Python 3.10.

Fixed

  • Broken docstrings for Cursor.write, Cursor.tell and Cursor.readlines.

v0.1.1 - 2021-02-10

Added

  • Missing documentation for Cursor methods.
  • Contribution guidelines in CONTRIBUTING.md file.

Fixed

  • Wheels not being built for Python 3.9.

v0.1.0 - 2021-02-06

Initial release.