diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-09-14 21:35:37 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-09-14 21:36:51 +0900 |
commit | b42bb90d94437e1cd1c08147e855070cc90f107d (patch) | |
tree | 06cf9c31b8b5e773d14f6e4f929a831c6b1c27cc | |
parent | Add maleeni-go command (diff) | |
download | tre-b42bb90d94437e1cd1c08147e855070cc90f107d.tar.gz tre-b42bb90d94437e1cd1c08147e855070cc90f107d.tar.xz |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb991a0..9fc8cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.5.0 + +* [6332aaf](https://github.com/nihei9/maleeni/commit/6332aaf0b6caf7e23d7b4ca59c06f193bfbf7329) - Remove `--debug` option from `maleeni lex` command. +* [f691b5c](https://github.com/nihei9/maleeni/commit/f691b5cb74492b97cc4adc9d02bf39633e768503), [96a555a](https://github.com/nihei9/maleeni/commit/96a555a00f000704c618c226485fa6d87ce66d9d) - Add `maleeni-go` command to generate a lexer that recognizes a specific lexical specification. + +[Changes](https://github.com/nihei9/maleeni/compare/v0.4.0...v0.5.0) + ## v0.4.0 * [893ebf5](https://github.com/nihei9/maleeni/commit/893ebf5524067c778650462b5efd1640fe6b54a7) - Use Go 1.16. |