Skip to content

Commit

Permalink
chore: release 2.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
  • Loading branch information
hayato-m126 committed Oct 3, 2024
1 parent 74060b1 commit cde9b5b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## Version 2.3.5

Minor Tweak

| Module | Feature | Brief summary | Pull request | Jira | Contributor |
| ------------ | -------------- | ------------------------------------------------- | -------------------------------------------------------------- | ---- | ------------------------------------- |
| `perception` | refactor | evaluator di | [#566](https://github.com/tier4/driving_log_replayer/pull/566) | - | [ralwing](https://github.com/ralwing) |
| `cli` | error handling | Handle missing scenario file and invalid Datasets | [#567](https://github.com/tier4/driving_log_replayer/pull/567) | - | [ralwing](https://github.com/ralwing) |

## Version 2.3.4

Minor Tweak
Expand Down
7 changes: 7 additions & 0 deletions driving_log_replayer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package driving_log_replayer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* refactor: evaluator di (`#566 <https://github.com/tier4/driving_log_replayer/issues/566>`_)
Co-authored-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
* fix: Handle missing scenario file and invalid Datasets (`#567 <https://github.com/tier4/driving_log_replayer/issues/567>`_)
* Contributors: ralwing

2.3.4 (2024-10-03)
------------------
* feat: add covariance information in jsonl (`#568 <https://github.com/tier4/driving_log_replayer/issues/568>`_)
Expand Down
7 changes: 7 additions & 0 deletions driving_log_replayer_analyzer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package driving_log_replayer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* refactor: evaluator di (`#566 <https://github.com/tier4/driving_log_replayer/issues/566>`_)
Co-authored-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
* fix: Handle missing scenario file and invalid Datasets (`#567 <https://github.com/tier4/driving_log_replayer/issues/567>`_)
* Contributors: ralwing

2.3.4 (2024-10-03)
------------------
* feat: add covariance information in jsonl (`#568 <https://github.com/tier4/driving_log_replayer/issues/568>`_)
Expand Down
7 changes: 7 additions & 0 deletions driving_log_replayer_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package driving_log_replayer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* refactor: evaluator di (`#566 <https://github.com/tier4/driving_log_replayer/issues/566>`_)
Co-authored-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
* fix: Handle missing scenario file and invalid Datasets (`#567 <https://github.com/tier4/driving_log_replayer/issues/567>`_)
* Contributors: ralwing

2.3.4 (2024-10-03)
------------------
* feat: add covariance information in jsonl (`#568 <https://github.com/tier4/driving_log_replayer/issues/568>`_)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "driving-log-replayer"
version = "2.3.4"
version = "2.3.5"
description = "command line tool for driving_log_replayer"
authors = [
{ name = "Hayato Mizushima", email = "hayato.mizushima@tier4.jp" },
Expand Down

0 comments on commit cde9b5b

Please sign in to comment.