Skip to content

Commit d741026

Browse files
authored
chore(package.xml): bump version to 0.40.0 (#9618)
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
1 parent e30350c commit d741026

File tree

494 files changed

+9294
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

494 files changed

+9294
-251
lines changed

common/autoware_adapi_specs/CHANGELOG.rst

+30
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22
Changelog for package autoware_adapi_specs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Merge branch 'main' into release-0.40.0
8+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
9+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
10+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
11+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
12+
* chore(package.xml): bump version to 0.39.0
13+
* fix: fix ticket links in CHANGELOG.rst
14+
* fix: remove unnecessary diff
15+
---------
16+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
17+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
18+
* fix: fix package names in changelog files (`#9500 <https://github.com/autowarefoundation/autoware.universe/issues/9500>`_)
19+
* 0.39.0
20+
* update changelog
21+
* Merge commit '6a1ddbd08bd' into release-0.39.0
22+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
23+
* refactor(autoware_ad_api_specs): prefix package and namespace with autoware (`#9250 <https://github.com/autowarefoundation/autoware.universe/issues/9250>`_)
24+
* refactor(autoware_ad_api_specs): prefix package and namespace with autoware
25+
* style(pre-commit): autofix
26+
* chore(autoware_adapi_specs): rename ad_api to adapi
27+
* style(pre-commit): autofix
28+
* chore(autoware_adapi_specs): rename ad_api to adapi
29+
* chore(autoware_adapi_specs): rename ad_api to adapi
30+
* chore(autoware_adapi_specs): rename ad_api_specs to adapi_specs
31+
---------
32+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
33+
* Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
34+
535
0.39.0 (2024-11-25)
636
-------------------
737
* Merge commit '6a1ddbd08bd' into release-0.39.0

common/autoware_adapi_specs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_adapi_specs</name>
5-
<version>0.39.0</version>
5+
<version>0.40.0</version>
66
<description>The autoware_adapi_specs package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>

common/autoware_auto_common/CHANGELOG.rst

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
Changelog for package autoware_auto_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
8+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
9+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
10+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
11+
* chore(package.xml): bump version to 0.39.0
12+
* fix: fix ticket links in CHANGELOG.rst
13+
* fix: remove unnecessary diff
14+
---------
15+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
16+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
17+
* 0.39.0
18+
* update changelog
19+
* Merge commit '6a1ddbd08bd' into release-0.39.0
20+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
21+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
22+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
23+
* unify package.xml version to 0.37.0
24+
* remove system_monitor/CHANGELOG.rst
25+
* add changelog
26+
* 0.38.0
27+
---------
28+
* refactor(qp_interface): prefix package and namespace with autoware (`#9236 <https://github.com/autowarefoundation/autoware.universe/issues/9236>`_)
29+
* Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
30+
531
0.39.0 (2024-11-25)
632
-------------------
733
* Merge commit '6a1ddbd08bd' into release-0.39.0

common/autoware_auto_common/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_auto_common</name>
5-
<version>0.39.0</version>
5+
<version>0.40.0</version>
66
<description>Miscellaneous helper functions</description>
77
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
88
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>

common/autoware_component_interface_specs/CHANGELOG.rst

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
Changelog for package autoware_component_interface_specs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Merge branch 'main' into release-0.40.0
8+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
9+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
10+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
11+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
12+
* chore(package.xml): bump version to 0.39.0
13+
* fix: fix ticket links in CHANGELOG.rst
14+
* fix: remove unnecessary diff
15+
---------
16+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
17+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
18+
* feat!: replace tier4_map_msgs with autoware_map_msgs for MapProjectorInfo (`#9392 <https://github.com/autowarefoundation/autoware.universe/issues/9392>`_)
19+
* 0.39.0
20+
* update changelog
21+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
22+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
23+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
24+
* unify package.xml version to 0.37.0
25+
* remove system_monitor/CHANGELOG.rst
26+
* add changelog
27+
* 0.38.0
28+
---------
29+
* Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
30+
531
0.39.0 (2024-11-25)
632
-------------------
733
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)

common/autoware_component_interface_specs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_component_interface_specs</name>
5-
<version>0.39.0</version>
5+
<version>0.40.0</version>
66
<description>The autoware_component_interface_specs package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>

common/autoware_component_interface_tools/CHANGELOG.rst

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
Changelog for package autoware_component_interface_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Merge branch 'main' into release-0.40.0
8+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
9+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
10+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
11+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
12+
* chore(package.xml): bump version to 0.39.0
13+
* fix: fix ticket links in CHANGELOG.rst
14+
* fix: remove unnecessary diff
15+
---------
16+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
17+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
18+
* fix: fix missing namespaces in C++ code (`#9477 <https://github.com/autowarefoundation/autoware.universe/issues/9477>`_)
19+
* 0.39.0
20+
* update changelog
21+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
22+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
23+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
24+
* unify package.xml version to 0.37.0
25+
* remove system_monitor/CHANGELOG.rst
26+
* add changelog
27+
* 0.38.0
28+
---------
29+
* Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
30+
531
0.39.0 (2024-11-25)
632
-------------------
733
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)

common/autoware_component_interface_tools/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_component_interface_tools</name>
5-
<version>0.39.0</version>
5+
<version>0.40.0</version>
66
<description>The autoware_component_interface_tools package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<license>Apache License 2.0</license>

