From 1ea5780bf17badd410213aee4a8da5dc36900bc6 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 2 Nov 2024 11:03:16 +0000 Subject: [PATCH] docs: update CHANGELOG.md for v0.1.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e884b83 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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). + +## [v0.1.0] - 2024-11-02 +### New Features +- [`1255caf`](https://github.com/HydroRoll-Team/luah/commit/1255cafc87fbec6baeca234c82c6cab39fb5793b) - **bytecode, lex, parse, vm**: enhance bytecode, add token types, and improve parser and VM *(commit by [@HsiangNianian](https://github.com/HsiangNianian))* + +[v0.1.0]: https://github.com/HydroRoll-Team/luah/compare/v0.0.3...v0.1.0