From 45981231d0744f6c499760dd57f2e3fecdd34969 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:44:18 +0000 Subject: [PATCH] chore: release v0.5.7 (#280) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `roadster`: 0.5.6 -> 0.5.7
Changelog

## [0.5.7](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.6...roadster-v0.5.7) - 2024-07-22 ### Other - Update dependencies ([#279](https://github.com/roadster-rs/roadster/pull/279))

--- 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 | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7ebe2f..ea7f8d2b 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.7](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.6...roadster-v0.5.7) - 2024-07-22 + +### Other +- Update dependencies ([#279](https://github.com/roadster-rs/roadster/pull/279)) + ## [0.5.6](https://github.com/roadster-rs/roadster/compare/roadster-v0.5.5...roadster-v0.5.6) - 2024-07-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index 370a9b67..a5727542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.5.6" +version = "0.5.7" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."