Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 747 Bytes

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 747 Bytes

Changelog

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

[0.3.0] - 2023-12-21

Continuous Integration Pipeline

  • Update Rust CI
  • Update CI

Miscellaneous Tasks

  • Fix new clippy lint
  • Add badges
  • Update formatting, lints and dependencies
  • Add sponsors button
  • Upgrade to bonsaidb 0.5

Refactor

  • Replace anymap with erased_set

[0.2.0] - 2022-06-20

Bug Fixes

  • Handle retry in panicking jobs correctly

Features

  • [breaking] Add error handling to jobs
  • Allow setting checkpoints in jobs
  • Add ability to set and retrieve context

[0.1.1] - 2022-05-30

Bug Fixes

  • Remove lock file

[0.1.0] - 2022-05-29

Features

  • Initial version