Skip to content

Commit 1d3219a

Browse files
authored
feat(CHANGELOG): bump up version to 0.5.0 (#20)
* update changelog Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * 0.5.0 --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 252aa1a commit 1d3219a

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

autoware_lanelet2_extension/CHANGELOG.rst

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

5+
0.5.0 (2024-07-10)
6+
------------------
7+
* feat(lanelet2_extension)!: introduce API versioning along with format_version (`#18 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/18>`_)
8+
* build: remove redundant move for build on noble (`#12 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/12>`_)
9+
remove redundant move
10+
* refactor: remove redundant cmake definition (`#13 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/13>`_)
11+
* remove redundant cmake definition
12+
* style(pre-commit): autofix
13+
---------
14+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
15+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
16+
* chore: apply pre-commit (`#14 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/14>`_)
17+
apply pre-commit
18+
* Contributors: Daisuke Nishimatsu, Mamoru Sobue
19+
520
0.4.0 (2024-06-24)
621
------------------
722
* Merge pull request `#11 <https://github.com/youtalk/autoware_lanelet2_extension/issues/11>`_ from youtalk/import-update

autoware_lanelet2_extension/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_lanelet2_extension</name>
5-
<version>0.4.0</version>
5+
<version>0.5.0</version>
66
<description>The autoware_lanelet2_extension package contains libraries to handle Lanelet2 format data.</description>
77
<maintainer email="ryohsuke.mitsudome@tier4.jp">mitsudome-r</maintainer>
88
<maintainer email="masahiro.sakamoto@tier4.jp">Masahiro Sakamoto</maintainer>

autoware_lanelet2_extension_python/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package autoware_lanelet2_extension_python
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.5.0 (2024-07-10)
6+
------------------
7+
* chore(ci): fix cpplint errors from pre-commit ci (`#15 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/15>`_)
8+
* chore: apply pre-commit (`#14 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/14>`_)
9+
apply pre-commit
10+
* Contributors: Daisuke Nishimatsu, Ryohsuke Mitsudome
11+
512
0.4.0 (2024-06-24)
613
------------------
714

autoware_lanelet2_extension_python/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_lanelet2_extension_python</name>
5-
<version>0.4.0</version>
5+
<version>0.5.0</version>
66
<description>The autoware_lanelet2_extension_python package contains Python bindings for lanelet2_extension package</description>
77
<maintainer email="mamoru.sobue@tier4.jp">Mamoru Sobue</maintainer>
88
<maintainer email="yutaka.kondo@tier4.jp">Yutaka Kondo</maintainer>

0 commit comments

Comments
 (0)