diff --git a/rclrs/CHANGELOG.md b/rclrs/CHANGELOG.md index d7f4375a..46aaaf3e 100644 --- a/rclrs/CHANGELOG.md +++ b/rclrs/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/ros2-rust/ros2_rust/compare/v0.5.1...v0.5.2) - 2025-09-02 + +### Other + +- Put `use rustflags` next to its usage to prevent a build warning. ([#526](https://github.com/ros2-rust/ros2_rust/pull/526)) + ## [0.5.1](https://github.com/ros2-rust/ros2_rust/compare/v0.5.0...v0.5.1) - 2025-08-23 ### Other diff --git a/rclrs/Cargo.toml b/rclrs/Cargo.toml index 7f4e6190..87425988 100644 --- a/rclrs/Cargo.toml +++ b/rclrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rclrs" -version = "0.5.1" +version = "0.5.2" # This project is not military-sponsored, Jacob's employment contract just requires him to use this email address authors = ["Esteve Fernandez ", "Nikolai Morin ", "Jacob Hassold "] edition = "2021"