Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

48 lines (24 loc) · 2.11 KB

Changelog

0.3.4 (2023-08-21)

Bug Fixes

  • ci: Remove Cargo.lock requirement (70e5918)
  • Remove Cargo.lock (91ea6ad)

0.3.3 (2023-08-05)

Bug Fixes

  • build: Only include necessary files (3bcdc0f), closes #13

0.3.2 (2023-08-02)

Bug Fixes

  • docs: Add linear search to benchmarks and docs (9e2f11c), closes #10

0.3.1 (2023-07-31)

Bug Fixes

  • ci: Exclude code coverage for benchmark code (4d15509)
  • ci: Speed up tarpaulin install, don't compile (dcf239c)
  • ci: Update all dependencies (e2da2d2)
  • Onboarding with global pip install (146f1a2)

0.3.0 (2023-06-11)

Features

  • Eagerly implement common traits (1ca60ca)
  • Introduce SearchError to have a proper Error (d2d7da1)

0.2.0 (2023-06-11)

Bug Fixes

  • Adjust keywords, was invalid specifier (95f4e16)