Skip to content

v0.0.3 - the one with eval-cache

Compare
Choose a tag to compare
@cafkafk cafkafk released this 08 Sep 13:25
· 17 commits to main since this release
v0.0.3
f68cbc2

Changelog

Huge speed improvement (by not invalidating eval-cache 🤦‍♀️)

[0.0.3] - 2024-09-08

Bug Fixes

  • Actually cache evals

Refactor

  • Various clippy lints

Styling

  • (rust) Format to tabwidth-2
  • Nixfmt-rfc-style

Miscellaneous Tasks

  • Allow own license
  • Check flake
  • Add nix build step
  • Change names
  • (release) Cargo v0.0.3

Build

  • Change rust tabwidth
  • Use nixpkgs compatible rustc

Merge

  • tabwidth from #23 into main
  • fix-eval-cache from #24 into main
  • downgrade-rustc from #26 into main