From 55587b2d741db7dfffd331eb57248ec09df0c8f6 Mon Sep 17 00:00:00 2001 From: Ovidiu Miclea Date: Fri, 25 Oct 2024 18:21:02 +0300 Subject: [PATCH] Update CHANGELOG.md --- create-ao-dapp/CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/create-ao-dapp/CHANGELOG.md b/create-ao-dapp/CHANGELOG.md index ccd9358..ed3bdbd 100644 --- a/create-ao-dapp/CHANGELOG.md +++ b/create-ao-dapp/CHANGELOG.md @@ -2,6 +2,15 @@ ## 0.2.0 +- Update process deployments with aoform. +- Introduces support for AOS 2.0.0 and 2.0.1 +- Enhances DX experience with advanced build scripts. + +### Dependencies update: +- tl 0.15.3-1 - Teal, a typed dialect of Lua +- cyan 0.3.1-2 - A build system for the Teal language +- amalg 0.8-1 - Amalgamation for Lua modules/scripts. + ### Minor Changes - 2f8d2e4: Refactor templates system and Build scripts. @@ -9,7 +18,9 @@ Implement new build scripts that enhance project scaffolding and DX. Build scripts now check for required dependencies and tries to install them via luarocks. - Teal templates have been updated to use modules and clearer code splitting. +- Fix SQLite processes to spawn with dedicated sqlite AOS module. +- Add postinstall script to automatically set permissions. +- Running `build.sh` script now checks dependencies and also tries to update them to the required versions. ## 0.1.12