Skip to content

Commit

Permalink
Prepare 1.1.1 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-daniel authored Jun 30, 2022
1 parent bebd393 commit 3a9a119
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# OpenDR Toolkit Change Log

## Version 1.1
## Version 1.1.1
Released on June, 30th, 2022.

- Bug Fixes:
- Fix Efficient Panoptic Segmentation submodule commit ([#268](https://github.com/opendr-eu/opendr/pull/268)).
- Fix Face Recognition compilation error ([#267](https://github.com/opendr-eu/opendr/pull/267)).

## Version 1.1.0
Released on June, 14th, 2022.

- New Features:
Expand Down
2 changes: 1 addition & 1 deletion projects/opendr_ws/src/data_generation/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>data_generation</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>OpenDR's ROS nodes for data generation package</description>
<maintainer email="[email protected]">OpenDR Project Coordinator</maintainer>
<license>Apache License v2.0 </license>
Expand Down
2 changes: 1 addition & 1 deletion projects/opendr_ws/src/perception/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>perception</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>OpenDR's ROS nodes for perception package</description>
<maintainer email="[email protected]">OpenDR Project Coordinator</maintainer>
<license>Apache License v2.0 </license>
Expand Down
2 changes: 1 addition & 1 deletion projects/opendr_ws/src/ros_bridge/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ros_bridge</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>OpenDR ros_bridge package. This package provides a way to translate ROS messages into OpenDR data types
and vice versa.
</description>
Expand Down
2 changes: 1 addition & 1 deletion projects/opendr_ws/src/simulation/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>simulation</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>OpenDR's ROS nodes for simulation package</description>
<maintainer email="[email protected]">OpenDR Project Coordinator</maintainer>
<license>Apache License v2.0 </license>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fmp_slam_eval</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>FMP SLAM Evaluation Package</description>

<maintainer email="[email protected]">Jose Arce</maintainer>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>map_simulator</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>The 2D Map Simulator package for generating datasets for testing and evaluating SLAM algorithms</description>

<maintainer email="[email protected]">Jose Arce</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion src/opendr/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 3a9a119

Please sign in to comment.