chore: Release trueskill-tt version 0.6.0

This commit is contained in:
2026-09-08 06:46:36 +02:00
parent f345e7690e
commit b113385c6f
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## 0.6.0 - 2026-09-08
### Breaking Changes
- fix!: make the joint span slices, not just the latest one
## 0.5.0 - 2026-09-08
### Breaking Changes
@@ -24,6 +30,10 @@ All notable changes to this project will be documented in this file.
- feat: add History::predict_margin for scored matchups
- feat: add expected_variance_reduction for scored active learning
### Miscellaneous Tasks
- chore: Release trueskill-tt version 0.5.0
### Styling
- style: factor the event-pair type out of the reconvergence fixture
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "trueskill-tt"
version = "0.5.0"
version = "0.6.0"
edition = "2024"
rust-version = "1.85"
description = "TrueSkill Through Time: Bayesian skill rating that tracks how skill evolves over time, via Gaussian message passing"