Skip to content

Commit

Permalink
chore(release): prepare for 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jul 14, 2024
1 parent 12170c7 commit 30de3bc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.10.2] - 2024-07-14

### ⛰️ Features

- *(cli)* Add verbose output for error messages

### 🛠️ Bug Fixes

- *(pipeline)* Explicitly call get_transactions() in extract

### 🚜 Refactor

- *(statements/debit)* Recalculate debit header for each page
- *(statements/debit)* Create separate has_debit_header property
- *(statements/debit)* Remove redundant typehint for match
- Store raw_text property in PdfDocument
- *(statement)* Move regex from func to __init__
- Move identifiers to separate file
- Split up constants across multiple files
- Use RunConfig class to hold run arguments
- *(detector)* Cache metadata_items()

## [0.10.1] - 2024-07-10

### 🛠️ Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "monopoly-core"
version = "0.10.1"
version = "0.10.2"
description = "Monopoly is a Python library & CLI that converts bank statement PDFs to CSV"
repository = "https://github.com/benjamin-awd/monopoly"
authors = ["benjamin-awd <benjamindornel@gmail.com>"]
Expand Down

0 comments on commit 30de3bc

Please sign in to comment.