Skip to content

Commit

Permalink
chore: release 3.4.2 (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 authored Feb 25, 2025
1 parent 0926a19 commit 988383b
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

## Version 3.4.2

Bug fix
Refactoring

| Module | Feature | Brief summary | Pull request | Contributor |
| ----------------------- | -------------- | ------------------------ | ----------------------------------------------------------------- | --------------------------------------------- |
| `obstacle_segmentation` | initialization | fix initialization order | [#101](https://github.com/tier4/driving_log_replayer_v2/pull/101) | [hayato-m126](https://github.com/hayato-m126) |
| `common` | ci | update github actions | [#100](https://github.com/tier4/driving_log_replayer_v2/pull/100) | [hayato-m126](https://github.com/hayato-m126) |
| `common` | refactor | launch | [#99](https://github.com/tier4/driving_log_replayer_v2/pull/99) | [hayato-m126](https://github.com/hayato-m126) |
| `common` | refactor | launch | [#98](https://github.com/tier4/driving_log_replayer_v2/pull/98) | [hayato-m126](https://github.com/hayato-m126) |
| `common` | refactor | launch | [#97](https://github.com/tier4/driving_log_replayer_v2/pull/97) | [hayato-m126](https://github.com/hayato-m126) |
| `common` | refactor | launch | [#96](https://github.com/tier4/driving_log_replayer_v2/pull/96) | [hayato-m126](https://github.com/hayato-m126) |
| `common` | refactor | launch | [#95](https://github.com/tier4/driving_log_replayer_v2/pull/95) | [hayato-m126](https://github.com/hayato-m126) |
| `common` | refactor | launch | [#94](https://github.com/tier4/driving_log_replayer_v2/pull/94) | [hayato-m126](https://github.com/hayato-m126) |

## Version 3.4.1

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

Forthcoming
-----------
* fix: initialization order (`#101 <https://github.com/tier4/driving_log_replayer_v2/issues/101>`_)
* fix: initialization order
* fix: order
---------
* refactor: prepare paths (`#99 <https://github.com/tier4/driving_log_replayer_v2/issues/99>`_)
* refactor: prepare paths
* refactor: variable
---------
* refactor: launch argument (`#98 <https://github.com/tier4/driving_log_replayer_v2/issues/98>`_)
* refactor: ensure_arg_compatibility
* chore: update
* feat: update default value of pose
* fix: default pose_str value
---------
* refactor: launch argument (`#97 <https://github.com/tier4/driving_log_replayer_v2/issues/97>`_)
* refactor: bag operation (`#96 <https://github.com/tier4/driving_log_replayer_v2/issues/96>`_)
* refactor: bag operation
* refactor: launch argument
* fix: add copyright
---------
* refactor: launch const (`#95 <https://github.com/tier4/driving_log_replayer_v2/issues/95>`_)
* refactor: launch remap (`#94 <https://github.com/tier4/driving_log_replayer_v2/issues/94>`_)
* Contributors: Hayato Mizushima

3.4.1 (2025-02-21)
------------------
* feat: change use case name (`#92 <https://github.com/tier4/driving_log_replayer_v2/issues/92>`_)
Expand Down
3 changes: 3 additions & 0 deletions driving_log_replayer_v2_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_v2_analyzer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

3.4.1 (2025-02-21)
------------------

Expand Down
3 changes: 3 additions & 0 deletions driving_log_replayer_v2_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_v2_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

3.4.1 (2025-02-21)
------------------

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-v2"
version = "3.4.1"
version = "3.4.2"
authors = [
{ name = "Hayato Mizushima", email = "[email protected]" },
{ name = "Kotaro Uetake", email = "[email protected]" },
Expand Down

0 comments on commit 988383b

Please sign in to comment.