diff --git a/rclrs/CHANGELOG.md b/rclrs/CHANGELOG.md index d7f4375a..48b54e06 100644 --- a/rclrs/CHANGELOG.md +++ b/rclrs/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0](https://github.com/ros2-rust/ros2_rust/compare/v0.5.1...v0.6.0) - 2025-10-27 + +### Added + +- [**breaking**] async actions ([#503](https://github.com/ros2-rust/ros2_rust/pull/503)) +- timers API ([#480](https://github.com/ros2-rust/ros2_rust/pull/480)) + +### Other + +- re-add generate_bindings.py script +- Minimal changes for new Action trait ([#539](https://github.com/ros2-rust/ros2_rust/pull/539)) +- Re-export traits from rosidl_runtime_rs ([#537](https://github.com/ros2-rust/ros2_rust/pull/537)) +- Fix use of serde ([#538](https://github.com/ros2-rust/ros2_rust/pull/538)) +- 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 9b854d18..b9802e64 100644 --- a/rclrs/Cargo.toml +++ b/rclrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rclrs" -version = "0.5.1" +version = "0.6.0" # 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"