Skip to content

Commit 894cc12

Browse files
authored
Bump version to v1.1.0 & add release notes (#129)
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent b04251d commit 894cc12

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

VERSION

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

cmake_utils/package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
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>1.0.0</version>
5+
<version>1.1.0</version>
66
<description>
77
*eprosima* CMake utils and macros.
88
</description>
99
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
10-
<maintainer email="[email protected]">Javier París</maintainer>
1110
<maintainer email="[email protected]">Juan López</maintainer>
1211
<license file="LICENSE">Apache 2.0</license>
1312

cpp_utils/package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
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>1.0.0</version>
5+
<version>1.1.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
88
</description>
99
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
10-
<maintainer email="[email protected]">Javier París</maintainer>
1110
<maintainer email="[email protected]">Juan López</maintainer>
1211
<license file="LICENSE">Apache 2.0</license>
1312

py_utils/package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
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>1.0.0</version>
5+
<version>1.1.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes.
88
</description>
99
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
10-
<maintainer email="[email protected]">Javier París</maintainer>
1110
<maintainer email="[email protected]">Juan López</maintainer>
1211
<license file="LICENSE">Apache 2.0</license>
1312

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='1.0.0',
19+
version='1.1.0',
2020
packages=file_packages,
2121
long_description=long_description,
2222
data_files=[

versions.md

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

66
## Forthcoming
77

8+
## Version 1.1.0
9+
10+
This release includes the following **dependencies update**:
11+
12+
| | Repository | Old Version | New Version |
13+
|---|---|---|---|
14+
| 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) |
15+
| Fast CDR | [eProsima/Fast-CDR](https://github.com/eProsima/Fast-CDR) | [v2.2.4](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4) | [v2.2.5](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5) |
16+
| Fast DDS | [eProsima/Fast-DDS](https://github.com/eProsima/Fast-DDS) | [v3.0.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1) | [v3.1.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0) |
17+
18+
819
## Version 1.0.0
920

1021
This release includes the following **Features**:

0 commit comments

Comments
 (0)