From b113385c6f64de8e44c1631a5550986492d57fb1 Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Tue, 8 Sep 2026 06:46:36 +0200 Subject: [PATCH] chore: Release trueskill-tt version 0.6.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6bf181..db22c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 14b681e..f8efdb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"