Skip to content

Commit 751e61a

Browse files
authored
Bump version to v2.0.0 & release notes (#248)
* Bump version to v2.0.0 & release notes Signed-off-by: Raúl <[email protected]> * Address missing release notes changes Signed-off-by: Raúl <[email protected]> --------- Signed-off-by: Raúl <[email protected]>
1 parent 35f5313 commit 751e61a

File tree

5 files changed

+68
-245
lines changed

5 files changed

+68
-245
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 1.1.0
29+
project(${PROJECT_NAME} VERSION 2.0.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

+21-31
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
11
.. _release_notes:
22

3-
#############
4-
Release Notes
3+
Version 2.0.0
54
#############
65

7-
.. TODO uncomment when there are forthcoming notes
8-
.. .. include:: forthcoming_version.rst
6+
This release includes the following **new features**:
97

10-
Version 1.1.0
11-
#############
8+
* Get IDL type definition of a topic.
129

1310
This release includes the following **updates**:
1411

15-
* Use Fast DDS builtin transports by default.
16-
* Regenerate types with Fast DDS-Gen v3.3.0.
17-
* Bump ``gitpython`` dependency for documentation.
18-
* Include SustainML nodes as recognized app.
19-
* Relocate statistics topics static map.
20-
21-
This release includes the following **bugfixes**:
22-
23-
* Fix build error when log info enabled
24-
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.
2515

2616
This release includes the following **dependencies update**:
2717

@@ -33,30 +23,30 @@ This release includes the following **dependencies update**:
3323
- Old Version
3424
- New Version
3525
* - Foonathan Memory Vendor
36-
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
37-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
38-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
26+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
27+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
28+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
3929
* - Fast CDR
40-
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
41-
- `v2.1.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.2>`_
42-
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_
30+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
31+
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`__
32+
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
4333
* - Fast DDS
44-
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
45-
- `v2.13.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.0>`_
46-
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_
34+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
35+
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`__
36+
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__
4737
* - Fast DDS Gen
48-
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`_
49-
- `v3.0.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.0.0>`__
50-
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`_
38+
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`__
39+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`__
40+
- `v4.0.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.1>`__
5141
* - IDL Parser
52-
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`_
53-
- `v1.7.2 <https://github.com/eProsima/IDL-Parser/releases/tag/v1.7.2>`_
42+
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`__
5443
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
55-
44+
- `v4.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.1>`__
5645

5746
Previous versions
5847
#################
5948

49+
.. include:: previous_versions/v1.1.0.rst
6050
.. include:: previous_versions/v1.0.0.rst
6151
.. include:: previous_versions/v0.11.0.rst
6252
.. include:: previous_versions/v0.10.0.rst
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Version 1.1.0
2+
=============
3+
4+
This release includes the following **updates**:
5+
6+
* Use Fast DDS builtin transports by default.
7+
* Regenerate types with Fast DDS-Gen v3.3.0.
8+
* Bump ``gitpython`` dependency for documentation.
9+
* Include SustainML nodes as recognized app.
10+
* Relocate statistics topics static map.
11+
12+
This release includes the following **bugfixes**:
13+
14+
* Fix build error when log info enabled
15+
16+
17+
This release includes the following **dependencies update**:
18+
19+
.. list-table::
20+
:header-rows: 1
21+
22+
* -
23+
- Repository
24+
- Old Version
25+
- New Version
26+
* - Foonathan Memory Vendor
27+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
28+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
29+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
30+
* - Fast CDR
31+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
32+
- `v2.1.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.2>`_
33+
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_
34+
* - Fast DDS
35+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
36+
- `v2.13.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.0>`_
37+
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_
38+
* - Fast DDS Gen
39+
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`_
40+
- `v3.0.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.0.0>`__
41+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`_
42+
* - IDL Parser
43+
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`_
44+
- `v1.7.2 <https://github.com/eProsima/IDL-Parser/releases/tag/v1.7.2>`_
45+
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>fastdds_statistics_backend</name>
55
<!-->There must be a release. Update version accordingly<-->
6-
<version>1.1.0</version>
6+
<version>2.0.0</version>
77
<description>
88
C++ library to collect data from eProsima Fast DDS Statistics module and generate statistical information.
99
</description>

versions.md

-212
This file was deleted.

0 commit comments

Comments
 (0)