Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.68 KB

changelog.md

File metadata and controls

62 lines (40 loc) · 1.68 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.

[Unreleased]

0.2.1 - 2024-08-29

📚 Documentation

  • improve contributing section
  • add feature docs for docs.rs

0.2.0 - 2024-08-28

🎉 Added

  • [breaking] add optional builder feature limited to Input

📚 Documentation

  • reorder package fields

🧪 Testing

  • improve coverage

0.1.2 - 2024-08-27

📚 Documentation

  • add coverage badge

🧪 Testing

  • update to use prettyplease in snapshots
  • add coverage support

⚙️ Miscellaneous Tasks

  • support testing multiple rust versions

0.1.1 - 2024-08-26

🎉 Added

  • add support for Range types

🐛 Bug Fixes

  • make edgedb-derive optional

📚 Documentation

  • update readme
  • add cli to future work
  • show where shared types should be placed
  • explain future work

🧪 Testing

  • Range not Queryable so needs upstream support

⚙️ Miscellaneous Tasks

  • improve changelog generation

0.1.0 - 2024-08-25

🎉 Added

  • Initial release