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

Commit

Permalink
chore: release 1.10.1 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato-m126 authored Nov 30, 2023
1 parent 9bc53e7 commit 8d43a17
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## Version 1.10.1

Minor Tweak, Bug fix

| Module | Feature | Brief summary | Pull request | Jira | Contributor |
| ------------------------------------------ | ------------------- | ----------------------------------- | -------------------------------------------------------------- | ---- | --------------------------------------------- |
| `common` | type hint | add type hint for rclpy.task.Future | [#312](https://github.com/tier4/driving_log_replayer/pull/312) | - | [hayato-m126](https://github.com/hayato-m126) |
| `cli` | security | fix ruff rule S602 | [#313](https://github.com/tier4/driving_log_replayer/pull/313) | - | [hayato-m126](https://github.com/hayato-m126) |
| `perception, perception_2d, traffic_light` | scenario validation | fix criteria type | [#314](https://github.com/tier4/driving_log_replayer/pull/314) | - | [hayato-m126](https://github.com/hayato-m126) |

## Version 1.10.0

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
-----------
* fix: perception criteria validation bug (`#314 <https://github.com/tier4/driving_log_replayer/issues/314>`_)
* fix: fix ruff S602 rule (`#312 <https://github.com/tier4/driving_log_replayer/issues/313>`_)
* chore: type hint (`#312 <https://github.com/tier4/driving_log_replayer/issues/312>`_)
* Contributors: Hayato Mizushima

1.10.0 (2023-11-28)
-------------------
* feat: override record topics (`#301 <https://github.com/tier4/driving_log_replayer/issues/301>`_)
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_analyzer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* fix: perception criteria validation bug (`#314 <https://github.com/tier4/driving_log_replayer/issues/314>`_)
* fix: fix ruff S602 rule (`#312 <https://github.com/tier4/driving_log_replayer/issues/313>`_)
* chore: type hint (`#312 <https://github.com/tier4/driving_log_replayer/issues/312>`_)
* Contributors: Hayato Mizushima

1.10.0 (2023-11-28)
-------------------
* feat: override record topics (`#301 <https://github.com/tier4/driving_log_replayer/issues/301>`_)
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_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* fix: perception criteria validation bug (`#314 <https://github.com/tier4/driving_log_replayer/issues/314>`_)
* fix: fix ruff S602 rule (`#312 <https://github.com/tier4/driving_log_replayer/issues/313>`_)
* chore: type hint (`#312 <https://github.com/tier4/driving_log_replayer/issues/312>`_)
* Contributors: Hayato Mizushima

1.10.0 (2023-11-28)
-------------------
* feat: override record topics (`#301 <https://github.com/tier4/driving_log_replayer/issues/301>`_)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "driving_log_replayer_cli"
version = "1.10.0"
version = "1.10.1"
description = "command line tool for driving_log_replayer"
authors = [
"Hayato Mizushima <[email protected]>",
Expand Down

0 comments on commit 8d43a17

Please sign in to comment.