From 0757ec9b6d979fd1fdcda91735a73d4c9e859bca Mon Sep 17 00:00:00 2001 From: Hayato Mizushima Date: Fri, 1 Nov 2024 14:01:17 +0900 Subject: [PATCH] chore: release 2.3.10 Signed-off-by: Hayato Mizushima --- ReleaseNotes.md | 8 ++++++++ driving_log_replayer/CHANGELOG.rst | 5 +++++ driving_log_replayer_analyzer/CHANGELOG.rst | 5 +++++ driving_log_replayer_msgs/CHANGELOG.rst | 5 +++++ pyproject.toml | 2 +- 5 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8904616d..9f6d97a9 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,13 @@ # Release Notes +## Version 2.3.10 + +Bug fix + +| Module | Feature | Brief summary | Pull request | Jira | Contributor | +| ----------------------- | --------- | -------------------------------- | -------------------------------------------------------------- | ---- | --------------------------------------------- | +| `obstacle_segmentation` | condition | fix condition to judge diag name | [#582](https://github.com/tier4/driving_log_replayer/pull/582) | - | [hayato-m126](https://github.com/hayato-m126) | + ## Version 2.3.9 Minor Tweak diff --git a/driving_log_replayer/CHANGELOG.rst b/driving_log_replayer/CHANGELOG.rst index dd6931e6..68c3bcbc 100644 --- a/driving_log_replayer/CHANGELOG.rst +++ b/driving_log_replayer/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package driving_log_replayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* fix: condition to judge diag name (`#582 `_) +* Contributors: Hayato Mizushima + 2.3.9 (2024-10-28) ------------------ * feat: update pre commit and ruff (`#579 `_) diff --git a/driving_log_replayer_analyzer/CHANGELOG.rst b/driving_log_replayer_analyzer/CHANGELOG.rst index fc30cb53..e1adb653 100644 --- a/driving_log_replayer_analyzer/CHANGELOG.rst +++ b/driving_log_replayer_analyzer/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package driving_log_replayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* fix: condition to judge diag name (`#582 `_) +* Contributors: Hayato Mizushima + 2.3.9 (2024-10-28) ------------------ * feat: update pre commit and ruff (`#579 `_) diff --git a/driving_log_replayer_msgs/CHANGELOG.rst b/driving_log_replayer_msgs/CHANGELOG.rst index 548319f0..c603d293 100644 --- a/driving_log_replayer_msgs/CHANGELOG.rst +++ b/driving_log_replayer_msgs/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package driving_log_replayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* fix: condition to judge diag name (`#582 `_) +* Contributors: Hayato Mizushima + 2.3.9 (2024-10-28) ------------------ * feat: update pre commit and ruff (`#579 `_) diff --git a/pyproject.toml b/pyproject.toml index 122b8b67..1aea37b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "driving-log-replayer" -version = "2.3.9" +version = "2.3.10" description = "command line tool for driving_log_replayer" authors = [ { name = "Hayato Mizushima", email = "hayato.mizushima@tier4.jp" },