Skip to content

Commit fbfb4ce

Browse files
chore(main): release 0.5.0
1 parent 4cdc698 commit fbfb4ce

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "rebalance"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "A calculator which tells you how to split your investment amongst your portfolio's assets based on your target asset allocation."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

rebalance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.0"
22

33
from .asset import Asset as Asset
44
from .money import Cash as Cash

0 commit comments

Comments
 (0)