Skip to content

Commit

Permalink
Bump version to v2.0.0 & release notes (#248)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
rsanchez15 authored Sep 16, 2024
1 parent 35f5313 commit 751e61a
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 245 deletions.
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 1.1.0
project(${PROJECT_NAME} VERSION 2.0.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
52 changes: 21 additions & 31 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
.. _release_notes:

#############
Release Notes
Version 2.0.0
#############

.. TODO uncomment when there are forthcoming notes
.. .. include:: forthcoming_version.rst
This release includes the following **new features**:

Version 1.1.0
#############
* Get IDL type definition of a topic.

This release includes the following **updates**:

* Use Fast DDS builtin transports by default.
* Regenerate types with Fast DDS-Gen v3.3.0.
* Bump ``gitpython`` dependency for documentation.
* Include SustainML nodes as recognized app.
* Relocate statistics topics static map.

This release includes the following **bugfixes**:

* Fix build error when log info enabled

* 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 **dependencies update**:

Expand All @@ -33,30 +23,30 @@ This release includes the following **dependencies update**:
- 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>`_
- `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.1.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.2>`_
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_
- `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.13.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.0>`_
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_
- `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.0.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.0.0>`__
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`_
- `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>`_
- `v1.7.2 <https://github.com/eProsima/IDL-Parser/releases/tag/v1.7.2>`_
- `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>`__

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

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

This release includes the following **updates**:

* Use Fast DDS builtin transports by default.
* Regenerate types with Fast DDS-Gen v3.3.0.
* Bump ``gitpython`` dependency for documentation.
* Include SustainML nodes as recognized app.
* Relocate statistics topics static map.

This release includes the following **bugfixes**:

* Fix build error when log info enabled


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.1.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.2>`_
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v2.13.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.0>`_
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_
* - Fast DDS Gen
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`_
- `v3.0.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.0.0>`__
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`_
* - IDL Parser
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`_
- `v1.7.2 <https://github.com/eProsima/IDL-Parser/releases/tag/v1.7.2>`_
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>fastdds_statistics_backend</name>
<!-->There must be a release. Update version accordingly<-->
<version>1.1.0</version>
<version>2.0.0</version>
<description>
C++ library to collect data from eProsima Fast DDS Statistics module and generate statistical information.
</description>
Expand Down
212 changes: 0 additions & 212 deletions versions.md

This file was deleted.

0 comments on commit 751e61a

Please sign in to comment.