Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
chore: release 2.3.5 (#570)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 authored Oct 3, 2024
1 parent 74060b1 commit f561ba2
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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 = "[email protected]" },
Expand Down

0 comments on commit f561ba2

Please sign in to comment.