From 3b68ca73fe93fabd2fa7350648706918be66cf19 Mon Sep 17 00:00:00 2001 From: Benjamin Dornel Date: Fri, 15 Nov 2024 23:35:15 +0800 Subject: [PATCH] chore(release): prepare for 0.8.0 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- tauri/src-tauri/tauri.conf.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1c640..b0df501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.8.0] - 2024-11-15 + +### 🛠️ Bug Fixes + +- *(build)* Add hash to statementsensei tar.gz + +### ⚙️ Miscellaneous Tasks + +- Add 0.7.4 tar file +- *(ci)* Add stale action +- *(ci)* Add exempt labels for stale action +- *(helpers)* Add warning for statements without statement check + +### Build + +- *(deps)* Bump monopoly-core to 0.13.2 + ## [0.7.4] - 2024-10-05 ### ⛰️ Features diff --git a/pyproject.toml b/pyproject.toml index 26046d0..6ac59ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "statement-sensei" packages = [ {include = "webapp"} ] -version = "0.7.4" +version = "0.8.0" description = "PDF to CSV conversion for your bank statements" authors = ["Benjamin Dornel "] readme = "README.md" diff --git a/tauri/src-tauri/tauri.conf.json b/tauri/src-tauri/tauri.conf.json index 55f5f4b..ebc6d3a 100644 --- a/tauri/src-tauri/tauri.conf.json +++ b/tauri/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "StatementSensei", - "version": "0.7.4", + "version": "0.8.0", "identifier": "statementsensei.streamlit.app", "build": { "beforeDevCommand": "pnpm dev",