Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 884 Bytes

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.

Changed

Added

  • Initializes v0.0.0 and adds a minimal eval API that allows evaluation of PartiQL queries in Python using partiql-lang-rust.
  • Adds partiql_rust_py_test python module for usage and integration testing purposes.

Fixes