Skip to content

Commit

Permalink
Version and Changelogs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli committed Nov 14, 2022
1 parent 49e793c commit 9dd06f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions rmf_task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog for package rmf_task

2.1.2 (2022-11-14)
------------------
* Removed c++fs option for clang
* Fixing need of stdc++fs to build RPM package
[rmf #265](https://github.com/open-rmf/rmf/issues/265#issuecomment-1308419896)
* Contributors: Esteban Martinena

2.1.1 (2022-10-11)
------------------
* Allow GoToPlace to know about expected future destinations [#61](https://github.com/open-rmf/rmf_task/issues/61)
Expand Down
2 changes: 1 addition & 1 deletion rmf_task/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_task</name>
<version>2.1.1</version>
<version>2.1.2</version>
<description>Package for managing tasks in the Robotics Middleware Framework</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rmf_task_sequence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog for package rmf_task_sequence

2.1.2 (2022-11-14)
------------------

2.1.1 (2022-10-11)
------------------
* Add find_package/find_dependency for vendored project.
Expand Down
2 changes: 1 addition & 1 deletion rmf_task_sequence/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_task_sequence</name>
<version>2.1.1</version>
<version>2.1.2</version>
<description>Implementation of phase-sequence tasks for the Robotics Middleware Framework</description>
<maintainer email="[email protected]">Grey</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down

0 comments on commit 9dd06f0

Please sign in to comment.