From 27a6024f7fe9532b6c82422107db2a550c94bb64 Mon Sep 17 00:00:00 2001 From: Hayato Mizushima Date: Mon, 28 Oct 2024 12:05:56 +0900 Subject: [PATCH] chore: release 2.3.9 (#580) 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 92ee41eb..8904616d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,13 @@ # Release Notes +## Version 2.3.9 + +Minor Tweak + +| Module | Feature | Brief summary | Pull request | Jira | Contributor | +| ------ | ---------------- | -------------------------- | -------------------------------------------------------------- | ---- | --------------------------------------------- | +| `all` | formatter linter | update pre-commit add ruff | [#579](https://github.com/tier4/driving_log_replayer/pull/579) | - | [hayato-m126](https://github.com/hayato-m126) | + ## Version 2.3.8 Minor Tweak diff --git a/driving_log_replayer/CHANGELOG.rst b/driving_log_replayer/CHANGELOG.rst index 1b808689..c8ec4f02 100644 --- a/driving_log_replayer/CHANGELOG.rst +++ b/driving_log_replayer/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package driving_log_replayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* feat: update pre commit and ruff (`#579 `_) +* Contributors: Hayato Mizushima + 2.3.8 (2024-10-17) ------------------ * ci: add sonar cloud (`#577 `_) diff --git a/driving_log_replayer_analyzer/CHANGELOG.rst b/driving_log_replayer_analyzer/CHANGELOG.rst index 5a3fa21c..fc5592c8 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 +----------- +* feat: update pre commit and ruff (`#579 `_) +* Contributors: Hayato Mizushima + 2.3.8 (2024-10-17) ------------------ * ci: add sonar cloud (`#577 `_) diff --git a/driving_log_replayer_msgs/CHANGELOG.rst b/driving_log_replayer_msgs/CHANGELOG.rst index 93bc746e..08ba8800 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 +----------- +* feat: update pre commit and ruff (`#579 `_) +* Contributors: Hayato Mizushima + 2.3.8 (2024-10-17) ------------------ * ci: add sonar cloud (`#577 `_) diff --git a/pyproject.toml b/pyproject.toml index a66640e8..122b8b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "driving-log-replayer" -version = "2.3.8" +version = "2.3.9" description = "command line tool for driving_log_replayer" authors = [ { name = "Hayato Mizushima", email = "hayato.mizushima@tier4.jp" },