Skip to content

Commit d544de9

Browse files
authored
chore: release 1.14.8 (#406)
1 parent b8263b3 commit d544de9

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

ReleaseNotes.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Release Notes
22

3+
## Version 1.14.8
4+
5+
Minor Tweak, Bug fix
6+
7+
| Module | Feature | Brief summary | Pull request | Jira | Contributor |
8+
| --------------------------- | -------------- | -------------------------- | -------------------------------------------------------------- | -------- | --------------------------------------------- |
9+
| `annotationless_perception` | unit test | fix unit test | [#402](https://github.com/tier4/driving_log_replayer/pull/402) | - | [hayato-m126](https://github.com/hayato-m126) |
10+
| `all` | pyproject.toml | update dependency | [#404](https://github.com/tier4/driving_log_replayer/pull/404) | RT4-9477 | [hayato-m126](https://github.com/hayato-m126) |
11+
| `annotationless_perception` | cli | support scenario less mode | [#405](https://github.com/tier4/driving_log_replayer/pull/405) | RT4-9477 | [hayato-m126](https://github.com/hayato-m126) |
12+
313
## Version 1.14.7
414

515
Bug fix
6-
7-
| Module | Feature | Brief summary | Pull request | Jira | Contributor |
16+
| Module | Feature | Brief summary | Pull request | Jira | Contributor |
817
| --------------------------- | ------- | --------------- | -------------------------------------------------------------- | ---- | --------------------------------------- |
9-
| `annotationless_perception` | metrics | fix min metrics | [#400](https://github.com/tier4/driving_log_replayer/pull/400) | - | [kosuke55](https://github.com/kosuke55) |
18+
| `annotationless_perception` | metrics | fix min metrics | [#400](https://github.com/tier4/driving_log_replayer/pull/400) | - | [kosuke55](https://github.com/kosuke55) |
1019

1120
## Version 1.14.6
1221

driving_log_replayer/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package driving_log_replayer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* fix: annotationless_perception unit test (`#402 <https://github.com/tier4/driving_log_replayer/issues/402>`_)
8+
* Contributors: Hayato Mizushima
9+
510
1.14.7 (2024-04-05)
611
-------------------
712
* fix: annotationless_perception min metrics (`#400 <https://github.com/tier4/driving_log_replayer/issues/400>`_)

driving_log_replayer_analyzer/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package driving_log_replayer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* fix: annotationless_perception unit test (`#402 <https://github.com/tier4/driving_log_replayer/issues/402>`_)
8+
* Contributors: Hayato Mizushima
9+
510
1.14.7 (2024-04-05)
611
-------------------
712
* fix: annotationless_perception min metrics (`#400 <https://github.com/tier4/driving_log_replayer/issues/400>`_)

driving_log_replayer_msgs/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package driving_log_replayer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* fix: annotationless_perception unit test (`#402 <https://github.com/tier4/driving_log_replayer/issues/402>`_)
8+
* Contributors: Hayato Mizushima
9+
510
1.14.7 (2024-04-05)
611
-------------------
712
* fix: annotationless_perception min metrics (`#400 <https://github.com/tier4/driving_log_replayer/issues/400>`_)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "driving-log-replayer"
3-
version = "1.14.7"
3+
version = "1.14.8"
44
description = "command line tool for driving_log_replayer"
55
authors = [
66
{ name = "Hayato Mizushima", email = "hayato.mizushima@tier4.jp" },

0 commit comments

Comments
 (0)