Releases: RusPiRo/ruspiro-cache
Releases · RusPiRo/ruspiro-cache
Release v0.4.1
Release Notes
🍑 v0.4.1
This is mainly a maintenance version migrating the build pipeline to GitHub Actions.
v0.4.0
Release Notes
🍑 v0.4.0
This version removes the aarch32 support from the crate and introduces the use of a better pipeline config to build and publish this crate.
-
🔧 Maintenance
- refactor the crate and remove aarch32 support
- remove the assembly code and use rust code to do the cache maintenance operations with a bit of inline assembly
- introduce the new pipeline configuration
🍌 v0.3.1
-
🔧 Maintenance
- use
cargo make
to stabilize build - remove
asm
feature as the crate does not use inline assembly
- use
Enable aarch64 build target architecture
Release Notes
- Enable Aarch64 build target architecture
RusPiRo cache maintenance operation fix
Release note
This release fixes an issue with the conditional part of the build script compiling the assembly. It used the wrong check to compile properly on target_arch=arm
Initial RusPiRo cache maintenance operation API
Release notes
The initial version provides functions to clean and invalidate the entire data cache on the Raspberry Pi.