From e782d11f727c29ed920be372c3b6ad4363b9b747 Mon Sep 17 00:00:00 2001 From: "release-plz-yew-nav-link[bot]" <283907029+release-plz-yew-nav-link[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 07:26:41 +0000 Subject: [PATCH] chore: release v0.5.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"