Skip to content

Commit

Permalink
chore: release 3.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Jan 6, 2025
1 parent 3d6f9e8 commit a2b54cf
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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

0 comments on commit a2b54cf

Please sign in to comment.