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 3.0.2 #67

Merged
merged 1 commit into from
Dec 18, 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
10 changes: 9 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Release Notes

## Version 3.0.2

Minor Tweak

| Module | Feature | Brief summary | Pull request | Contributor |
| ------ | --------- | --------------------- | --------------------------------------------------------------- | --------------------------------------------- |
| `all` | type hint | fix type hint | [#65](https://github.com/tier4/driving_log_replayer_v2/pull/65) | [hayato-m126](https://github.com/hayato-m126) |
| `all` | CI | update github actions | [#66](https://github.com/tier4/driving_log_replayer_v2/pull/66) | [hayato-m126](https://github.com/hayato-m126) |

## Version 3.0.1

Start version tagging in v2.
Documentation
Minor Tweak

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

Forthcoming
-----------
* fix: type hint (`#65 <https://github.com/tier4/driving_log_replayer_v2/issues/65>`_)
* fix: type hint
* fix: type hint
---------
* Contributors: Hayato Mizushima

3.0.1 (2024-12-13)
------------------
* docs: add ground segmentation (`#63 <https://github.com/tier4/driving_log_replayer_v2/issues/63>`_)
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.0.1 (2024-12-13)
------------------

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.0.1 (2024-12-13)
------------------

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.0.1"
version = "3.0.2"
authors = [
{ name = "Hayato Mizushima", email = "[email protected]" },
{ name = "Kotaro Uetake", email = "[email protected]" },
Expand Down
Loading