From a4a41c8dfe17525a848f1d06d9f675b687516b3e Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 11 Jan 2025 16:01:42 -0500 Subject: [PATCH] chore: Add CHANGELOG.md --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2cdcb97 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [1.1.0] - 2025-01-11 + +### 🚀 Features + +- Add more support for patterns and conditional match + +### 🐛 Bug Fixes + +- Properly parse Expressions, Idents, and Literals + +### ⚙️ Miscellaneous Tasks + +- Clean up parse logic for Value +- Add git hooks +- Remove earthly check in release just script + +