From 4e438e16369864e7571d2bcbed7899de156c6d8d Mon Sep 17 00:00:00 2001 From: carter Date: Fri, 5 Jul 2024 16:24:30 -0600 Subject: [PATCH] Release v0.10.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- roslibrust/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6df6b3..8c7182c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Note: need to publish with `cargo publish --all-features` 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 ### Added @@ -27,6 +28,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## 0.10.1 - July 5th, 2024 + +### Added + +### Fixed +- Bug with ros1 native publishers not parsing connection headers correctly + +### Changed + ## 0.10.0 - July 5th, 2024 ### Added diff --git a/Cargo.lock b/Cargo.lock index 27d673f..63c102c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "roslibrust" -version = "0.10.0" +version = "0.10.1" dependencies = [ "abort-on-drop", "anyhow", diff --git a/roslibrust/Cargo.toml b/roslibrust/Cargo.toml index 07b05a2..2380188 100644 --- a/roslibrust/Cargo.toml +++ b/roslibrust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roslibrust" -version = "0.10.0" +version = "0.10.1" authors = ["carter ", "ssnover "] edition = "2021" license = "MIT"