Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micovi authored Oct 25, 2024
1 parent 269607e commit 55587b2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion create-ao-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,25 @@

## 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.

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

Expand Down

0 comments on commit 55587b2

Please sign in to comment.