Skip to content

Commit

Permalink
chore: release v0.3.5 (#248)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `roadster`: 0.3.4 -> 0.3.5

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

<blockquote>

##
[0.3.5](roadster-v0.3.4...roadster-v0.3.5)
- 2024-06-24

### Fixed
- Health check config is missing a `custom` field
([#246](#246))

### Other
- Check PR title for compliance with conventional commits
([#247](#247))
</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>
  • Loading branch information
github-actions[bot] authored Jun 25, 2024
1 parent 3af6c2d commit 04632d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.5](https://github.com/roadster-rs/roadster/compare/roadster-v0.3.4...roadster-v0.3.5) - 2024-06-24

### Fixed
- Health check config is missing a `custom` field ([#246](https://github.com/roadster-rs/roadster/pull/246))

### Other
- Check PR title for compliance with conventional commits ([#247](https://github.com/roadster-rs/roadster/pull/247))

## [0.3.4](https://github.com/roadster-rs/roadster/compare/roadster-v0.3.3...roadster-v0.3.4) - 2024-06-23

### 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.3.4"
version = "0.3.5"
edition = "2021"
publish = true
description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."
Expand Down

0 comments on commit 04632d8

Please sign in to comment.