Skip to content

Commit d67359c

Browse files
chore: release v0.7.1
1 parent 445325b commit d67359c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

rclrs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.1](https://github.com/ros2-rust/ros2_rust/compare/v0.7.0...v0.7.1) - 2026-02-04
11+
12+
### Added
13+
14+
- add logging_rosout.h to the list of headers to generate bindings for ([#594](https://github.com/ros2-rust/ros2_rust/pull/594))
15+
16+
### Fixed
17+
18+
- initialize rosout publisher on distros newer than Humble ([#593](https://github.com/ros2-rust/ros2_rust/pull/593))
19+
20+
### Other
21+
22+
- *(bindings)* regenerate bindings for humble ([#596](https://github.com/ros2-rust/ros2_rust/pull/596))
23+
- *(bindings)* regenerate bindings for kilted ([#597](https://github.com/ros2-rust/ros2_rust/pull/597))
24+
- *(bindings)* regenerate bindings for rolling ([#598](https://github.com/ros2-rust/ros2_rust/pull/598))
25+
- *(bindings)* regenerate bindings for jazzy ([#599](https://github.com/ros2-rust/ros2_rust/pull/599))
26+
1027
## [0.7.0](https://github.com/ros2-rust/ros2_rust/compare/v0.6.0...v0.7.0) - 2026-01-18
1128

1229
### Added

rclrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rclrs"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)