From 936cdcd710c160573191cf717b98fa4e43b2e6e4 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Tue, 6 Sep 2022 19:17:08 +0200 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d789c..23f89cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ Changelog All notable changes to this project will be documented in this file. -## 0.1.0 - TODO +## unreleased + +## 1.0.2 + +- respect toolchain variables from environment + +## 1.0.1 + +- Store LUA initialisation code directly in C file + +## 1.0.0 - Initial Release