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 + +