Skip to content

v0.4.0

Compare
Choose a tag to compare
@2ndTaleStudio 2ndTaleStudio released this 23 Sep 19:07
0005782

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