Skip to content

Commit

Permalink
chore: release v0.6.3 (#373)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `roadster`: 0.6.2 -> 0.6.3

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

<blockquote>

##
[0.6.3](roadster-v0.6.2...roadster-v0.6.3)
- 2024-09-15

### Added

- Add more builder methods for `RoadsterApp`
([#370](#370))
- Builder-style API for `App`
([#367](#367))

### Other

- Fix CI build step name
([#372](#372))
- Add logs for successful health checks
([#371](#371))
- Restructure configs for leptos-ssr example
([#364](#364))
</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 Sep 15, 2024
1 parent 7b8f73a commit 783e29f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2"
version = "0.6.3"
edition = "2021"
publish = true
description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."
Expand Down

0 comments on commit 783e29f

Please sign in to comment.