Skip to content

Commit fc7c4ad

Browse files
chore(main): release 0.5.0
1 parent adf2d1e commit fc7c4ad

4 files changed

Lines changed: 10 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/kallegrens/rebalance/compare/v0.4.0...v0.5.0) (2026-05-09)
4+
5+
6+
### Features
7+
8+
* replace SLSQP solver with MILP (cvxpy+HiGHS) and add fractional asset support ([adf2d1e](https://github.com/kallegrens/rebalance/commit/adf2d1e2222de00b5f47cb0775010331f17c2ab5))
9+
310
## [0.4.0](https://github.com/kallegrens/rebalance/compare/v0.3.1...v0.4.0) (2026-05-09)
411

512

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)