From 7a374cbc6eb2a86dcd995edf928f1059159367ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:45:39 -0700 Subject: [PATCH] chore: release v0.6.14 (#474) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `roadster`: 0.6.13 -> 0.6.14 (✓ API compatible changes)
Changelog

## [0.6.14](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.13...roadster-v0.6.14) - 2024-10-21 ### Added - Add `AnyMiddleware` to minimize boilerplate for Axum middleware ([#472](https://github.com/roadster-rs/roadster/pull/472)) ### Other - A couple minor fixes for the loco comparison ([#471](https://github.com/roadster-rs/roadster/pull/471)) - Update book favicon color ([#469](https://github.com/roadster-rs/roadster/pull/469)) - Update Roadster features index.md ([#467](https://github.com/roadster-rs/roadster/pull/467)) - Update links in getting started index ([#466](https://github.com/roadster-rs/roadster/pull/466)) - Add leptos-0.7 example ([#465](https://github.com/roadster-rs/roadster/pull/465)) - Update doc test log group name in feature powerset workflow ([#464](https://github.com/roadster-rs/roadster/pull/464)) - Add links to relevant docs.rs links in book chapters ([#463](https://github.com/roadster-rs/roadster/pull/463)) - Add Leptos comparison ([#462](https://github.com/roadster-rs/roadster/pull/462)) - Add utility to generate the feature "powerset" list ([#454](https://github.com/roadster-rs/roadster/pull/454)) - Update openapi features in loco comparison ([#452](https://github.com/roadster-rs/roadster/pull/452))

--- 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 | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6511c41..a06dd9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.14](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.13...roadster-v0.6.14) - 2024-10-21 + +### Added + +- Add `AnyMiddleware` to minimize boilerplate for Axum middleware ([#472](https://github.com/roadster-rs/roadster/pull/472)) + +### Other + +- Add leptos-0.7 example ([#465](https://github.com/roadster-rs/roadster/pull/465)) + ## [0.6.13](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.12...roadster-v0.6.13) - 2024-10-19 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 98a95e46..a0930876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.6.13" +version = "0.6.14" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."