From dbbb3eb75bf0ce96097af88f6254501f7a0cf5ae Mon Sep 17 00:00:00 2001 From: Tobi DEGNON Date: Sat, 23 Nov 2024 07:54:36 +0100 Subject: [PATCH] Generate changelog for version 0.7.1 --- CHANGELOG.md | 6 ++++++ uv.lock | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1c236..59f0b94 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.7.1] - 2024-11-23 + +### 🐛 Bug Fixes + +- Broken .venv folder can fail deploy + ## [0.7.0] - 2024-11-22 ### 🚀 Features diff --git a/uv.lock b/uv.lock index 36c6a6b..70ca037 100644 --- a/uv.lock +++ b/uv.lock @@ -477,7 +477,7 @@ wheels = [ [[package]] name = "fujin-cli" -version = "0.7.0" +version = "0.7.1" source = { editable = "." } dependencies = [ { name = "cappa" },