Skip to content

Commit 997e662

Browse files
chore: release v0.7.0
1 parent 93d12fb commit 997e662

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

rclrs/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.0](https://github.com/ros2-rust/ros2_rust/compare/v0.6.0...v0.7.0) - 2026-01-18
11+
12+
### Added
13+
14+
- dynamic message publishers and subscribers ([#492](https://github.com/ros2-rust/ros2_rust/pull/492))
15+
16+
### Fixed
17+
18+
- add explicit lifetimes to fix mismatched_lifetime_syntaxes warnings ([#564](https://github.com/ros2-rust/ros2_rust/pull/564))
19+
- blocklist duplicate typesupport extern declarations ([#565](https://github.com/ros2-rust/ros2_rust/pull/565))
20+
21+
### Other
22+
23+
- Regenerate bindings for jazzy ([#578](https://github.com/ros2-rust/ros2_rust/pull/578))
24+
- [**breaking**] bump rosidl_runtime_rs version ([#571](https://github.com/ros2-rust/ros2_rust/pull/571))
25+
- [**breaking**] require rustc 1.85 ([#566](https://github.com/ros2-rust/ros2_rust/pull/566))
26+
- Add support for best available QoS ([#555](https://github.com/ros2-rust/ros2_rust/pull/555))
27+
- Regenerate bindings for kilted ([#542](https://github.com/ros2-rust/ros2_rust/pull/542))
28+
- Regenerate bindings for rolling ([#543](https://github.com/ros2-rust/ros2_rust/pull/543))
29+
- Regenerate bindings for jazzy ([#529](https://github.com/ros2-rust/ros2_rust/pull/529))
30+
- Regenerate bindings for humble ([#534](https://github.com/ros2-rust/ros2_rust/pull/534))
31+
1032
## [0.6.0](https://github.com/ros2-rust/ros2_rust/compare/v0.5.1...v0.6.0) - 2025-10-27
1133

1234
### 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.6.0"
3+
version = "0.7.0"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
66
edition = "2021"

0 commit comments

Comments
 (0)