Skip to content

Releases: DevBlocky/forceps

v0.5.0

Choose a tag to compare

@DevBlocky DevBlocky released this 21 Dec 22:53
0e2c329

What's Changed

  • Minor Improvements: support xxhash and add metadb reference by @lseelenbinder in #4
  • Performance improvements to metadata serialization/deserialization
  • Update to Rust 2024 (remove async-trait dependency)

Full Changelog: v0.4.1...v0.5.0

v0.4.0

Choose a tag to compare

@DevBlocky DevBlocky released this 13 Sep 18:58
8f0dbd8
Merge pull request #2 from stadiamaps/return-total-size

Adds total evicted bytes to return value for Evictor::evict.

v0.3.2

Choose a tag to compare

@DevBlocky DevBlocky released this 21 May 19:39
2f88a4e
chore: v0.3.2

chore: v0.3.1

Choose a tag to compare

@DevBlocky DevBlocky released this 16 May 20:33
1694a00
fix rogue print

v0.3.0

Choose a tag to compare

@DevBlocky DevBlocky released this 10 May 21:18
3cd62d4
chore: v0.3.0

v0.2.1

Choose a tag to compare

@DevBlocky DevBlocky released this 28 Apr 00:27
5eef712
fix(builder): stupid debug test (v0.2.1)

v0.2.0

Choose a tag to compare

@DevBlocky DevBlocky released this 27 Apr 22:14
c0f4698
chore: v0.2.0

v0.1.0

Choose a tag to compare

@DevBlocky DevBlocky released this 26 Apr 21:35
edf073c
fix(bench): don't fail if dir doesn't exist