From 4814ad88c3b53cbdc673ab621444886dc9f68281 Mon Sep 17 00:00:00 2001 From: tison Date: Sun, 4 Aug 2024 22:57:31 +0800 Subject: [PATCH] docs Update README.md A bit more information. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0155e97..2cc8b84 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,18 @@ fn main() { Read more demos under the [examples](examples) directory. +## Documentation + +Read the online documents at https://docs.rs/logforth. + ## Supported Rust Versions (MSRV 1.71) Logforth is built against the latest stable release. The minimum supported version is 1.71. The current Logforth version is not guaranteed to build on Rust versions earlier than the minimum supported version. +## When to release a 1.0 version + +After one year of practicing the interfaces, if there are no further blockers, I'll release a 1.0 version. So consequently, it can be as early as 2025-08. + ## License and Origin This project is licensed under [Apache License, Version 2.0](LICENSE).