From 741c0effcc3d35a819c81fbc15fe33139d513c1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:24:27 +0000 Subject: [PATCH] chore: release v0.5.8 (#283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `roadster`: 0.5.7 -> 0.5.8
Changelog

## [0.5.8](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.7...roadster-v0.5.8) - 2024-07-22 ### Other - Remove the `update` justfile command ([#282](https://github.com/roadster-rs/roadster/pull/282)) - Use the main project README.md as the library's top-level docs ([#281](https://github.com/roadster-rs/roadster/pull/281))

--- 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 | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7f8d2b..b7237db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.8](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.7...roadster-v0.5.8) - 2024-07-22 + +### Other +- Remove the `update` justfile command ([#282](https://github.com/roadster-rs/roadster/pull/282)) +- Use the main project README.md as the library's top-level docs ([#281](https://github.com/roadster-rs/roadster/pull/281)) + ## [0.5.7](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.6...roadster-v0.5.7) - 2024-07-22 ### Other diff --git a/Cargo.toml b/Cargo.toml index a5727542..2062ed72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.5.7" +version = "0.5.8" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."