Skip to content

Commit

Permalink
chore: release 2.3.2 (#559)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
  • Loading branch information
hayato-m126 authored Sep 10, 2024
1 parent 2bbbdc5 commit 2f094d3
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 6 deletions.
12 changes: 12 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes

## Version 2.3.2

Minor Tweak

| Module | Feature | Brief summary | Pull request | Jira | Contributor |
| ------ | ------------- | ---------------------------- | -------------------------------------------------------------- | -------- | --------------------------------------------- |
| `all` | documentation | update usage flow | [#554](https://github.com/tier4/driving_log_replayer/pull/554) | RT1-7788 | [hayato-m126](https://github.com/hayato-m126) |
| `all` | dependency | delete pytest version fix | [#555](https://github.com/tier4/driving_log_replayer/pull/555) | RT1-7813 | [hayato-m126](https://github.com/hayato-m126) |
| `all` | dependency | add transforms3d version fix | [#557](https://github.com/tier4/driving_log_replayer/pull/557) | RT1-7813 | [hayato-m126](https://github.com/hayato-m126) |
| `all` | dependency | delete numpy version fix | [#558](https://github.com/tier4/driving_log_replayer/pull/558) | RT1-7826 | [hayato-m126](https://github.com/hayato-m126) |
| `all` | dependency | add numpy version fix < 2 | [#560](https://github.com/tier4/driving_log_replayer/pull/560) | RT1-7826 | [hayato-m126](https://github.com/hayato-m126) |

## Version 2.3.1

Documentation
Expand Down
14 changes: 9 additions & 5 deletions dependency.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ repositories:
core/autoware_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_msgs.git
version: main
version: 1.1.0
core/autoware_adapi_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
version: main
version: 1.3.0
core/autoware_internal_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
version: 1.1.0
# TODO(youtalk): Remove autoware_common when https://github.com/autowarefoundation/autoware/issues/4911 is closed
core/autoware_common:
type: git
Expand All @@ -16,15 +20,15 @@ repositories:
core/autoware_cmake:
type: git
url: https://github.com/autowarefoundation/autoware_cmake.git
version: main
version: 1.0.0
core/autoware_utils:
type: git
url: https://github.com/autowarefoundation/autoware_utils.git
version: main
version: 1.0.0
core/autoware_lanelet2_extension:
type: git
url: https://github.com/autowarefoundation/autoware_lanelet2_extension.git
version: main
version: 0.6.1
# universe
universe/external/tier4_autoware_msgs:
type: git
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
-----------
* chore: update requirements.txt
* Contributors: Hayato Mizushima

2.3.1 (2024-08-26)
------------------
* docs: add use case pages (`#552 <https://github.com/tier4/driving_log_replayer/issues/552>`_)
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
-----------
* chore: update requirements.txt
* Contributors: Hayato Mizushima

2.3.1 (2024-08-26)
------------------
* docs: add use case pages (`#552 <https://github.com/tier4/driving_log_replayer/issues/552>`_)
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
-----------
* chore: update requirements.txt
* Contributors: Hayato Mizushima

2.3.1 (2024-08-26)
------------------
* docs: add use case pages (`#552 <https://github.com/tier4/driving_log_replayer/issues/552>`_)
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.1"
version = "2.3.2"
description = "command line tool for driving_log_replayer"
authors = [
{ name = "Hayato Mizushima", email = "hayato.mizushima@tier4.jp" },
Expand Down

0 comments on commit 2f094d3

Please sign in to comment.