From 18876a7b79c3be050d072d46394fb0717398d8e6 Mon Sep 17 00:00:00 2001 From: William Baker Date: Wed, 26 Jul 2023 21:28:12 -0400 Subject: [PATCH] Publish v1.4 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 276c0d9..ba14fcf 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.4.0] - 2023-07-26 + ### Added - Added a `--version` flag. The version must be defined when compiling the interpreter, with `-DVERSION=...` (gcc/clang) or `/DVERSION=...` (MSVC). @@ -133,3 +135,4 @@ First versioned release. [1.3.3]: https://github.com/bbrk24/Trilangle/tree/1.3.3 [1.3.4]: https://github.com/bbrk24/Trilangle/tree/1.3.4 [1.3.5]: https://github.com/bbrk24/Trilangle/tree/1.3.5 +[1.4.0]: https://github.com/bbrk24/Trilangle/tree/1.4.0