Skip to content

Commit

Permalink
chore(release): prepare for 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jan 14, 2025
1 parent 9d1f953 commit 6c32814
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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 <benjamindornel@gmail.com>"]
Expand Down

0 comments on commit 6c32814

Please sign in to comment.