diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-08-22 17:39:02 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-08-22 17:45:22 +0900 |
commit | 6ae619caede2f080a8a7f50c1ecadc9ef507792a (patch) | |
tree | ef01b7b89e97d6a01d2a77e1883b4cedd2d69ea0 | |
parent | Add lexeme positions to tokens (diff) | |
download | tre-6ae619caede2f080a8a7f50c1ecadc9ef507792a.tar.gz tre-6ae619caede2f080a8a7f50c1ecadc9ef507792a.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 c29d3a6..fb991a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.4.0 + +* [893ebf5](https://github.com/nihei9/maleeni/commit/893ebf5524067c778650462b5efd1640fe6b54a7) - Use Go 1.16. +* [#1](https://github.com/nihei9/maleeni/issues/1), [82efd35](https://github.com/nihei9/maleeni/commit/82efd35e6f99af0eff0430fc32b825d5cb38ac4d) - Add lexeme positions to tokens. + +[Changes](https://github.com/nihei9/maleeni/compare/v0.3.0...v0.4.0) + ## v0.3.0 * [03e3688](https://github.com/nihei9/maleeni/commit/03e3688e3928c88c12107ea734c35281c814e0c0) - Add unique kind IDs to tokens. |