# 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - v0.0.2 ## v0.0.1 ### Added - Argument with base types: None, Int, Long, Float, Double, Bool, String, RigzFile, Object, List/Vec, FunctionCall, Definition, Error - Definition with None, One, and Many - FunctionCall: name, args, definition - RuntimeStatus: Ok, NotFound, Error - Module Trait: name, root, function_call, and initialize with default implementation