diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f0b94..1821400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.0] - 2024-11-23 + +### 🚀 Features + +- Rewrite hooks (#30) + ## [0.7.1] - 2024-11-23 ### 🐛 Bug Fixes diff --git a/uv.lock b/uv.lock index 70ca037..aef57dd 100644 --- a/uv.lock +++ b/uv.lock @@ -477,7 +477,7 @@ wheels = [ [[package]] name = "fujin-cli" -version = "0.7.1" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "cappa" },