From fbd55cb2142a85af59b0a28fc36b3e71a295d16b Mon Sep 17 00:00:00 2001 From: Abourass Date: Fri, 12 Jul 2024 15:36:09 -0600 Subject: [PATCH] refactor: Improve directory creation and copying logic in cauldron_update.fish --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd42789..c1e0187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.3.1] - 2024-07-12 + +### 🚜 Refactor + +- Improve directory creation and copying logic in cauldron_update.fish + +### ⚙️ Miscellaneous Tasks + +- Bump version to 0.3.1 and update changelog script + ## [0.3.0] - 2024-07-12 ### 🚜 Refactor