We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc67d8 commit 73161bfCopy full SHA for 73161bf
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.21 (2024-12-19)
6
+
7
+### Feature
8
9
+* Implement better cache mechanism and various code improvements ([#22](https://github.com/gbourniq/portfolio-analytics/issues/22)) ([`7fc67d8`](https://github.com/gbourniq/portfolio-analytics/commit/7fc67d8d0f297d068b0ea290d39a0178016c25ff))
10
11
## v0.1.20 (2024-12-19)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "portfolio_analytics"
-version = "0.1.20"
+version = "0.1.21"
description = "A Python project to analyse a portfolio given positions and market data."
authors = ["Guillaume Bournique <guillaume.bournique@gmail.com>"]
readme = "README.md"
0 commit comments