Skip to content

Commit

Permalink
chore(release): prepare for 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jun 9, 2024
1 parent 983d258 commit 4f9ada5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

All notable changes to this project will be documented in this file.

## [0.9.3] - 2024-06-09

### 🚀 Features

- *(ci)* Add publish workflow

### 🐛 Bug Fixes

- *(ci)* Update step name to setup-python
- *(ci)* Run poetry tasks one at a time
- *(cli)* Allow safety_check to be passed to concurrent executor

### 🚜 Refactor

- *(ci)* Run git-crypt unlock without temp file
- *(statement/debit)* Add better handling for suffixes
- *(metadata)* Use consistent return statement
- *(generic)* Conform to snake_case naming pattern

### 📚 Documentation

- Add POSB to supported banks
- Add CHANGELOG using git cliff

### 🧪 Testing

- Add newline to .gc_check file

### ⚙️ Miscellaneous Tasks

- Add CODEOWNERS file
- *(ci)* Bump poetry to 1.8.3
- Update ruff syntax
- *(ci)* Re-add flake8
- *(cli)* Add kwargs to run function

## [0.9.1] - 2024-06-09

### 🚀 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.9.2"
version = "0.9.3"
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 4f9ada5

Please sign in to comment.