From 6963c666e536ce452d9ccccf999c5810d3d5747b Mon Sep 17 00:00:00 2001 From: Oliver Marriott Date: Wed, 28 Aug 2024 23:29:58 +1000 Subject: [PATCH] chore: bump changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 690caaeb..5d53ee84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ to "core" code (things that effect loading and running your code/config) are avoided but breaking changes to the API (things that might effect your bindings and auto commands) are treated with less reverence. +## 0.14.3 + +- Updated to Fennel 1.5.1, may contain unintended breaking changes from + upstream, see Fennels own changelog. + ## 0.14.2 - Fix support for dashes in runtime plugin paths, eg: `plugin/my-plugin.fnl`.