Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to v2.1.0 #253

Merged
merged 4 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER)

set(PROJECT_NAME_LARGE "Fast DDS Statistics Backend")

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

set(${PROJECT_NAME}_DESCRIPTION_SUMMARY "C++ library for bridging Fast DDS statistics module data")
Expand Down
29 changes: 6 additions & 23 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
.. _release_notes:

Version 2.0.0
Version 2.1.0
#############

This release includes the following **new features**:

* Get IDL type definition of a topic.

This release includes the following **updates**:

* Update to Fast DDS v3.0.1.
* Regenerate types with Fast DDS-Gen v4.0.1.
* Remove datasharing directory info from monitor GUI.

This release includes the following **bugfixes**:

* Remove uncorrectly used assertions.

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

.. list-table::
Expand All @@ -26,30 +12,27 @@ This release includes the following **dependencies update**:
- Repository
- Old Version
- New Version
* - Foonathan Memory Vendor
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`__
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`__
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
* - Fast DDS Gen
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`__
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`__
- `v4.0.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.1>`__
- `v4.0.2 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.2>`__
* - IDL Parser
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`__
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
- `v4.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.1>`__
- `v4.0.2 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.2>`__

Previous versions
#################

.. include:: previous_versions/v2.0.0.rst
.. include:: previous_versions/v1.1.0.rst
.. include:: previous_versions/v1.0.0.rst
.. include:: previous_versions/v0.11.0.rst
Expand Down
46 changes: 46 additions & 0 deletions docs/rst/notes/previous_versions/v2.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Version 2.0.0
=============

This release includes the following **new features**:

* Get IDL type definition of a topic.

This release includes the following **updates**:

* Update to Fast DDS v3.0.1.
* Regenerate types with Fast DDS-Gen v4.0.1.
* Remove datasharing directory info from monitor GUI.

This release includes the following **bugfixes**:

* Remove uncorrectly used assertions.

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

.. list-table::
:header-rows: 1

* -
- Repository
- Old Version
- New Version
* - Foonathan Memory Vendor
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`__
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`__
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__
* - Fast DDS Gen
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`__
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`__
- `v4.0.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.1>`__
* - IDL Parser
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`__
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
- `v4.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.1>`__
3 changes: 3 additions & 0 deletions docs/rst/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ CMake
colcon
Colcon
datareader
datasharing
datawriter
destructor
eProsima
Foonathan
gcovr
Github
Gtest
intraprocess
Expand All @@ -28,4 +30,5 @@ QoS
Subclassed
Todo
timepoint
uncorrectly
wget
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package format="3">
<name>fastdds_statistics_backend</name>
<!-->There must be a release. Update version accordingly<-->
<version>2.0.0</version>
<version>2.1.0</version>
<description>
C++ library to collect data from eProsima Fast DDS Statistics module and generate statistical information.
</description>
<!-->Update maintainer information<-->
<maintainer email="eduardoponz@eprosima.com">Eduardo Ponz Segrelles</maintainer>
<maintainer email="joseluisbueno@eprosima.com">Jose Luis Bueno Lopez</maintainer>
<maintainer email="[email protected]">Miguel Company Company</maintainer>
<maintainer email="RaulSanchezMateos@eprosima.com">Raul Sánchez-Mateos</maintainer>
<maintainer email="jesuspoderoso@eprosima.com">Jesús Poderoso</maintainer>
<maintainer email="[email protected]">Miguel Company</maintainer>
<license file="LICENSE">Apache 2.0</license>

<url type="website">https://www.eprosima.com/</url>
Expand Down
Loading