Skip to content

Commit

Permalink
chore(release): prepare for 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jan 15, 2025
1 parent 1d70a56 commit 29e4cff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.14.1] - 2025-01-15

### 🚜 Refactor

- Rename suffix -> polarity

### 📚 Documentation

- *(pyproject)* Add python classifiers for 3.12 and 3.13

### ⚙️ Miscellaneous Tasks

- *(ci)* Add stale workflow
- *(pipeline/transform)* Remove redundant if clause
- *(banks)* Declare negative symbol explicitly in boa

## [0.14.0] - 2025-01-14

### ⛰️ 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.14.0"
version = "0.14.1"
description = "Monopoly is a Python library & CLI that converts bank statement PDFs to CSV"
repository = "https://github.com/benjamin-awd/monopoly"
authors = ["benjamin-awd <[email protected]>"]
Expand Down

0 comments on commit 29e4cff

Please sign in to comment.