diff --git a/CHANGELOG.md b/CHANGELOG.md index e20ec976..b049627e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3](https://github.com/roadster-rs/roadster/compare/roadster-v0.3.2...roadster-v0.3.3) - 2024-06-21 + +### Fixed +- Invalid env var separator on bash + +### Other +- Add inclusive language check to CI +- Fix clippy error +- Remove non-inclusive language + ## [0.3.2](https://github.com/roadster-rs/roadster/compare/roadster-v0.3.1...roadster-v0.3.2) - 2024-06-14 ### Other diff --git a/Cargo.toml b/Cargo.toml index f32be3e8..1a9cc1ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.3.2" +version = "0.3.3" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."