From 6c32814f287642993c9e0a785366efce2738d2dc Mon Sep 17 00:00:00 2001 From: Benjamin Dornel Date: Tue, 14 Jan 2025 23:43:02 +0800 Subject: [PATCH] chore(release): prepare for 0.14.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41e7ed6..b0dd2eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.14.0] - 2025-01-14 + +### ⛰️ Features + +- *(banks)* Add trust + +### 🛠️ Bug Fixes + +- *(ci)* Pin runner to ubuntu-22.04 +- *(banks/uob)* Identify +- Conditionally append statement date according to transaction + +### 🚜 Refactor + +- *(config)* Store multiline config in dataclass +- *(statements)* Store match data in dataclass +- *(statements)* Use OOP pattern for multiline transactions + +### 📚 Documentation + +- *(README)* Add Trust to supported bank list + +### ⚙️ Miscellaneous Tasks + +- *(generic)* Update test suite to use current year + +### Build + +- *(deps)* Bump the deps group with 10 updates +- *(deps)* Bump Flydiverny/setup-git-crypt from 3 to 4 +- *(deps)* Bump the deps group with 12 updates + ## [0.13.6] - 2024-12-13 ### 🛠️ Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index b7af197c..426c3124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "monopoly-core" -version = "0.13.6" +version = "0.14.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 "]