From f7a47992869f1e85e9a173c88a7d052df4f95303 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 04:05:39 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6274fdd2..0eccacdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.2...roadster-v0.5.3) - 2024-07-04 + +### Other +- Update the `_health` HTTP API docs ([#267](https://github.com/roadster-rs/roadster/pull/267)) + ## [0.5.2](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.1...roadster-v0.5.2) - 2024-07-02 ### Added diff --git a/Cargo.toml b/Cargo.toml index 5c368488..41a5312b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.5.2" +version = "0.5.3" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."