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 v0.3.0 #66

Merged
merged 1 commit into from
Jan 25, 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 VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 0
VERSION_MINOR 2
VERSION_MINOR 3
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion docs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastddsspy_docs</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>
*eprosima Fast DDS Spy* Documentation built with sphinx and deployed in ReadTheDocs.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fastddsspy_participants/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastddsspy_participants</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>
*eProsima Fast DDS Spy* core logic.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fastddsspy_tool/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastddsspy_tool</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>
*eProsima Fast DDS Spy* Application to execute a interactive CLI spy application to introspect data in a DDS network.
</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self):
arguments_dds=[],
arguments_spy=['--version'],
commands_spy=[],
output="""Fast DDS Spy v0.2.0\
output="""Fast DDS Spy v0.3.0\
commit hash: 16ed7e8c93d7481d8b426746af9ec3ffa323f451\n"""
)

Expand Down
2 changes: 1 addition & 1 deletion fastddsspy_yaml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastddsspy_yaml</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>
*eprosima Fast DDS Spy* Yaml Module to read and print yaml objects.
</description>
Expand Down
Loading