We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f15741 commit 56d9223Copy full SHA for 56d9223
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.12.0 (2024-04-02)
2
+
3
+### Feat
4
5
+- add sinks protocols
6
7
+### Fix
8
9
+- type hint errors
10
+- rename parser protocol
11
12
## 0.11.0 (2024-04-01)
13
14
## 0.10.0 (2024-03-31)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ficamp"
-version = "0.11.0"
+version = "0.12.0"
description = "Analyze your bank data and categorize it."
authors = ["Santiago Fraire Willemoes <[email protected]>"]
readme = "README.md"
0 commit comments