Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions rclrs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1](https://github.com/ros2-rust/ros2_rust/compare/v0.7.0...v0.7.1) - 2026-02-04

### Added

- add logging_rosout.h to the list of headers to generate bindings for ([#594](https://github.com/ros2-rust/ros2_rust/pull/594))

### Fixed

- initialize rosout publisher on distros newer than Humble ([#593](https://github.com/ros2-rust/ros2_rust/pull/593))

### Other

- *(bindings)* regenerate bindings for humble ([#596](https://github.com/ros2-rust/ros2_rust/pull/596))
- *(bindings)* regenerate bindings for kilted ([#597](https://github.com/ros2-rust/ros2_rust/pull/597))
- *(bindings)* regenerate bindings for rolling ([#598](https://github.com/ros2-rust/ros2_rust/pull/598))
- *(bindings)* regenerate bindings for jazzy ([#599](https://github.com/ros2-rust/ros2_rust/pull/599))

## [0.7.0](https://github.com/ros2-rust/ros2_rust/compare/v0.6.0...v0.7.0) - 2026-01-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion rclrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rclrs"
version = "0.7.0"
version = "0.7.1"
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
edition = "2021"
Expand Down