common/autoware_component_interface_utils/CHANGELOG.rst

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22
Changelog for package autoware_component_interface_utils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Merge branch 'main' into release-0.40.0
8+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
9+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
10+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
11+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
12+
* chore(package.xml): bump version to 0.39.0
13+
* fix: fix ticket links in CHANGELOG.rst
14+
* fix: remove unnecessary diff
15+
---------
16+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
17+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
18+
* fix(cpplint): include what you use - common (`#9564 <https://github.com/autowarefoundation/autoware.universe/issues/9564>`_)
19+
* fix: fix package names in changelog files (`#9500 <https://github.com/autowarefoundation/autoware.universe/issues/9500>`_)
20+
* 0.39.0
21+
* update changelog
22+
* Merge commit '6a1ddbd08bd' into release-0.39.0
23+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
24+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
25+
* unify package.xml version to 0.37.0
26+
* remove system_monitor/CHANGELOG.rst
27+
* add changelog
28+
* 0.38.0
29+
---------
30+
* refactor(component_interface_utils): prefix package and namespace with autoware (`#9092 <https://github.com/autowarefoundation/autoware.universe/issues/9092>`_)
31+
* Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
32+
533
0.39.0 (2024-11-25)
634
-------------------
735
* Merge commit '6a1ddbd08bd' into release-0.39.0

common/autoware_component_interface_utils/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_component_interface_utils</name>
5-
<version>0.39.0</version>
5+
<version>0.40.0</version>
66
<description>The autoware_component_interface_utils package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>

common/autoware_fake_test_node/CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package autoware_fake_test_node
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Merge branch 'main' into release-0.40.0
8+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
9+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
10+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
11+
* chore(package.xml): bump version to 0.39.0
12+
* fix: fix ticket links in CHANGELOG.rst
13+
* fix: remove unnecessary diff
14+
---------
15+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
16+
* fix: fix package names in changelog files (`#9500 <https://github.com/autowarefoundation/autoware.universe/issues/9500>`_)
17+
* refactor(fake_test_node): prefix package and namespace with autoware (`#9249 <https://github.com/autowarefoundation/autoware.universe/issues/9249>`_)
18+
* Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome
19+
520
0.39.0 (2024-11-25)
621
-------------------
722
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)

common/autoware_fake_test_node/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_fake_test_node</name>
5-
<version>0.39.0</version>
5+
<version>0.40.0</version>
66
<description>A fake node that we can use in the integration-like cpp tests.</description>
77
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
88
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>

common/autoware_global_parameter_loader/CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package global_parameter_loader
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Merge branch 'main' into release-0.40.0
8+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
9+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
10+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
11+
* chore(package.xml): bump version to 0.39.0
12+
* fix: fix ticket links in CHANGELOG.rst
13+
* fix: remove unnecessary diff
14+
---------
15+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
16+
* refactor(global_parameter_loader): prefix package and namespace with autoware (`#9303 <https://github.com/autowarefoundation/autoware.universe/issues/9303>`_)
17+
* Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome
18+
519
0.39.0 (2024-11-25)
620
-------------------
721
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)

common/autoware_global_parameter_loader/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_global_parameter_loader</name>
5-
<version>0.39.0</version>
5+
<version>0.40.0</version>
66
<description>The autoware_global_parameter_loader package</description>
77
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>
88
<license>Apache License 2.0</license>

common/autoware_glog_component/CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package glog_component
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Merge branch 'main' into release-0.40.0
8+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
9+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
10+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
11+
* chore(package.xml): bump version to 0.39.0
12+
* fix: fix ticket links in CHANGELOG.rst
13+
* fix: remove unnecessary diff
14+
---------
15+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
16+
* refactor(glog_component): prefix package and namespace with autoware (`#9302 <https://github.com/autowarefoundation/autoware.universe/issues/9302>`_)
17+
Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com>
18+
* Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome
19+
520
0.39.0 (2024-11-25)
621
-------------------
722
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)

common/autoware_glog_component/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_glog_component</name>
5-
<version>0.39.0</version>
5+
<version>0.40.0</version>
66
<description>The autoware_glog_component package</description>
77
<maintainer email="takamasa.horibe@tier4.jp">Takamasa Horibe</maintainer>
88
<license>Apache License 2.0</license>

common/autoware_goal_distance_calculator/CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Changelog for package autoware_goal_distance_calculator
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.0 (2024-12-12)
6+
-------------------
7+
* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)"
8+
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
9+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
10+
* chore(package.xml): bump version to 0.39.0 (`#9587 <https://github.com/autowarefoundation/autoware.universe/issues/9587>`_)
11+
* chore(package.xml): bump version to 0.39.0
12+
* fix: fix ticket links in CHANGELOG.rst
13+
* fix: remove unnecessary diff
14+
---------
15+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
16+
* fix: fix ticket links in CHANGELOG.rst (`#9588 <https://github.com/autowarefoundation/autoware.universe/issues/9588>`_)
17+
* 0.39.0
18+
* update changelog
19+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
20+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
21+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
22+
* unify package.xml version to 0.37.0
23+
* remove system_monitor/CHANGELOG.rst
24+
* add changelog
25+
* 0.38.0
26+
---------
27+
* Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
28+
529
0.39.0 (2024-11-25)
630
-------------------
731
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)

0 commit comments

Comments
 (0)