Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.3.1 #553

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.1

Documentation

| Module | Feature | Brief summary | Pull request | Jira | Contributor |
| ------ | ------------- | ------------------ | -------------------------------------------------------------- | ---- | --------------------------------------------- |
| `all` | documentation | add use case pages | [#552](https://github.com/tier4/driving_log_replayer/pull/552) | - | [hayato-m126](https://github.com/hayato-m126) |

## Version 2.3.0

Major changes
Expand Down
5 changes: 5 additions & 0 deletions driving_log_replayer/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: add use case pages (`#552 <https://github.com/tier4/driving_log_replayer/issues/552>`_)
* Contributors: Hayato Mizushima

2.3.0 (2024-08-23)
------------------
* fix: add exec_depend (`#550 <https://github.com/tier4/driving_log_replayer/issues/550>`_)
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: add use case pages (`#552 <https://github.com/tier4/driving_log_replayer/issues/552>`_)
* Contributors: Hayato Mizushima

2.3.0 (2024-08-23)
------------------
* fix: add exec_depend (`#550 <https://github.com/tier4/driving_log_replayer/issues/550>`_)
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: add use case pages (`#552 <https://github.com/tier4/driving_log_replayer/issues/552>`_)
* Contributors: Hayato Mizushima

2.3.0 (2024-08-23)
------------------
* fix: add exec_depend (`#550 <https://github.com/tier4/driving_log_replayer/issues/550>`_)
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.3.0"
version = "2.3.1"
description = "command line tool for driving_log_replayer"
authors = [
{ name = "Hayato Mizushima", email = "[email protected]" },
Expand Down
Loading