From 783e29f3c34aae5d0c9ef917f7c00580edccd546 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 22:09:16 +0100 Subject: [PATCH] chore: release v0.6.3 (#373) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `roadster`: 0.6.2 -> 0.6.3
Changelog

## [0.6.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.2...roadster-v0.6.3) - 2024-09-15 ### Added - Add more builder methods for `RoadsterApp` ([#370](https://github.com/roadster-rs/roadster/pull/370)) - Builder-style API for `App` ([#367](https://github.com/roadster-rs/roadster/pull/367)) ### Other - Fix CI build step name ([#372](https://github.com/roadster-rs/roadster/pull/372)) - Add logs for successful health checks ([#371](https://github.com/roadster-rs/roadster/pull/371)) - Restructure configs for leptos-ssr example ([#364](https://github.com/roadster-rs/roadster/pull/364))

--- 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> Co-authored-by: Spencer Ferris <3319370+spencewenski@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 a44a0f18..0908293a 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.6.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.2...roadster-v0.6.3) - 2024-09-15 + +### Added + +- Add more builder methods for `RoadsterApp` ([#370](https://github.com/roadster-rs/roadster/pull/370)) +- Builder-style API for `App` ([#367](https://github.com/roadster-rs/roadster/pull/367)) + +### Other + +- Add logs for successful health checks ([#371](https://github.com/roadster-rs/roadster/pull/371)) + ## [0.6.2](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.1...roadster-v0.6.2) - 2024-08-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index 600f10e0..2e506777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.6.2" +version = "0.6.3" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."