Skip to content
Closed
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
210 changes: 210 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions rosidl_runtime_rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.2](https://github.com/ros2-rust/rosidl_runtime_rs/compare/v0.4.1...v0.4.2) - 2025-07-04

### Fixed

- add Cargo.lock to version control ([#3](https://github.com/ros2-rust/rosidl_runtime_rs/pull/3))

### Other

- add release-plz CI action ([#5](https://github.com/ros2-rust/rosidl_runtime_rs/pull/5))
- added changelog
- Update for clippy 1.83 ([#441](https://github.com/ros2-rust/rosidl_runtime_rs/pull/441))
- Action message support ([#417](https://github.com/ros2-rust/rosidl_runtime_rs/pull/417))
- Add in missing nullptr check when calling `std::slice::from_raw_parts` ([#416](https://github.com/ros2-rust/rosidl_runtime_rs/pull/416))
- Fix panic on sequence_init() when size is 0 ([#407](https://github.com/ros2-rust/rosidl_runtime_rs/pull/407))
- Add parameter services ([#342](https://github.com/ros2-rust/rosidl_runtime_rs/pull/342))
- Use nightly for style check ([#396](https://github.com/ros2-rust/rosidl_runtime_rs/pull/396))
- Fix Unicode handling in String and WString ([#362](https://github.com/ros2-rust/rosidl_runtime_rs/pull/362))
2 changes: 1 addition & 1 deletion rosidl_runtime_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosidl_runtime_rs"
version = "0.4.1"
version = "0.4.2"
# 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