Skip to content

Commit

Permalink
Bump to v1.2.1 (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: RaulSanchez <[email protected]>

Signed-off-by: RaulSanchez <[email protected]>
  • Loading branch information
rsanchez15 authored Sep 30, 2022
1 parent 93a88bb commit f1121a8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif()
###############################################################################
set(PRODUCT_MAJOR_VERSION 1)
set(PRODUCT_MINOR_VERSION 2)
set(PRODUCT_PATCH_VERSION 0)
set(PRODUCT_PATCH_VERSION 1)
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cmake_policy(VERSION 3.5...3.13)
###############################################################################
set(PRODUCT_MAJOR_VERSION 1)
set(PRODUCT_MINOR_VERSION 2)
set(PRODUCT_PATCH_VERSION 0)
set(PRODUCT_PATCH_VERSION 1)
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})

###############################################################################
Expand Down
19 changes: 11 additions & 8 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
.. _release_notes:

##############
Version v1.2.0
Version v1.2.1
##############

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

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

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

* Windows app icon.
* Support GTest new version.
* 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>`_
to
`Fast DDS Statistics Backend v2.7.1 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v0.7.1>`_.

This release includes the following **bugfixes**:

* Fixes included in Fast DDS Statistics Backend v1.2.0.

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

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

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

* Windows installation guide.

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

* Windows app icon.
* Support GTest new version.

This release includes the following **bugfixes**:

* Fixes included in Fast DDS Statistics Backend v1.2.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_monitor</name>
<!-->There must be a release. Update version accordingly<-->
<version>1.2.0</version>
<version>1.2.1</version>
<description>
Qt application written in C++ that plot the data from the Fast DDS Statistics Backend.
</description>
Expand Down

0 comments on commit f1121a8

Please sign in to comment.