Skip to content

Commit ad0f222

Browse files
committed
[#24391] Bump to v1.2.0 + Release notes
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent affeba8 commit ad0f222

8 files changed

Lines changed: 62 additions & 14 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 1
2-
VERSION_MINOR 1
2+
VERSION_MINOR 2
33
VERSION_PATCH 0

ddsenabler/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>ddsenabler</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>
77
*eprosima DDS Enabler* main C++ package.
88
</description>

ddsenabler_docs/docs/notes/notes.rst

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,23 @@
55
.. include:: forthcoming_version.rst
66

77
##############
8-
Version v1.1.0
8+
Version v1.2.0
99
##############
1010

11-
This release includes the following **features**:
11+
This release includes the following **bugfixes**:
1212

13-
* Support for ROS 2 services and actions
13+
* Fix action notification callback
14+
15+
16+
This release includes the following **documentation updates**:
17+
18+
* Update Windows documentation (new **Asio** version)
19+
20+
This release includes the following **CI improvements**:
21+
22+
* Update Docker workflow to use Ubuntu Noble
23+
* Upgrade `Linters CI` runner image to `ubuntu-24.04`
24+
* Update `foonathan` version to 1.4.1
1425

1526
This release includes the following **Dependencies Update**:
1627

@@ -24,26 +35,27 @@ This release includes the following **Dependencies Update**:
2435
* - Foonathan Memory Vendor
2536
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
2637
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
27-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
38+
- `v1.4.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1>`_
2839
* - Fast CDR
2940
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
30-
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
3141
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`_
42+
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
3243
* - Fast DDS
3344
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
34-
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`_
3545
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`_
46+
- `v3.6.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1>`_
3647
* - Dev Utils
3748
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
38-
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
3949
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
50+
- `v1.5.1 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.1>`__
4051
* - DDS Pipe
4152
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
42-
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
4353
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
54+
- `v1.5.1 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.1>`__
4455

4556
#################
4657
Previous Versions
4758
#################
4859

60+
.. include:: ./previous_versions/v1.1.0.rst
4961
.. include:: ./previous_versions/v1.0.0.rst
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Version v1.0.0
2+
==============
3+
4+
This release includes the following **features**:
5+
6+
* Support for ROS 2 services and actions
7+
8+
This release includes the following **Dependencies Update**:
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* -
14+
- Repository
15+
- Old Version
16+
- New Version
17+
* - Foonathan Memory Vendor
18+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
19+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
20+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
21+
* - Fast CDR
22+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
23+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
24+
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`_
25+
* - Fast DDS
26+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
27+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`_
28+
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`_
29+
* - Dev Utils
30+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
31+
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
32+
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
33+
* - DDS Pipe
34+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
35+
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
36+
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__

ddsenabler_docs/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>ddsenabler_docs</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>
77
*eprosima DDS Enabler* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

ddsenabler_participants/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>ddsenabler_participants</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>
77
*eprosima DDS Enabler* C++ Std Participant implementations.
88
</description>

ddsenabler_test/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>ddsenabler_test</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>
77
*eprosima DDS Enabler* system tests package.
88
</description>

ddsenabler_yaml/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>ddsenabler_yaml</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>
77
*eprosima DDS Enabler* YAML configuration package.
88
</description>

0 commit comments

Comments
 (0)