From bb07c6e30e1bba92185b6fb69f40014d9bc7cd4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:49:07 -0700 Subject: [PATCH] chore: release v0.6.2 (#362) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `roadster`: 0.6.1 -> 0.6.2
Changelog

## [0.6.2](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.1...roadster-v0.6.2) - 2024-08-30 ### Added - Allow specifying a custom config dir ([#361](https://github.com/roadster-rs/roadster/pull/361)) - Add lifecycle handlers ([#360](https://github.com/roadster-rs/roadster/pull/360))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27abb148..a44a0f18 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.2](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.1...roadster-v0.6.2) - 2024-08-30 + +### Added +- Allow specifying a custom config dir ([#361](https://github.com/roadster-rs/roadster/pull/361)) +- Add lifecycle handlers ([#360](https://github.com/roadster-rs/roadster/pull/360)) + ## [0.6.1](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.0...roadster-v0.6.1) - 2024-08-28 ### Added diff --git a/Cargo.toml b/Cargo.toml index ea0f90b4..271b6ed9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.6.1" +version = "0.6.2" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."