diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e1e48736..2ccf84b3 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,15 @@ # Release Notes +## Version 2.3.3 + +Minor Tweak + +| Module | Feature | Brief summary | Pull request | Jira | Contributor | +| ------ | ------------- | ---------------------------- | -------------------------------------------------------------- | -------- | --------------------------------------------- | +| `all` | ci | fix colcon test | [#561](https://github.com/tier4/driving_log_replayer/pull/561) | RT1-7842 | [hayato-m126](https://github.com/hayato-m126) | +| `all` | ci | use shallow clone | [#562](https://github.com/tier4/driving_log_replayer/pull/562) | RT1-7842 | [hayato-m126](https://github.com/hayato-m126) | +| `all` | documentation | add transforms3d version fix | [#563](https://github.com/tier4/driving_log_replayer/pull/563) | RT1-7887 | [hayato-m126](https://github.com/hayato-m126) | + ## Version 2.3.2 Minor Tweak diff --git a/driving_log_replayer/CHANGELOG.rst b/driving_log_replayer/CHANGELOG.rst index 482ed2cb..3eb9ff50 100644 --- a/driving_log_replayer/CHANGELOG.rst +++ b/driving_log_replayer/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package driving_log_replayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* fix: ci +* docs: add v2 link +* Contributors: Hayato Mizushima + 2.3.2 (2024-09-10) ------------------ * chore: update requirements.txt diff --git a/driving_log_replayer_analyzer/CHANGELOG.rst b/driving_log_replayer_analyzer/CHANGELOG.rst index 91dcd7e9..e0fe66a0 100644 --- a/driving_log_replayer_analyzer/CHANGELOG.rst +++ b/driving_log_replayer_analyzer/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package driving_log_replayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* fix: ci +* docs: add v2 link +* Contributors: Hayato Mizushima + 2.3.2 (2024-09-10) ------------------ * chore: update requirements.txt diff --git a/driving_log_replayer_msgs/CHANGELOG.rst b/driving_log_replayer_msgs/CHANGELOG.rst index 35412e94..008a32f7 100644 --- a/driving_log_replayer_msgs/CHANGELOG.rst +++ b/driving_log_replayer_msgs/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package driving_log_replayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* fix: ci +* docs: add v2 link +* Contributors: Hayato Mizushima + 2.3.2 (2024-09-10) ------------------ * chore: update requirements.txt diff --git a/pyproject.toml b/pyproject.toml index 44aef741..55602fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "driving-log-replayer" -version = "2.3.2" +version = "2.3.3" description = "command line tool for driving_log_replayer" authors = [ { name = "Hayato Mizushima", email = "hayato.mizushima@tier4.jp" },