diff --git a/CHANGELOG.md b/CHANGELOG.md index 0908293a..703b84c6 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.4](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.3...roadster-v0.6.4) - 2024-10-05 + +### Other + +- Update dependencies ([#386](https://github.com/roadster-rs/roadster/pull/386)) +- Disable default features for `rstest` ([#380](https://github.com/roadster-rs/roadster/pull/380)) + ## [0.6.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.2...roadster-v0.6.3) - 2024-09-15 ### Added diff --git a/Cargo.toml b/Cargo.toml index 4622c855..5962fca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.6.3" +version = "0.6.4" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."