Skip to content

Commit

Permalink
chore: release 2.2.3 (#540)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 authored Aug 9, 2024
1 parent 142c901 commit be9c83a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .driving_log_replayer.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"MOTP",
"MOTA",
"objdata",
"youtalk"
"youtalk",
"UMiho"
]
}
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.2.3

Documentation

| Module | Feature | Brief summary | Pull request | Jira | Contributor |
| ------ | ------------- | ---------------------------------- | -------------------------------------------------------------- | ---- | --------------------------------- |
| `all` | documentation | docs: fix bag slice command option | [#539](https://github.com/tier4/driving_log_replayer/pull/539) | - | [UMiho](https://github.com/UMiho) |

## Version 2.2.2

Bug fix
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
-----------
docs: fix command option (`#539 <https://github.com/tier4/driving_log_replayer/issues/539>`_)
* Contributors: Miho Ueno


2.2.2 (2024-08-02)
------------------
* fix: use `pyquaternion` instead of `tf_transformations` (`#537 <https://github.com/tier4/driving_log_replayer/issues/537>`_)
Expand Down
5 changes: 5 additions & 0 deletions driving_log_replayer_analyzer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package driving_log_replayer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
docs: fix command option (`#539 <https://github.com/tier4/driving_log_replayer/issues/539>`_)
* Contributors: Miho Ueno

2.2.2 (2024-08-02)
------------------
* fix: use `pyquaternion` instead of `tf_transformations` (`#537 <https://github.com/tier4/driving_log_replayer/issues/537>`_)
Expand Down
5 changes: 5 additions & 0 deletions driving_log_replayer_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package driving_log_replayer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
docs: fix command option (`#539 <https://github.com/tier4/driving_log_replayer/issues/539>`_)
* Contributors: Miho Ueno

2.2.2 (2024-08-02)
------------------
* fix: use `pyquaternion` instead of `tf_transformations` (`#537 <https://github.com/tier4/driving_log_replayer/issues/537>`_)
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.2.2"
version = "2.2.3"
description = "command line tool for driving_log_replayer"
authors = [
{ name = "Hayato Mizushima", email = "[email protected]" },
Expand Down

0 comments on commit be9c83a

Please sign in to comment.