Skip to content

Commit d72116b

Browse files
Bump 1.0.0 and release notes (#19)
* Bumps version to 1.0.0 and updates release notes Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com> * Addressed Raul suggestions Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com> --------- Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
1 parent 9088f02 commit d72116b

8 files changed

Lines changed: 59 additions & 15 deletions

File tree

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION_MAJOR 0
2-
VERSION_MINOR 1
1+
VERSION_MAJOR 1
2+
VERSION_MINOR 0
33
VERSION_PATCH 0

ddsenabler/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsenabler</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* main C++ package.
88
</description>

ddsenabler_docs/docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@
9090
.. /developer_manual/installation/sources/linux
9191
9292
93-
.. .. _index_notes:
93+
.. _index_notes:
9494

95-
.. .. toctree::
96-
.. :caption: Release Notes
97-
.. :maxdepth: 2
98-
.. :hidden:
95+
.. toctree::
96+
:caption: Release Notes
97+
:maxdepth: 2
98+
:hidden:
9999

100-
.. /notes/notes
100+
/notes/notes
101101

102102

103103
.. .. _index_appendix:

ddsenabler_docs/docs/notes/notes.rst

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,55 @@
55
.. include:: forthcoming_version.rst
66

77
##############
8-
Version v0.1.0
8+
Version v1.0.0
99
##############
1010

11+
This release includes the following **features**:
12+
13+
* Publish and subscribe to DDS topics in real time.
14+
* Auto-discovery and management of DomainParticipants, Topics, Types, Publishers and Subscribers via YAML configuration.
15+
* Flexible JSON serialization and deserialization utilities for DDS samples to enable REST and external integration.
16+
* Topic allow-listing/deny-listing, QoS tuning, and participant filtering via configuration.
17+
* Added CI support for building and testing.
18+
19+
This release includes the following **Documentation changes**:
20+
21+
* Added full documentation set including usage, architecture, and configuration.
22+
* Included installation instructions for both Linux and Windows (from sources).
23+
* Added API reference documentation.
24+
25+
26+
This release includes the following **Dependencies Update**:
27+
28+
.. list-table::
29+
:header-rows: 1
30+
31+
* -
32+
- Repository
33+
- Old Version
34+
- New Version
35+
* - Foonathan Memory Vendor
36+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
37+
- `-`
38+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
39+
* - Fast CDR
40+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
41+
- `-`
42+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
43+
* - Fast DDS
44+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
45+
- `-`
46+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`_
47+
* - Dev Utils
48+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
49+
- `-`
50+
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
51+
* - DDS Pipe
52+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
53+
- `-`
54+
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
55+
1156

1257
#################
1358
Previous Versions
1459
#################
15-

ddsenabler_docs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsenabler_docs</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

ddsenabler_participants/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsenabler_participants</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* C++ Std Participant implementations.
88
</description>

ddsenabler_test/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsenabler_test</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* system tests package.
88
</description>

ddsenabler_yaml/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsenabler_yaml</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* YAML configuration package.
88
</description>

0 commit comments

Comments
 (0)