Skip to content

Commit

Permalink
chore(release): prepare for 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Dec 27, 2024
1 parent 62ef2e3 commit 0834956
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.8.2] - 2024-12-27

### 🚜 Refactor

- Store password in state and re-use

## [0.8.1] - 2024-11-15

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "statement-sensei"
packages = [
{include = "webapp"}
]
version = "0.8.1"
version = "0.8.2"
description = "PDF to CSV conversion for your bank statements"
authors = ["Benjamin Dornel <benjamindornel@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "StatementSensei",
"version": "0.8.1",
"version": "0.8.2",
"identifier": "statementsensei.streamlit.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 0834956

Please sign in to comment.