Skip to content

Commit 1d88ad2

Browse files
authored
Release 1.2.2 (#371)
1 parent f4ac96d commit 1d88ad2

File tree

22 files changed

+81
-12
lines changed

22 files changed

+81
-12
lines changed

lanelet2/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package lanelet2
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.2.2 (2024-10-25)
6+
------------------
7+
58
1.2.1 (2023-05-10)
69
------------------
710

lanelet2/package.xml

Lines changed: 1 addition & 1 deletion
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>lanelet2</name>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<description>Meta-package for lanelet2</description>
77

88
<license>BSD</license>

lanelet2_core/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package lanelet2_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.2.2 (2024-10-25)
6+
------------------
7+
* Implement signed curvature (`#355 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/355>`_)
8+
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
9+
* Update RegulatoryElementTagging.md (`#316 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/316>`_)
10+
* Remove unused local typedefs (`#312 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/312>`_)
11+
* Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer
12+
513
1.2.1 (2023-05-10)
614
------------------
715
* Update thirdparty deps, rework projected point, enable python 3.10/3.11 (`#300 <https://github.com/immel-f/Lanelet2/issues/300>`_)

lanelet2_core/package.xml

Lines changed: 1 addition & 1 deletion
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>lanelet2_core</name>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<description>Lanelet2 core module</description>
77

88
<license>BSD</license>

lanelet2_examples/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package lanelet2_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.2.2 (2024-10-25)
6+
------------------
7+
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
8+
* Fix `#324 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/324>`_: exception thrown when using GeocentricProjector (`#325 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/325>`_)
9+
* Contributors: DavUhll, Michał Antkiewicz
10+
511
1.2.1 (2023-05-10)
612
------------------
713

lanelet2_examples/package.xml

Lines changed: 1 addition & 1 deletion
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>lanelet2_examples</name>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<description>Examples for working with Lanelet2</description>
77

88
<license>BSD</license>

lanelet2_io/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package lanelet2_io
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.2.2 (2024-10-25)
6+
------------------
7+
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
8+
* Contributors: DavUhll
9+
510
1.2.1 (2023-05-10)
611
------------------
712

lanelet2_io/package.xml

Lines changed: 1 addition & 1 deletion
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>lanelet2_io</name>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<description>Parser/Writer module for lanelet2</description>
77

88
<license>BSD</license>

lanelet2_maps/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package lanelet2_maps
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.2.2 (2024-10-25)
6+
------------------
7+
* bugfix speed limit preset in laneletpresets.xml (`#318 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/318>`_)
8+
* Contributors: R-Fehler
9+
510
1.2.1 (2023-05-10)
611
------------------
712

lanelet2_maps/package.xml

Lines changed: 1 addition & 1 deletion
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>lanelet2_maps</name>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<description>Example maps in the lanelet2-format</description>
77

88
<license>BSD</license>

0 commit comments

Comments
 (0)