# Changelog All notable changes to this project will be documented in this file. ## [0.0.1-alpha.11] - 2024-03-01 ### 🚀 Features - Add modules support, add name mangling - Allow extern fns ### 🐛 Bug Fixes - Debug type names ## [0.0.1-alpha.10] - 2024-02-28 ### 🚀 Features - Check type correctness ### 🐛 Bug Fixes - *(ci)* Fix ci release - Fix checker ### ⚙️ Miscellaneous Tasks - Update changelog - Update dependencies - Update version ## [0.0.1-alpha.9] - 2024-02-24 ### 🚀 Features - Optimize linker output on linux - More debug locations - Code checking in lowering ### ⚙️ Miscellaneous Tasks - Update version to 0.0.1-alpha.8 ## [0.0.1-alpha.8] - 2024-02-18 ### 🚀 Features - Struct support ## [0.0.1-alpha.7] - 2024-02-17 ### 🚀 Features - Compile unary op, compile asref, compile deref, reference arguments, avoid some temporaries on direct use ## [0.0.1-alpha.6] - 2024-02-17 ### 🚀 Features - Implement while - Improved logging - Ptr repr ### 🐛 Bug Fixes - Fix a miscompilation ## [0.0.1-alpha.5] - 2024-02-14 ### 🐛 Bug Fixes - *(linker)* Fix linker on distros like ubuntu - *(ci)* Ci improvements ## [0.0.1-alpha.4] - 2024-02-14 ### 🚀 Features - Better cli and add tests ### ⚙️ Miscellaneous Tasks - Update version - Changelog ## [0.0.1-alpha.3] - 2024-02-13 ### 🚀 Features - Properly version all crates - Add docs generation ### 🐛 Bug Fixes - Add all fields to cargo.toml - Add doc field to cargo toml ### ⚙️ Miscellaneous Tasks - Fix branch name - Fix doc ci ## [0.0.1-alpha.2] - 2024-02-13 ### 🚀 Features - Compile ifs ### 🎨 Styling - Format - Naming ### ⚙️ Miscellaneous Tasks - Update deps - Update version