# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.4](https://github.com/vberlier/rukt/compare/v0.2.3...v0.2.4) - 2024-11-19 ### Added - Add if statements and if expressions ## [0.2.3](https://github.com/vberlier/rukt/compare/v0.2.2...v0.2.3) - 2024-11-18 ### Added - Add functions - Add starts_with - Add operators ### Other - Add link to https://github.com/rust-lang/rust/issues/35853 ## [0.2.2](https://github.com/vberlier/rukt/compare/v0.2.1...v0.2.2) - 2024-11-16 ### Added - Add variable exports ## [0.2.1](https://github.com/vberlier/rukt/compare/v0.2.0...v0.2.1) - 2024-11-15 ### Added - add basic initial syntax ## [0.2.0](https://github.com/vberlier/rukt/compare/v0.1.0...v0.2.0) - 2024-11-13 ### Added - Add `rukt` macro ## [0.1.0](https://github.com/vberlier/rukt/releases/tag/v0.1.0) - 2024-11-13 ### Other - Initial release