Skip to content

Commit b199383

Browse files
authored
chore: release 1.13.4 (#372)
1 parent 5a9ce4d commit b199383

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

ReleaseNotes.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## Version 1.13.4
4+
5+
Minor Tweak
6+
7+
| Module | Feature | Brief summary | Pull request | Jira | Contributor |
8+
| ----------------------- | ----------- | --------------------------------- | -------------------------------------------------------------- | -------- | --------------------------------------------- |
9+
| `obstacle_segmentation` | performance | filter only lanelets close to ego | [#366](https://github.com/tier4/driving_log_replayer/pull/366) | RT4-8792 | [hayato-m126](https://github.com/hayato-m126) |
10+
| `all` | package.xml | Delete confusing comments | [#371](https://github.com/tier4/driving_log_replayer/pull/371) | RT4-8792 | [hayato-m126](https://github.com/hayato-m126) |
11+
312
## Version 1.13.3
413

514
Minor Tweak, Document update, Bug fix

driving_log_replayer/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* feat: filter only lanelets close to ego (`#366 <https://github.com/tier4/driving_log_replayer/issues/366>`_)
8+
* chore: Delete confusing comments (`#371 <https://github.com/tier4/driving_log_replayer/issues/371>`_)
9+
* Contributors: Hayato Mizushima
10+
511
1.13.3 (2024-02-28)
612
-------------------
713
* fix: add handling of cases where non_detection is disabled (`#368 <https://github.com/tier4/driving_log_replayer/issues/368>`_)

driving_log_replayer_analyzer/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package driving_log_replayer_analyzer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* feat: filter only lanelets close to ego (`#366 <https://github.com/tier4/driving_log_replayer/issues/366>`_)
8+
* chore: Delete confusing comments (`#371 <https://github.com/tier4/driving_log_replayer/issues/371>`_)
9+
* Contributors: Hayato Mizushima
10+
11+
512
1.13.3 (2024-02-28)
613
-------------------
714
* fix: add handling of cases where non_detection is disabled (`#368 <https://github.com/tier4/driving_log_replayer/issues/368>`_)

driving_log_replayer_msgs/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package driving_log_replayer_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* feat: filter only lanelets close to ego (`#366 <https://github.com/tier4/driving_log_replayer/issues/366>`_)
8+
* chore: Delete confusing comments (`#371 <https://github.com/tier4/driving_log_replayer/issues/371>`_)
9+
* Contributors: Hayato Mizushima
10+
511
1.13.3 (2024-02-28)
612
-------------------
713
* fix: add handling of cases where non_detection is disabled (`#368 <https://github.com/tier4/driving_log_replayer/issues/368>`_)

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.13.3"
3+
version = "1.13.4"
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)