Skip to content

Commit

Permalink
Bump version to v3.0.2 (#5653)
Browse files Browse the repository at this point in the history
* Refs #21627: Bump version to v3.0.2

Signed-off-by: Javier Gil Aviles <[email protected]>

* Refs #21627: Fix minor issue

Signed-off-by: Javier Gil Aviles <[email protected]>

---------

Signed-off-by: Javier Gil Aviles <[email protected]>
  • Loading branch information
Javgilavi authored Feb 19, 2025
1 parent 71c2e0f commit 53b3c7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()
###############################################################################
# Project #
###############################################################################
project(fastdds VERSION "3.0.1" LANGUAGES C CXX)
project(fastdds VERSION "3.0.2" LANGUAGES C CXX)

set(PROJECT_NAME_LARGE "Fast DDS")
string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER)
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastdds</name>
<version>3.0.1</version>
<version>3.0.2</version>
<description>
*eprosima Fast DDS* is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. *eProsima Fast DDS* expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals.
</description>
<maintainer email="[email protected]">Miguel Company</maintainer>
<maintainer email="[email protected]">Eduardo Ponz</maintainer>
<license file="LICENSE">Apache 2.0</license>

<replace>fastrtps</replace>

<url type="website">https://www.eprosima.com/</url>
Expand Down
4 changes: 2 additions & 2 deletions versions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Forthcoming
-----------
Version v3.0.2 (EOL)
--------------------

* New property to configure the preferred key agreement algorithm.
* Windows ci example testing infrastructure and `hello world` example.
Expand Down

0 comments on commit 53b3c7a

Please sign in to comment.