Skip to content

Commit

Permalink
chore(release): prepare for 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Aug 26, 2024
1 parent 22b7204 commit 7f856f0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [0.10.10] - 2024-08-26

### 🚜 Refactor

- *(generic)* Make most common tuples into set instead of list
- *(generic)* Create separate class for pattern matching
- *(constants)* Make enums into top level file

### ⚙️ Miscellaneous Tasks

- Make CLI banner more concise
- *(generic)* Remove redundant typehint for date_regex_patterns
- *(generic)* Remove redundant results var
- *(generic)* Use self.pages directly instead of passing self.pages
- *(generic)* Rename vars/functions to use "spans" instead of tuples
- *(constants)* Move enums in config to statement

## [0.11.0] - 2024-08-26

### 🚜 Refactor

- *(generic)* Make most common tuples into set instead of list
- *(generic)* Create separate class for pattern matching
- *(constants)* Make enums into top level file

### ⚙️ Miscellaneous Tasks

- Make CLI banner more concise
- *(generic)* Remove redundant typehint for date_regex_patterns
- *(generic)* Remove redundant results var
- *(generic)* Use self.pages directly instead of passing self.pages
- *(generic)* Rename vars/functions to use "spans" instead of tuples
- *(constants)* Move enums in config to statement

## [0.10.9] - 2024-08-21

### ⛰️ 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.10.9"
version = "0.10.10"
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 7f856f0

Please sign in to comment.