From 062734f1cf964220b1f250071c96eb98647da515 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:10:51 +0000 Subject: [PATCH] chore: release v0.6.21 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfbfbe..05de72a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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-11-19 + +### Other + +- *(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 diff --git a/Cargo.toml b/Cargo.toml index a7d121f..3d43996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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."