Skip to content

Commit

Permalink
Update release notes and bump version (#169)
Browse files Browse the repository at this point in the history
* Refs #16551: Update release notes and bump version

Signed-off-by: jparisu <[email protected]>

* Refs #16551: apply suggestions

Signed-off-by: jparisu <[email protected]>

Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu authored Dec 15, 2022
1 parent d021835 commit e0f28db
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ endif()
# Version
###############################################################################
set(PRODUCT_MAJOR_VERSION 1)
set(PRODUCT_MINOR_VERSION 2)
set(PRODUCT_PATCH_VERSION 1)
set(PRODUCT_MINOR_VERSION 3)
set(PRODUCT_PATCH_VERSION 0)
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})

###############################################################################
Expand Down
18 changes: 10 additions & 8 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
.. _release_notes:

##############
Version v1.2.1
Version v1.3.0
##############

This release includes the following new **documentation sections**:
This release includes the following **bug fixes**:

* Guide to solve the non-reception of statistics data after enabling them.
* Fix error in y-axis resize that went to infinite.

This release includes the following new **internal changes**:

* Upgrade
`Fast DDS v2.7.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.7.0>`_ to
`Fast DDS v2.8.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.8.0>`_.
* Upgrade
`Fast DDS Statistics Backend v2.7.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v0.7.0>`_
`Fast DDS v2.8.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.8.0>`_
to
`Fast DDS Statistics Backend v2.7.1 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v0.7.1>`_.
`Fast DDS v2.9.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.9.0>`_.

* Upgrade
`Fast DDS Statistics Backend v0.7.1 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v0.7.1>`_.
to
`Fast DDS Statistics Backend v0.8.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v0.8.0>`_.

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

.. include:: previous_versions/v1.2.1.rst
.. include:: previous_versions/v1.2.0.rst
.. include:: previous_versions/v1.1.0.rst
.. include:: previous_versions/v1.0.0.rst
Expand Down
16 changes: 16 additions & 0 deletions docs/rst/notes/previous_versions/v1.2.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Version v1.2.0
==============

This release includes the following new **documentation sections**:

* Guide to solve the non-reception of statistics data after enabling them.

This release includes the following new **internal changes**:

* Upgrade
`Fast DDS v2.7.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.7.0>`_ to
`Fast DDS v2.8.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.8.0>`_.
* Upgrade
`Fast DDS Statistics Backend v0.7.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v0.7.0>`_
to
`Fast DDS Statistics Backend v0.7.1 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v0.7.1>`_.
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_monitor</name>
<!-->There must be a release. Update version accordingly<-->
<version>1.2.1</version>
<version>1.3.0</version>
<description>
Qt application written in C++ that plot the data from the Fast DDS Statistics Backend.
</description>
Expand Down

0 comments on commit e0f28db

Please sign in to comment.