Skip to content

Commit 9312eea

Browse files
chore: release v0.4.2 (#11)
Co-authored-by: ros2-rust-release-plz[bot] <219314922+ros2-rust-release-plz[bot]@users.noreply.github.com>
1 parent ec7facf commit 9312eea

File tree

3 files changed

+237
-1
lines changed

3 files changed

+237
-1
lines changed

Cargo.lock

Lines changed: 210 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rosidl_runtime_rs/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.4.2](https://github.com/ros2-rust/rosidl_runtime_rs/compare/v0.4.1...v0.4.2) - 2025-07-11
11+
12+
### Fixed
13+
14+
- add Cargo.lock to version control ([#3](https://github.com/ros2-rust/rosidl_runtime_rs/pull/3))
15+
16+
### Other
17+
18+
- add release-plz CI action ([#5](https://github.com/ros2-rust/rosidl_runtime_rs/pull/5))
19+
- added changelog
20+
- Update for clippy 1.83 ([#441](https://github.com/ros2-rust/rosidl_runtime_rs/pull/441))
21+
- Action message support ([#417](https://github.com/ros2-rust/rosidl_runtime_rs/pull/417))
22+
- Add in missing nullptr check when calling `std::slice::from_raw_parts` ([#416](https://github.com/ros2-rust/rosidl_runtime_rs/pull/416))
23+
- Fix panic on sequence_init() when size is 0 ([#407](https://github.com/ros2-rust/rosidl_runtime_rs/pull/407))
24+
- Add parameter services ([#342](https://github.com/ros2-rust/rosidl_runtime_rs/pull/342))
25+
- Use nightly for style check ([#396](https://github.com/ros2-rust/rosidl_runtime_rs/pull/396))
26+
- Fix Unicode handling in String and WString ([#362](https://github.com/ros2-rust/rosidl_runtime_rs/pull/362))

rosidl_runtime_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rosidl_runtime_rs"
3-
version = "0.4.1"
3+
version = "0.4.2"
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)