From df5f9e267c140830c97ec320568fb091eaa6cd79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:20:26 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5921f1ab..723e59bb 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.2.6](https://github.com/roadster-rs/roadster/compare/roadster-v0.2.5...roadster-v0.2.6) - 2024-06-03 + +### Other +- Add builder method to add middleware for the sidekiq processor +- Declare minimal version of dependencies that's actually needed +- Add `cargo-minimal-versions` for direct dependencies + ## [0.2.5](https://github.com/roadster-rs/roadster/compare/roadster-v0.2.4...roadster-v0.3.0) - 2024-06-03 ### Other diff --git a/Cargo.toml b/Cargo.toml index 3e91401d..f01df370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.2.5" +version = "0.2.6" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."