Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 1.04 KB

Changelog

0.4.1 - 2024-05-15

Updated

  • Update serde dependency to specify precise version and use re-exported serde_derive to ensure compatible dependency versions are used.

0.4.0 - 2023-10-02

Updated

  • Change types to use borrowed str instead of String to reduce memory usage.

0.3.1 - 2022-06-30

Updated

  • Changed use imports to fix compilation with only alloc feature

0.3.0 - 2022-04-03

Updated

  • Documentation

0.2.0 - 2021-09-27

Added

  • Default implementation for LsRules

0.1.0 - 2020-05-29

Added

  • Initial release