File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.4 .0"
2+ "." : " 0.5 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.0] ( https://github.com/kallegrens/rebalance/compare/v0.4.0...v0.5.0 ) (2026-05-23)
4+
5+
6+ ### Features
7+
8+ * add band-aware monitoring and constrained rebalance planning ([ 9c432d9] ( https://github.com/kallegrens/rebalance/commit/9c432d9d3a744a57a34013355baed68533a48da3 ) )
9+ * add nordnet_stockholm courtage profile and asymmetric bands ([ 4096471] ( https://github.com/kallegrens/rebalance/commit/409647186cd18b4985a75b0e2831af003e1ad3fd ) )
10+ * add support for leverage ([ 5ba6707] ( https://github.com/kallegrens/rebalance/commit/5ba6707bc0eab10845baf870059683baece86046 ) )
11+ * add support for notifications with apprise ([ c1f13f7] ( https://github.com/kallegrens/rebalance/commit/c1f13f7a81d48e51a632257543c2803789c03386 ) )
12+ * ** ci:** add container image build ([ 451c1b0] ( https://github.com/kallegrens/rebalance/commit/451c1b032e700c2444ebb3000c1a7d131f96c9b2 ) )
13+ * model Nordnet 0.25% FX conversion cost for non-SEK assets ([ 9441002] ( https://github.com/kallegrens/rebalance/commit/944100238197cf506ef55884df86fe270a08489e ) )
14+ * replace SLSQP solver with MILP (cvxpy+HiGHS) and add fractional asset support ([ adf2d1e] ( https://github.com/kallegrens/rebalance/commit/adf2d1e2222de00b5f47cb0775010331f17c2ab5 ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * ** deps:** update python dependencies ([ 4cdc698] ( https://github.com/kallegrens/rebalance/commit/4cdc6986ab0a2c6e5f6674418bca5c891b0f83f4 ) )
20+ * ** deps:** update python dependencies ([ 4f82e12] ( https://github.com/kallegrens/rebalance/commit/4f82e1278395eb2e234ab6c327add4eb79792b09 ) )
21+
322## [ 0.4.0] ( https://github.com/kallegrens/rebalance/compare/v0.3.1...v0.4.0 ) (2026-05-09)
423
524
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " rebalance"
7- version = " 0.4 .0"
7+ version = " 0.5 .0"
88description = " A calculator which tells you how to split your investment amongst your portfolio's assets based on your target asset allocation."
99readme = " README.md"
1010license = { file = " LICENSE" }
Original file line number Diff line number Diff line change 1- __version__ = "0.4 .0"
1+ __version__ = "0.5 .0"
22
33from .asset import Asset as Asset
44from .money import Cash as Cash
You can’t perform that action at this time.
0 commit comments