Skip to content

Commit 28e3062

Browse files
Bump version to v2.1.0 (#253)
* Bump version to v2.1.0 Signed-off-by: eProsima <[email protected]> * Update maintainers list Signed-off-by: eProsima <[email protected]> * Update release notes Signed-off-by: eProsima <[email protected]> * Fix docs Signed-off-by: eProsima <[email protected]> --------- Signed-off-by: eProsima <[email protected]>
1 parent f63b7af commit 28e3062

File tree

5 files changed

+60
-28
lines changed

5 files changed

+60
-28
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER)
2626

2727
set(PROJECT_NAME_LARGE "Fast DDS Statistics Backend")
2828

29-
project(${PROJECT_NAME} VERSION 2.0.0
29+
project(${PROJECT_NAME} VERSION 2.1.0
3030
DESCRIPTION "eProsima ${PROJECT_NAME_LARGE} library provides a simple and easy-to-use API for interacting with data from Fast DDS statistics module")
3131

3232
set(${PROJECT_NAME}_DESCRIPTION_SUMMARY "C++ library for bridging Fast DDS statistics module data")

docs/rst/notes/notes.rst

+6-23
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
11
.. _release_notes:
22

3-
Version 2.0.0
3+
Version 2.1.0
44
#############
55

6-
This release includes the following **new features**:
7-
8-
* Get IDL type definition of a topic.
9-
10-
This release includes the following **updates**:
11-
12-
* Update to Fast DDS v3.0.1.
13-
* Regenerate types with Fast DDS-Gen v4.0.1.
14-
* Remove datasharing directory info from monitor GUI.
15-
16-
This release includes the following **bugfixes**:
17-
18-
* Remove uncorrectly used assertions.
19-
206
This release includes the following **dependencies update**:
217

228
.. list-table::
@@ -26,30 +12,27 @@ This release includes the following **dependencies update**:
2612
- Repository
2713
- Old Version
2814
- New Version
29-
* - Foonathan Memory Vendor
30-
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
31-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
32-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
3315
* - Fast CDR
3416
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
35-
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`__
3617
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
18+
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
3719
* - Fast DDS
3820
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
39-
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`__
4021
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__
22+
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
4123
* - Fast DDS Gen
4224
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`__
43-
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`__
4425
- `v4.0.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.1>`__
26+
- `v4.0.2 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.2>`__
4527
* - IDL Parser
4628
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`__
47-
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
4829
- `v4.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.1>`__
30+
- `v4.0.2 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.2>`__
4931

5032
Previous versions
5133
#################
5234

35+
.. include:: previous_versions/v2.0.0.rst
5336
.. include:: previous_versions/v1.1.0.rst
5437
.. include:: previous_versions/v1.0.0.rst
5538
.. include:: previous_versions/v0.11.0.rst
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Version 2.0.0
2+
=============
3+
4+
This release includes the following **new features**:
5+
6+
* Get IDL type definition of a topic.
7+
8+
This release includes the following **updates**:
9+
10+
* Update to Fast DDS v3.0.1.
11+
* Regenerate types with Fast DDS-Gen v4.0.1.
12+
* Remove datasharing directory info from monitor GUI.
13+
14+
This release includes the following **bugfixes**:
15+
16+
* Remove uncorrectly used assertions.
17+
18+
This release includes the following **dependencies update**:
19+
20+
.. list-table::
21+
:header-rows: 1
22+
23+
* -
24+
- Repository
25+
- Old Version
26+
- New Version
27+
* - Foonathan Memory Vendor
28+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
29+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
30+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
31+
* - Fast CDR
32+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
33+
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`__
34+
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
35+
* - Fast DDS
36+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
37+
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`__
38+
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__
39+
* - Fast DDS Gen
40+
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`__
41+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`__
42+
- `v4.0.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.1>`__
43+
* - IDL Parser
44+
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`__
45+
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
46+
- `v4.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.1>`__

docs/rst/spelling_wordlist.txt

+3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ CMake
88
colcon
99
Colcon
1010
datareader
11+
datasharing
1112
datawriter
1213
destructor
1314
eProsima
1415
Foonathan
16+
gcovr
1517
Github
1618
Gtest
1719
intraprocess
@@ -28,4 +30,5 @@ QoS
2830
Subclassed
2931
Todo
3032
timepoint
33+
uncorrectly
3134
wget

package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<package format="3">
44
<name>fastdds_statistics_backend</name>
55
<!-->There must be a release. Update version accordingly<-->
6-
<version>2.0.0</version>
6+
<version>2.1.0</version>
77
<description>
88
C++ library to collect data from eProsima Fast DDS Statistics module and generate statistical information.
99
</description>
1010
<!-->Update maintainer information<-->
11-
<maintainer email="eduardoponz@eprosima.com">Eduardo Ponz Segrelles</maintainer>
12-
<maintainer email="joseluisbueno@eprosima.com">Jose Luis Bueno Lopez</maintainer>
13-
<maintainer email="[email protected]">Miguel Company Company</maintainer>
11+
<maintainer email="RaulSanchezMateos@eprosima.com">Raul Sánchez-Mateos</maintainer>
12+
<maintainer email="jesuspoderoso@eprosima.com">Jesús Poderoso</maintainer>
13+
<maintainer email="[email protected]">Miguel Company</maintainer>
1414
<license file="LICENSE">Apache 2.0</license>
1515

1616
<url type="website">https://www.eprosima.com/</url>

0 commit comments

Comments
 (0)