Skip to content

Commit 61ac99a

Browse files
committed
chore: release v0.10.0
1 parent 1d84eb9 commit 61ac99a

3 files changed

Lines changed: 36 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com),
66
and entries are generated from [Conventional Commits](https://www.conventionalcommits.org).
77

8+
## [0.10.0] - 2026-07-29
9+
10+
### New Features
11+
- *(portfolio)* Add deduct_management_fee for flat annual fee deduction (#901)
12+
13+
### Bug Fixes
14+
- Address quality scorecard findings (#873 #890 #891 #892) (#893)
15+
16+
### Documentation
17+
- Link changelog page from landing page (#874) (#885)
18+
19+
### Maintenance
20+
- Update rhiza to v1.1.3 (#882)
21+
- Sync with rhiza (#884)
22+
- Chore(deps)(deps): bump the python-dependencies group with 7 updates (#886)
23+
- Sync rhiza template to v1.2.0 (#887)
24+
- Opt out of rhiza fuzzing/scorecard/weekly workflows (#888)
25+
- Update rhiza to v1.2.1 (#889)
26+
- Split data.py god-module and decompose B(10) blocks (#871) (#894)
27+
- Chore(deps)(deps): bump the github-actions group with 11 updates (#895)
28+
- Chore(deps)(deps): bump the python-dependencies group with 4 updates (#896)
29+
- *(pyproject)* Modernize Python version and license metadata (#897)
30+
- Chore(deps)(deps): bump the python-dependencies group with 8 updates (#900)
31+
- Chore(deps)(deps): bump docker/login-action from 4.4.0 to 4.5.1 in the github-actions group (#899)
32+
- Declare version bump locations for bump-my-version
33+
34+
### Other Changes
35+
- Support Python 3.14; refresh README badges; add CLAUDE.md (#881)
36+
- Harden Rhiza sync schedule editing and tighten exception API typing (#883)
37+
838
## [0.9.7] - 2026-07-10
939

1040
### New Features
@@ -47,6 +77,7 @@ and entries are generated from [Conventional Commits](https://www.conventionalco
4777
- Sync Rhiza template v0.19.6 → v0.19.9 (#854)
4878
- Delete .rhiza/tests/test_git_repo_fixture.py (#876)
4979
- Delete .claude/commands directory (#875)
80+
- Bump version 0.9.6 → 0.9.7
5081

5182
## [0.9.6] - 2026-06-13
5283

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Main project metadata
22
[project]
33
name = 'jquantstats'
4-
version = "0.9.7"
4+
version = "0.10.0"
55
description = "Analytics for quants"
66
authors = [{name='tschm', email= 'thomas.schmelzer@gmail.com'}]
77
readme = "README.md"
@@ -157,7 +157,7 @@ reason = "Tests are organised by behaviour under tests/test_jquantstats/; per-mo
157157
# them all in one step. Without this, a bump silently touches no files and the
158158
# release CI fails its pyproject-version-vs-tag check.
159159
[tool.bumpversion]
160-
current_version = "0.9.7"
160+
current_version = "0.10.0"
161161

162162
# Anchored to the [project] table on purpose: search/replace applies to every match
163163
# in the file, so an unanchored `version = "..."` would also rewrite any [tool.*]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)