Skip to content

Commit

Permalink
chore(release): prepare for 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Aug 17, 2024
1 parent 1943cc0 commit cfd765c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.10.8] - 2024-08-17

### 🚜 Refactor

- *(banks)* Remove EncryptionIdentifier
- Use header patterns to identify statement type
- Use default factory instead of frozen for DateOrder
- Move PdfPasswords to pdf module
- Reduce type hint verbosity by using BaseStatement

## [0.10.7] - 2024-08-11

### 🚜 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.10.7"
version = "0.10.8"
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 cfd765c

Please sign in to comment.