Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 591 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 591 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.

[Unreleased]

[0.1.0] - 2022-01-11

Added

  • Initial release.
  • API surface: #[query] macro, Input trait, InputAccess derive macro, InputAccess trait (behind async-trait feature).
  • tracing feature for the purpose of debugging library itself.