Skip to content

Commit

Permalink
Publish v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marceljuenemann committed Oct 16, 2024
1 parent fd996c3 commit b05224e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiebreak",
"version": "0.2.0",
"version": "0.3.0",
"description": "Calculation of chess tournament tiebreaks compliant with FIDE regulations",
"keywords": [
"chess",
Expand Down
1 change: 0 additions & 1 deletion src/tiebreak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export interface PlayerRanking {
/**
* Calculates tiebreaks for a tournament with the given results and configuration.
*/
// TODO: Rename to Tiebreaker
// TODO: Measure performance for large tournaments. Add caching/memoization if needed.
export class Tiebreaker {
constructor(
Expand Down

0 comments on commit b05224e

Please sign in to comment.