Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Sep 24, 2022
1 parent 5e15d93 commit f6f6aa0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions libmavconn/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package libmavconn
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.3.0 (2022-09-24)
------------------
* mavros: remove custom find script, re-generate
* Merge branch 'master' into ros2
* master:
Expand Down
2 changes: 1 addition & 1 deletion libmavconn/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>libmavconn</name>
<version>2.2.0</version>
<version>2.3.0</version>
<description>
MAVLink communication library.
This library provide unified connection handling classes
Expand Down
7 changes: 2 additions & 5 deletions mavros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package mavros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.3.0 (2022-09-24)
------------------
* extras: fix linter errors
* mavros: remove custom find script, re-generate
* Merge branch 'master' into ros2
Expand Down Expand Up @@ -660,10 +660,7 @@ Forthcoming
* Merge branch 'ros2' into ros2
* msgs: start porting to ROS2
* disable all packages but messages
* Contributors: Alexey Rogachevskiy, Mikael Arguedas, Thomas, Vladimir Ermakov
=======
* Contributors: Dr.-Ing. Amilcar do Carmo Lucas, Karthik Desai, Oleg Kalachev, Sanket Sharma, Vladimir Ermakov, acxz
>>>>>>> master

1.13.0 (2022-01-13)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion mavros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mavros</name>
<version>2.2.0</version>
<version>2.3.0</version>
<description>
MAVROS -- MAVLink extendable communication node for ROS
with proxy for Ground Control Station.
Expand Down
4 changes: 2 additions & 2 deletions mavros_extras/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package mavros_extras
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.3.0 (2022-09-24)
------------------
* extras: fix linter errors
* extras: fix toMsg
* extras: fix build
Expand Down
2 changes: 1 addition & 1 deletion mavros_extras/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mavros_extras</name>
<version>2.2.0</version>
<version>2.3.0</version>
<description>
Extra nodes and plugins for <a href="http://wiki.ros.org/mavros">MAVROS</a>.
</description>
Expand Down
4 changes: 2 additions & 2 deletions mavros_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package mavros_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.3.0 (2022-09-24)
------------------
* Merge branch 'master' into ros2
* master:
1.14.0
Expand Down
2 changes: 1 addition & 1 deletion mavros_msgs/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mavros_msgs</name>
<version>2.2.0</version>
<version>2.3.0</version>
<description>
mavros_msgs defines messages for <a href="http://wiki.ros.org/mavros">MAVROS</a>.
</description>
Expand Down

0 comments on commit f6f6aa0

Please sign in to comment.