Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 | ✅ |
Expand All @@ -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 | ❌ |
Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"] }