Skip to content

Releases: gpluscb/cache-compute

v0.3.0

11 Aug 09:59
Compare
Choose a tag to compare
  • Reduce footprint of tokio dependency
    • Only use macros and test-utils features in unit tests

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Jul 20:04
Compare
Choose a tag to compare
  • Remove unnecessary cloning
    • CachedState::get now returns Option<&T> instead of Option<T>
    • New CachedState::get_mut function
  • Other minor performance and code quality improvements

Full Changelog: v0.1.0...v0.2.0

v0.1.0

23 Jul 20:09
Compare
Choose a tag to compare

Initial release