Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 905 Bytes

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 905 Bytes

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]

3.0.0 - 2024-09-11

Other

  • prefer &[T] over &Vec for params
  • cargo clippy fix
  • use fs helpers
  • use include_str! and a real json file
  • misc changes
  • pull out an async function to check for a user at a site
  • unneeded clone
  • no need for lazy init of simple static arrays
  • Convert timeout to a Duration sooner rather than later
  • Use Arc over Arc
  • Use enum to better represent target error types

2.0.0 - 2024-08-26

Other

  • refactor save results
  • release plz