# Changelog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed ## [0.2.2] - 2025-02-06 ### Update - holochain_wasmer_common updated to "0.0.99" ## [0.2.1] - 2025-02-03 ### Update - added the check function for fuel type and updated Fractions to handle 0 denominators ## [0.2.0] - 2025-02-02 ### Update - update ZFuel from using u128 to u64 ## [0.1.1] - 2024-12-10 ### Update - impl WasmError for ZFuelError type ## [0.1.1] - 2024-12-10 ### Changed - serde version to `0.1` ## [0.1.0] - 2024-12-10 ### Added - ZFuel Type