Skip to content

Commit 77dae31

Browse files
committed
2.0.1
1 parent e015af1 commit 77dae31

File tree

30 files changed

+45
-45
lines changed

30 files changed

+45
-45
lines changed

grid_map/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.0.1 (2025-01-18)
6+
------------------
77
* Merge pull request `#445 <https://github.com/Ryanf55/grid_map/issues/445>`_ from ANYbotics/mergify/bp/humble/pr-443
88
Add Ryan as maintainer, remove Steve (backport `#443 <https://github.com/Ryanf55/grid_map/issues/443>`_)
99
* Add Ryan as maintainer, remove Steve

grid_map/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>grid_map</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Meta-package for the universal grid map library.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_cmake_helpers/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.0.1 (2025-01-18)
6+
------------------
77
* Merge pull request `#445 <https://github.com/Ryanf55/grid_map/issues/445>`_ from ANYbotics/mergify/bp/humble/pr-443
88
Add Ryan as maintainer, remove Steve (backport `#443 <https://github.com/Ryanf55/grid_map/issues/443>`_)
99
* Add Ryan as maintainer, remove Steve

grid_map_cmake_helpers/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>grid_map_cmake_helpers</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>CMake support functionality used throughout grid_map</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_core/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.0.1 (2025-01-18)
6+
------------------
77
* Fix UB in SpiralIterator::operator++ (`#481 <https://github.com/Ryanf55/grid_map/issues/481>`_) (`#489 <https://github.com/Ryanf55/grid_map/issues/489>`_)
88
* Calling pop_back on an iterator past the end is UB
99
(cherry picked from commit 74dbbc83ad695c09bc60dcc856aa8a75741311a9)

grid_map_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>grid_map_core</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Universal grid map library to manage two-dimensional grid maps with multiple data layers.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_costmap_2d/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.0.1 (2025-01-18)
6+
------------------
77
* Merge pull request `#449 <https://github.com/Ryanf55/grid_map/issues/449>`_ from ANYbotics/mergify/bp/humble/pr-424
88
Use ament_export_targets in grid_map_costmap_2d (backport `#424 <https://github.com/Ryanf55/grid_map/issues/424>`_)
99
* Use ament_export_targets

grid_map_costmap_2d/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>grid_map_costmap_2d</name>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<description>Interface for grid maps to the costmap_2d format.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_cv/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.0.1 (2025-01-18)
6+
------------------
77
* Merge pull request `#447 <https://github.com/Ryanf55/grid_map/issues/447>`_ from ANYbotics/mergify/bp/humble/pr-442
88
Bugfix use old style include directories for filters (backport `#442 <https://github.com/Ryanf55/grid_map/issues/442>`_)
99
* Add link to upstream ticket

grid_map_cv/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>grid_map_cv</name>
4-
<version>2.0.0</version>
4+
<version>2.0.1</version>
55
<description>Conversions between grid maps and OpenCV images.</description>
66
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
77
<maintainer email="[email protected]">Yoshua Nava</maintainer>

0 commit comments

Comments
 (0)