Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Sep 16, 2024
1 parent 35c7a87 commit 14e1c44
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 0
VERSION_MINOR 4
VERSION_MAJOR 1
VERSION_MINOR 0
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.4.0</version>
<version>1.0.0</version>
<description>
*eprosima Fast DDS Spy* Documentation built with sphinx and deployed in ReadTheDocs.
</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/installation/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The steps to run |spy| in a Docker container are explained below.
--ipc=host \
--privileged \
-v /<fastddsspy>/FASTDDSSPY_CONFIGURATION.yaml:/root/FASTDDSSPY_CONFIGURATION.yaml \
ubuntu-fastddsspy:v0.4.0
ubuntu-fastddsspy:v1.0.0
It is important to mention that both the path to the configuration file hosted in the local machine and the one
created in the Docker container must be absolute paths in order to share just one single file as a shared volume.
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.4.0</version>
<version>1.0.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.4.0</version>
<version>1.0.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.4.0\
output="""Fast DDS Spy v1.0.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.4.0</version>
<version>1.0.0</version>
<description>
*eprosima Fast DDS Spy* Yaml Module to read and print yaml objects.
</description>
Expand Down

0 comments on commit 14e1c44

Please sign in to comment.