From c30d20a661fa3a9018c750d32ccd7e33ba944794 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:45:37 +0000 Subject: [PATCH 1/2] chore: release v0.6.16 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dff9fa..1d9efab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.16](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.15...roadster-v0.6.16) - 2024-10-28 + +### Added + +- Add config to specify the domain where the service is hosted ([#490](https://github.com/roadster-rs/roadster/pull/490)) + +### Other + +- Remove resolved advisory from deny ignore list ([#487](https://github.com/roadster-rs/roadster/pull/487)) +- Use `unimplemented!()` in hidden doc example instead of `todo!()` ([#483](https://github.com/roadster-rs/roadster/pull/483)) +- Remove a todo comment that was completed ([#482](https://github.com/roadster-rs/roadster/pull/482)) + ## [0.6.15](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.14...roadster-v0.6.15) - 2024-10-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8c811eb..b464405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.6.15" +version = "0.6.16" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast." From 34e169326f6f1810237c2c485c46570beaca0bf9 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:53:10 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9efab..add54a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add config to specify the domain where the service is hosted ([#490](https://github.com/roadster-rs/roadster/pull/490)) -### Other - -- Remove resolved advisory from deny ignore list ([#487](https://github.com/roadster-rs/roadster/pull/487)) -- Use `unimplemented!()` in hidden doc example instead of `todo!()` ([#483](https://github.com/roadster-rs/roadster/pull/483)) -- Remove a todo comment that was completed ([#482](https://github.com/roadster-rs/roadster/pull/482)) - ## [0.6.15](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.14...roadster-v0.6.15) - 2024-10-22 ### Added