aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-08-22 17:39:02 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-08-22 17:45:22 +0900
commit6ae619caede2f080a8a7f50c1ecadc9ef507792a (patch)
treeef01b7b89e97d6a01d2a77e1883b4cedd2d69ea0
parentAdd lexeme positions to tokens (diff)
downloadtre-6ae619caede2f080a8a7f50c1ecadc9ef507792a.tar.gz
tre-6ae619caede2f080a8a7f50c1ecadc9ef507792a.tar.xz
Update CHANGELOG
-rw-r--r--CHANGELOG.md7
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.