diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5b00c..4aec26c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/RAprogramm/timeweb-rs/compare/v0.1.0...v0.1.1) - 2026-05-21 + +### Documentation + +- docs add security policy +- docs use referral link for timeweb cloud +- docs add changelog and release process +- docs add crates.io docs.rs and msrv badges + ## [0.1.0] - 2026-05-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2b6566d..b0de8ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1618,7 +1618,7 @@ dependencies = [ [[package]] name = "timeweb-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index cb97cda..80fda04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timeweb-rs" -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.95" description = "Async Rust SDK for the Timeweb Cloud API"