diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc5d33..69e854c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/RAprogramm/timeweb-rs/compare/v0.5.0...v0.5.1) - 2026-07-05 + +### Other + +- #42 fix: type deploy timestamps as strings to survive naive API datetimes ([#43](https://github.com/RAprogramm/timeweb-rs/pull/43)) ([f90bff3](https://github.com/RAprogramm/timeweb-rs/commit/f90bff3b158443eae293d91e4a75b8bd47c97a9a)) + + ## [0.5.0](https://github.com/RAprogramm/timeweb-rs/compare/v0.4.0...v0.5.0) - 2026-07-03 ### Other diff --git a/Cargo.lock b/Cargo.lock index 0094a66..88c0de8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1564,7 +1564,7 @@ dependencies = [ [[package]] name = "timeweb-rs" -version = "0.5.0" +version = "0.5.1" dependencies = [ "chrono", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index c24c620..8a465bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timeweb-rs" -version = "0.5.0" +version = "0.5.1" edition = "2024" rust-version = "1.96" description = "Async Rust SDK for the Timeweb Cloud API"