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.1.3 #77

Merged
merged 2 commits into from
Jan 6, 2025
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 3.1.3

Minor Tweak

| Module | Feature | Brief summary | Pull request | Contributor |
| ------ | -------------------- | ----------------------------------- | --------------------------------------------------------------- | --------------------------------------------- |
| `all` | linter and formatter | update linter and formatter version | [#76](https://github.com/tier4/driving_log_replayer_v2/pull/76) | [hayato-m126](https://github.com/hayato-m126) |

## Version 3.1.2

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

Forthcoming
-----------
* feat: update github actions (`#76 <https://github.com/tier4/driving_log_replayer_v2/issues/76>`_)
* feat: update github actions
* fix: remove Removed Rules
* chore: noqa PLC0206
---------
* Contributors: Hayato Mizushima

3.1.2 (2024-12-27)
------------------
* fix(traffic_light): enable to calculate correct distance from ego to traffic light (`#74 <https://github.com/tier4/driving_log_replayer_v2/issues/74>`_)
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.1.2 (2024-12-27)
------------------

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.1.2 (2024-12-27)
------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "driving-log-replayer-v2"
version = "3.1.2"
version = "3.1.3"
authors = [
{ name = "Hayato Mizushima", email = "[email protected]" },
{ name = "Kotaro Uetake", email = "[email protected]" },
Expand Down Expand Up @@ -46,7 +46,7 @@ build-backend = "hatchling.build"
# https://github.com/astral-sh/uv/issues/7703
constraint-dependencies = ["kaleido!=0.2.1.post1"]
dev-dependencies = [
"ruff==0.7.0",
"ruff==0.8.0",
"pytest>=8.1.1",
]

Expand Down
Loading