From ea47b4aada5956f955eb6551207423f543281161 Mon Sep 17 00:00:00 2001 From: William Baker Date: Tue, 21 Nov 2023 12:45:26 -0500 Subject: [PATCH] Publish 1.6.2 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d876c7..b9e3dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. See [Keep a ## Unreleased +## [1.6.2] - 2023-11-21 + ### Fixed - The EXP opcode now behaves consistently between the interpreter and the C compiler. @@ -191,3 +193,4 @@ First versioned release. [1.5.0]: https://github.com/bbrk24/Trilangle/tree/1.5.0 [1.6.0]: https://github.com/bbrk24/Trilangle/tree/1.6.0 [1.6.1]: https://github.com/bbrk24/Trilangle/tree/1.6.1 +[1.6.2]: https://github.com/bbrk24/Trilangle/tree/1.6.2