Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 687 Bytes

Changelog.md

File metadata and controls

26 lines (20 loc) · 687 Bytes

Change Log

All notable changes to this project will be documented in this file.

[0.5.0] 2024-04-9

  • Updated memmap2 dependency
  • Switched to editon 2021 (no code changes)

[0.4.0] 2023-07-21

  • Updated depencies
  • MSRV is now Rust 1.64 (minimum for indexmap)

[0.3.0] 2021-06-15

  • Moved to edition 2018 (no code changes)
  • Switched unmaintained memmap for memmap2

[0.2.1] 2020-8-4

  • This is a maintenance release that has no API changes.
  • Updated indexmap allows for simplifications
  • Minimum rust version now 1.32.

[0.2.0] - 2018-9-25

  • Fix Fai::names to return Vec<&str> instead of Vec<&String>
  • Updated memmap dependency

[0.1.0] - 2018-8-17

  • Initial release