From 1b37e2d35f73eeab5df59404422e9aa031ae5ef3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:42:17 +0000 Subject: [PATCH] chore: release v0.6.15 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d807d..8c35aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.15](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.14...roadster-v0.6.15) - 2024-10-22 + +### Other + +- Add `AnyInitializer` feature to changelog ([#476](https://github.com/roadster-rs/roadster/pull/476)) + ## [0.6.14](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.13...roadster-v0.6.14) - 2024-10-21 ### Added diff --git a/Cargo.toml b/Cargo.toml index a093087..040cc31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.6.14" +version = "0.6.15" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."