Skip to content

Commit f207b24

Browse files
committed
chore: release 1.0.0
Signed-off-by: tison <[email protected]>
1 parent b80ab8e commit f207b24

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "fasyslog"
17-
version = "0.3.2"
17+
version = "1.0.0"
1818

1919
categories = ["development-tools::debugging"]
2020
description = "A fast syslog client written in Rust."

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,14 @@ Check the [examples](examples) directory for more examples.
9090

9191
## Documentation
9292

93-
Read the online documents at https://docs.rs/logforth.
93+
Read the online documents at https://docs.rs/fasyslog.
9494

9595
## Minimum Supported Rust Version (MSRV)
9696

9797
This crate is built against the latest stable release, and its minimum supported rustc version is 1.75.0.
9898

9999
The policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if Fasyslog 1.0 requires Rust 1.20.0, then Fasyslog 1.0.z for all values of z will also require Rust 1.20.0 or newer. However, Fasyslog 1.y for y > 0 may require a newer minimum version of Rust.
100100

101-
## When to release a 1.0 version
102-
103-
I'm fine with the current API design and ready for a 1.0 release. Just leave a few months for feedback on the crate's usability. If you have any suggestions or feedback, please open an issue.
104-
105-
I'm going to release a 1.0 version as early as 2025-01.
106-
107101
## License
108102

109103
This project is licensed under [Apache License, Version 2.0](LICENSE).

0 commit comments

Comments
 (0)