Skip to content

Commit

Permalink
chore(release): prepare for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Nov 15, 2024
1 parent db19f9e commit d14f148
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.1] - 2024-11-15

### ⚙️ Miscellaneous Tasks

- Improve warning for missing safety check

### Build

- *(deps)* Bump monopoly-core to 0.13.3
- *(deps)* Bump monopoly-core to 0.13.4

## [0.8.0] - 2024-11-15

### 🛠️ Bug Fixes
Expand Down
Binary file added dist/statement_sensei-0.8.1.tar.gz
Binary file not shown.
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.0"
version = "0.8.1"
description = "PDF to CSV conversion for your bank statements"
authors = ["Benjamin Dornel <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist/statement_sensei-0.8.0.tar.gz --hash=sha256:d43ab7e83415857cbb631469bf7a0221f23fed1297f7c2c403b92371704d86b5
dist/statement_sensei-0.8.1.tar.gz --hash=sha256:445ad218469b4475889eaff14cd86d06f150e851a31bc20cf0ee3e86e50df8cd
altair==5.4.1 ; python_version >= "3.10" and python_version < "3.13" \
--hash=sha256:0ce8c2e66546cb327e5f2d7572ec0e7c6feece816203215613962f0ec1d76a82 \
--hash=sha256:0fb130b8297a569d08991fb6fe763582e7569f8a04643bbd9212436e3be04aef
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.0",
"version": "0.8.1",
"identifier": "statementsensei.streamlit.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit d14f148

Please sign in to comment.