From 1e73fbc615d903d4d5318a14b4f91af597caaa42 Mon Sep 17 00:00:00 2001 From: Arran Ireland Date: Mon, 23 Jun 2025 15:40:54 +0100 Subject: [PATCH 1/2] chore: update README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86b6efd..2b50da7 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,12 @@ [![Crates.io][crates-badge]][crates-url] [![Dependencies][deps-badge]][deps-url] -[![Documentation][docs-badge]][docs-url] [![Apache 2.0 licensed][apache-badge]][apache-url] [crates-badge]: https://img.shields.io/crates/v/lichess-api.svg [crates-url]: https://crates.io/crates/lichess-api [deps-badge]: https://deps.rs/repo/github/ion232/lichess-api/status.svg [deps-url]: https://deps.rs/repo/github/ion232/lichess-api -[docs-badge]: https://docs.rs/lichess-api/badge.svg -[docs-url]: https://docs.rs/lichess-api [apache-badge]: https://img.shields.io/badge/license-Apache%202.0-blue.svg [apache-url]: LICENSE @@ -31,7 +28,7 @@ The following table shows the current level of support for each category of endp | Category | Status | |-----------------------|:-------:| -| Account | ✅ | +| Account | 🔶 | | Analysis | ✅ | | Arena Tournaments | ❌ | | Board | ✅ | @@ -46,7 +43,7 @@ The following table shows the current level of support for each category of endp | Opening Explorer | ✅ | | OAuth | 🔶 | | Puzzles | ✅ | -| Relations | ❌ | +| Relations | ✅ | | Simuls | ✅ | | Studies | 🔶 | | Swiss Tournaments | ❌ | From 21db34283e0f5c10ffe712963996ab55d18d6b3a Mon Sep 17 00:00:00 2001 From: Arran Ireland Date: Mon, 23 Jun 2025 15:41:27 +0100 Subject: [PATCH 2/2] cargo: update version to 0.7.0 --- lib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 47a85b0..bd1444e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lichess-api" -version = "0.6.0" +version = "0.7.0" edition = "2024" license = "Apache-2.0" description = "A client library for the Lichess API" @@ -28,5 +28,5 @@ tracing = "0.1.41" url = "2.5.4" [dev-dependencies] -tokio = { version = "1.44.1", features = ["macros", "rt"] } +tokio = { version = "1.45.1", features = ["macros", "rt"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } \ No newline at end of file