diff --git a/CHANGELOG.md b/CHANGELOG.md index 1edd88ae..de2fffb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.2.2...roadster-v0.2.3) - 2024-05-27 + +### Other +- Remove `http` feature gate for `api` mod +- Move cli mod to be a child of the api mod +- Add semver checks to CI +- Revert "Use stable rust for coverage" + ## [0.2.2](https://github.com/roadster-rs/roadster/compare/roadster-v0.2.1...roadster-v0.2.2) - 2024-05-26 ### Other diff --git a/Cargo.toml b/Cargo.toml index f0f8fef1..35b6d963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.2.2" +version = "0.2.3" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."