# Changelog All notable changes to this project will be documented in this file. ## [unreleased] ### ๐Ÿš€ Features - More checks - More checks - Initial work on edb, the edlang project manager - Usable edb - Version and readme ### ๐Ÿ› Bug Fixes - Fix span in lalrpop - Fix on type qualifier lowering ## [0.0.1-alpha.12] - 2024-03-02 ### ๐Ÿš€ Features - Add casts ### ๐Ÿ› Bug Fixes - *(ci)* Try to fix release ci changelog ### ๐Ÿงช Testing - Add cast test ### โš™๏ธ Miscellaneous Tasks - Version 0.0.1-alpha.12 ## [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