Skip to content

Commit

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

## [0.6.1] - 2024-09-05

### 🛠️ Bug Fixes

- *(docker)* Add missing ocrmypdf dependency

### ⚙️ Miscellaneous Tasks

- Move publish workflow to correct directory

### Build

- *(deps)* Bump monopoly-core to 0.11.0

## [0.6.0] - 2024-09-05

### ⛰️ Features
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.6.0"
version = "0.6.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 tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "StatementSensei",
"version": "0.6.0",
"version": "0.6.1",
"identifier": "statementsensei.streamlit.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit aca00ad

Please sign in to comment.