Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 607 Bytes

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 607 Bytes

CHANGE LOG

1.0.4

7/13/2023

  • mutating self instead of creating entirely new self
  • updated to using the latest documentation

1.0.2

7/11/2023

  • simplified returning errors with thiserror crate
  • verified that builder works as intended
  • used lifetimes where appropriate

1.0.1

6/16/2023

  • updated code in README

1.0.0

6/16/2023

  • updated most functions that can propagate errors to propagate errors

0.1.1

6/14/2023

  • added syntax highlighting for Rust code in README.md
  • removed log dependency