Skip to content

Commit

Permalink
chore(release): prepare for 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Sep 8, 2024
1 parent 6369cf3 commit 64e61ff
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.12.0] - 2024-09-08

### ⛰️ Features

- *(banks)* Add support for UOB

### 🛠️ Bug Fixes

- *(transaction)* Avoid negative zero value

### 🚜 Refactor

- *(banks)* Remove pdfconfig for stan chart and uob
- *(detector)* Simplify matching logic
- *(identifiers)* Add caching for metadata identifier
- *(detector)* Split up functions within is_bank_identified
- *(cli)* Show number of files processed/errors as final action

### ⚙️ Miscellaneous Tasks

- *(banks)* Add type check for identifiers
- *(base)* Add boundary check for transactions

## [0.11.1] - 2024-09-07

### 🚜 Refactor
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.11.1"
version = "0.12.0"
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 64e61ff

Please sign in to comment.