Skip to content

Commit

Permalink
chore(release): prepare for 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jun 13, 2024
1 parent 48dc6b0 commit e11dbf9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

All notable changes to this project will be documented in this file.

## [0.9.4] - 2024-06-13

### ⛰️ Features

- *(generic/constants)* Add dd_mm_yy pattern
- *(generic/constants)* Add support for dd_mm_yy pattern
- *(banks)* Add Maybank debit and credit support
- *(statements)* Attempt to calculate total sum using subtotals

### 🛠️ Bug Fixes

- *(generic)* Use better default types for most_common_pattern/tuples
- *(config/typing)* Add has_withdraw_deposit_column to base statement

### 🚜 Refactor

- *(generic/constants)* Add DRY pattern for YYYY
- *(generic/constants)* Add spaces in delimiter for all dd_mm_ patterns
- *(statements)* Remove outdated re-parsing of document with pymupdf
- *(generic/constants)* Add \b suffix for yy/yyyy patterns
- *(generic)* Add tolerance for misaligned dates across pages
- *(statement/debit)* Only try to get debit suffix if withdraw/deposit cols exist
- *(constants)* Add support for + or - in suffix
- *(banks)* Allow loose metadata field matching

### 📚 Documentation

- Move web demo gif to monopoly-streamlit
- Use emoji instead of : syntax

### ⚙️ Miscellaneous Tasks

- *(generic/constants)* Change all patterns to raw string
- *(release)* Change features emoji to ⛰️
- Use 🛠️ as bug fix emoji

## [0.9.3] - 2024-06-09

### 🚀 Features
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.9.3"
version = "0.9.4"
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 e11dbf9

Please sign in to comment.