Skip to content

Commit f8baefa

Browse files
semantic-releaseactions-user
semantic-release
authored andcommitted
0.1.23
Automatically generated by python-semantic-release [skip ci]
1 parent f9696e8 commit f8baefa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.23 (2024-12-19)
6+
7+
### Feature
8+
9+
* Upgrade to python3.12 and remove requirements.txt files in favour of poetry ([`07e210b`](https://github.com/gbourniq/portfolio-analytics/commit/07e210b64ab5e1a19e4cc6d6f13d7a4aef02ca9a))
10+
11+
### Fix
12+
13+
* Add resource limits to containers ([`db74fc9`](https://github.com/gbourniq/portfolio-analytics/commit/db74fc931a156b272502a575832baf39847942b0))
14+
515
## v0.1.22 (2024-12-19)
616

717
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "portfolio_analytics"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
description = "A Python project to analyse a portfolio given positions and market data."
55
authors = ["Guillaume Bournique <guillaume.bournique@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)