From a5e8461462fe1a57d290137c1d2d0f84c49e3f52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:18:33 +0000 Subject: [PATCH] chore: release v0.5.4 (#274) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `roadster`: 0.5.3 -> 0.5.4
Changelog

## [0.5.4](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.3...roadster-v0.5.4) - 2024-07-07 ### Added - Add method to prepare the app separately from running it ([#270](https://github.com/roadster-rs/roadster/pull/270)) ### Fixed - Correctly add the `ApiRouter` to the HTTP service's `ApiRouter` ([#273](https://github.com/roadster-rs/roadster/pull/273)) ### Other - Fixes for default openapi docs ([#271](https://github.com/roadster-rs/roadster/pull/271))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eccacdd..80acaed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.4](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.3...roadster-v0.5.4) - 2024-07-07 + +### Added +- Add method to prepare the app separately from running it ([#270](https://github.com/roadster-rs/roadster/pull/270)) + +### Fixed +- Correctly add the `ApiRouter` to the HTTP service's `ApiRouter` ([#273](https://github.com/roadster-rs/roadster/pull/273)) + +### Other +- Fixes for default openapi docs ([#271](https://github.com/roadster-rs/roadster/pull/271)) + ## [0.5.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.2...roadster-v0.5.3) - 2024-07-04 ### Other diff --git a/Cargo.toml b/Cargo.toml index 41a5312b..b3b41756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.5.3" +version = "0.5.4" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."