Skip to content

Commit eae6340

Browse files
committed
Version bump
1 parent 6bba1cc commit eae6340

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This is a broad overview of the changes that have been made over the lifespan of this library.
44

5+
## v0.27.1 - 2024-10-10
6+
7+
- Slightly simplify TrueSkill calculations
8+
59
## v0.27.0 - 2024-06-08
610

711
- Add full support for rating more than 2 teams with TrueSkill

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skillratings"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
edition = "2021"
55
description = "Calculate a player's skill rating using algorithms like Elo, Glicko, Glicko-2, TrueSkill and many more."
66
readme = "README.md"

0 commit comments

Comments
 (0)