Skip to content

Commit b04251d

Browse files
authored
Bump version to v1.0.0 & add release notes (#126)
* Add v1.0.0 release notes Signed-off-by: Irene Bandera <irenebandera@eprosima.com> * Bump version to v1.0.0 Signed-off-by: Irene Bandera <irenebandera@eprosima.com> --------- Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
1 parent 3b4da7e commit b04251d

File tree

6 files changed

+32
-6
lines changed

6 files changed

+32
-6
lines changed

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 6
1+
VERSION_MAJOR 1
2+
VERSION_MINOR 0
33
VERSION_PATCH 0

cmake_utils/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>cmake_utils</name>
5-
<version>0.6.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima* CMake utils and macros.
88
</description>

cpp_utils/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>cpp_utils</name>
5-
<version>0.6.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
88
</description>

py_utils/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>py_utils</name>
5-
<version>0.6.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes.
88
</description>

py_utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name=package_name,
19-
version='0.6.0',
19+
version='1.0.0',
2020
packages=file_packages,
2121
long_description=long_description,
2222
data_files=[

versions.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,34 @@ The *Forthcoming* section includes those features added in `main` branch that ar
55

66
## Forthcoming
77

8+
## Version 1.0.0
9+
10+
This release includes the following **Features**:
11+
* Add support for Fast DDS v3.
12+
813
This release includes the following features in `cpp-utils` project:
14+
* Refactor `ReturnCode` to prevent incompatibilities.
915
* Add functions to convert QosPolicy's ids and masks to string.
16+
* Add function to convert a number of bytes into a formatted string.
17+
18+
This release includes the following features in `cmake-utils` project:
19+
* Extend `compile_tool` function to accept additional directories to use when compiling the tool.
20+
21+
This release includes the following **CI improvements**:
22+
* Upgrade to Ubuntu Noble (24.04).
23+
* Remove Ubuntu Focal (20.04) from the CI.
24+
* Update GCC version for Thread Sanitizer job.
25+
* Set test report names for each action.
26+
* Add support for builds with both Fast DDS v2 and v3.
27+
* Empty XTSAN tests list to run all tests with Thread Sanitizer.
28+
29+
This release includes the following **dependencies update**:
30+
31+
| | Repository | Old Version | New Version |
32+
|---|---|---|---|
33+
| Foonathan Memory Vendor | [eProsima/foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor) | [v1.3.1](https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1) | [v1.3.1](https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1) |
34+
| Fast CDR | [eProsima/Fast-CDR](https://github.com/eProsima/Fast-CDR) | [v2.2.0](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0) | [v2.2.4](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4) |
35+
| Fast DDS | [eProsima/Fast-DDS](https://github.com/eProsima/Fast-DDS) | [v2.14.0](https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0) | [v3.0.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1) |
1036

1137
## Version 0.6.0
1238

0 commit comments

Comments
 (0)