Skip to content

Commit

Permalink
chore: release v0.6.21 (#528)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `roadster`: 0.6.20 -> 0.6.21 (✓ API compatible changes)

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

<blockquote>

##
[0.6.21](roadster-v0.6.20...roadster-v0.6.21)
- 2024-12-01

### Other

- Update OTEL patch version and remove a deprecated fn call
([#527](#527))
- Update Loco comparisons and add some links to other sections
([#522](#522))
- Add mailpit to SMTP dev server examples
([#521](#521))
- *(deps)* bump codecov/codecov-action from 4 to 5
([#517](#517))
- Upgrade otel/tracing dependencies
([#516](#516))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
1 parent acd5fc1 commit ef4508b
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.21](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.20...roadster-v0.6.21) - 2024-12-01

### Other

- Update OTEL patch version and remove a deprecated fn call ([#527](https://github.com/roadster-rs/roadster/pull/527))
- Update Loco comparisons and add some links to other sections ([#522](https://github.com/roadster-rs/roadster/pull/522))
- Add mailpit to SMTP dev server examples ([#521](https://github.com/roadster-rs/roadster/pull/521))
- *(deps)* bump codecov/codecov-action from 4 to 5 ([#517](https://github.com/roadster-rs/roadster/pull/517))
- Upgrade otel/tracing dependencies ([#516](https://github.com/roadster-rs/roadster/pull/516))

## [0.6.20](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.19...roadster-v0.6.20) - 2024-11-17

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

0 comments on commit ef4508b

Please sign in to comment.