Skip to content

Commit

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

## [0.10.1] - 2024-07-10

### 🛠️ Bug Fixes

- Banks with only text identifiers

### 🧪 Testing

- Remove redundant `@skip_if_encrypted` from test_auto_detect_bank

### ⚙️ Miscellaneous Tasks

- *(examples)* Add text identifier example

## [0.10.0] - 2024-07-05

### ⛰️ 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.0"
version = "0.10.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 <benjamindornel@gmail.com>"]
Expand Down

0 comments on commit f5f1359

Please sign in to comment.