Skip to content

Commit

Permalink
chore: release 2.6.0 (#590)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 authored Jan 14, 2025
1 parent fba91b9 commit 82c59cd
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 30 deletions.
60 changes: 31 additions & 29 deletions .driving_log_replayer.cspell.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
{
"words": [
"annotationless",
"autouse",
"bbox",
"kaleido",
"xaxes",
"yaxes",
"zeroline",
"zerolinewidth",
"zerolinecolor",
"tickmode",
"tickvals",
"ticktext",
"CENTERDISTANCE",
"conlist",
"devkit",
"dtick",
"fastjsonschema",
"Hayato",
"Mizushima",
"kaleido",
"Keisuke",
"Shima",
"Sakamoto",
"simplejson",
"lanefollowing",
"sideshift",
"Koji",
"Minoda",
"pyproject",
"CENTERDISTANCE",
"rightdiagonal",
"Kotaro",
"lanefollowing",
"leftdiagonal",
"Minoda",
"Mizushima",
"MOTA",
"MOTP",
"nums",
"nuscenes",
"objdata",
"pydantic",
"Kotaro",
"pyproject",
"rightdiagonal",
"Sakamoto",
"Sakoda",
"Shima",
"Shintaro",
"sideshift",
"simplejson",
"tickmode",
"ticktext",
"tickvals",
"Uetake",
"conlist",
"annotationless",
"MOTP",
"MOTA",
"objdata",
"youtalk",
"UMiho",
"nuscenes",
"devkit",
"fastjsonschema"
"xaxes",
"yaxes",
"youtalk",
"zeroline",
"zerolinecolor",
"zerolinewidth"
]
}
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## Version 2.6.0

Major changes

| Module | Feature | Brief summary | Pull request | Jira | Contributor |
| ------ | ------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------- | --------------------------------------------------- |
| `all` | message | replace `tier4_debug_msgs` with `autoware_internal_debug_msgs` | [#589](https://github.com/tier4/driving_log_replayer/pull/589) | RT1-9020 | [SakodaShintaro](https://github.com/SakodaShintaro) |

## Version 2.5.0

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

Forthcoming
-----------
* feat: update message type (`#589 <https://github.com/tier4/driving_log_replayer/issues/589>`_)
Co-authored-by: Shintaro Sakoda <[email protected]>
* Contributors: Hayato Mizushima

2.5.0 (2024-12-19)
------------------
* fix: update lanelet2 extension (`#586 <https://github.com/tier4/driving_log_replayer/issues/586>`_)
Expand Down
3 changes: 3 additions & 0 deletions driving_log_replayer_analyzer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package driving_log_replayer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

2.5.0 (2024-12-19)
------------------

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

Forthcoming
-----------

2.5.0 (2024-12-19)
------------------

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[project]
name = "driving-log-replayer"
version = "2.5.0"
version = "2.6.0"
description = "command line tool for driving_log_replayer"
authors = [
{ name = "Hayato Mizushima", email = "[email protected]" },
{ name = "Kotaro Uetake", email = "[email protected]" },
{ name = "Shintaro Sakoda", email = "[email protected]" },
{ name = "Koji Minoda", email = "[email protected]" },
{ name = "Kosuke Takeuchi", email = "[email protected]" },
{ name = "Keisuke Shima", email = "[email protected]" },
Expand Down

0 comments on commit 82c59cd

Please sign in to comment.