Skip to content

Commit

Permalink
chore: release v0.6.14 (#474)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `roadster`: 0.6.13 -> 0.6.14 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.6.14](roadster-v0.6.13...roadster-v0.6.14)
- 2024-10-21

### Added

- Add `AnyMiddleware` to minimize boilerplate for Axum middleware
([#472](#472))

### Other

- A couple minor fixes for the loco comparison
([#471](#471))
- Update book favicon color
([#469](#469))
- Update Roadster features index.md
([#467](#467))
- Update links in getting started index
([#466](#466))
- Add leptos-0.7 example
([#465](#465))
- Update doc test log group name in feature powerset workflow
([#464](#464))
- Add links to relevant docs.rs links in book chapters
([#463](#463))
- Add Leptos comparison
([#462](#462))
- Add utility to generate the feature "powerset" list
([#454](#454))
- Update openapi features in loco comparison
([#452](#452))
</blockquote>


</p></details>

---
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 <[email protected]>
  • Loading branch information
github-actions[bot] and spencewenski authored Oct 21, 2024
1 parent b3b4455 commit 7a374cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 7a374cb

Please sign in to comment.