Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 1.18 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 mostly to Semantic Versioning. However, all releases before 1.0.0 have breaking changes between minor-version updates.

1.4.0 - 2024-03-27

Changed

  • Moved version information to __version__ attribute in top-level __init__.py to comply with Python conventions.
  • Floating point numbers no longer use scientific notation, but must use the [##.###] syntax

Added

  • [] characters to signal to the parse that all value between the braces should be treated as a single literal value
  • DBQuery to the default imports in the top-level __init__.py

Fixed

  • Parsing error with floating point values

1.3.1 - 2024-03-25

Added

  • Add py.typed and MANIFEST.in files to prevent typing warnings

1.3.0 - 2024-03-12

initial Python release.