diff --git a/ReleaseNotes.md b/ReleaseNotes.md index c15ec819..34fe3ca2 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,13 @@ # Release Notes +## Version 3.3.2 + +Documentation + +| Module | Feature | Brief summary | Pull request | Contributor | +| --------------------- | --------- | ----------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------- | +| `ground_segmentation` | add index | Added to index and changed so that it can be traced from use_case | [#84](https://github.com/tier4/driving_log_replayer_v2/pull/84) | [hayato-m126](https://github.com/hayato-m126) | + ## Version 3.3.1 Bug fix diff --git a/driving_log_replayer_v2/CHANGELOG.rst b/driving_log_replayer_v2/CHANGELOG.rst index 118ff42b..daf6edb3 100644 --- a/driving_log_replayer_v2/CHANGELOG.rst +++ b/driving_log_replayer_v2/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package driving_log_replayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 3.3.1 (2025-01-30) ------------------ * Merge pull request `#82 `_ from tier4/fix/cast-pose-value-to-float diff --git a/driving_log_replayer_v2_analyzer/CHANGELOG.rst b/driving_log_replayer_v2_analyzer/CHANGELOG.rst index 14252bd2..5ee5f8c2 100644 --- a/driving_log_replayer_v2_analyzer/CHANGELOG.rst +++ b/driving_log_replayer_v2_analyzer/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package driving_log_replayer_v2_analyzer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 3.3.1 (2025-01-30) ------------------ diff --git a/driving_log_replayer_v2_msgs/CHANGELOG.rst b/driving_log_replayer_v2_msgs/CHANGELOG.rst index 46c1b927..f8a6bb7e 100644 --- a/driving_log_replayer_v2_msgs/CHANGELOG.rst +++ b/driving_log_replayer_v2_msgs/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package driving_log_replayer_v2_msgs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 3.3.1 (2025-01-30) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 6a990a5c..4a5e825e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "driving-log-replayer-v2" -version = "3.3.1" +version = "3.3.2" authors = [ { name = "Hayato Mizushima", email = "hayato.mizushima@tier4.jp" }, { name = "Kotaro Uetake", email = "kotaro.uetake@tier4.jp" },