Skip to content

Commit

Permalink
Bump version to v1.1.0 & add release notes (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Oct 14, 2024
1 parent b04251d commit 894cc12
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 1
VERSION_MINOR 0
VERSION_MINOR 1
VERSION_PATCH 0
3 changes: 1 addition & 2 deletions cmake_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cmake_utils</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
*eprosima* CMake utils and macros.
</description>
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
<maintainer email="[email protected]">Javier París</maintainer>
<maintainer email="[email protected]">Juan López</maintainer>
<license file="LICENSE">Apache 2.0</license>

Expand Down
3 changes: 1 addition & 2 deletions cpp_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cpp_utils</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
</description>
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
<maintainer email="[email protected]">Javier París</maintainer>
<maintainer email="[email protected]">Juan López</maintainer>
<license file="LICENSE">Apache 2.0</license>

Expand Down
3 changes: 1 addition & 2 deletions py_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>py_utils</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
*eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes.
</description>
<maintainer email="[email protected]">Raul Sánchez-Mateos</maintainer>
<maintainer email="[email protected]">Javier París</maintainer>
<maintainer email="[email protected]">Juan López</maintainer>
<license file="LICENSE">Apache 2.0</license>

Expand Down
2 changes: 1 addition & 1 deletion py_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name=package_name,
version='1.0.0',
version='1.1.0',
packages=file_packages,
long_description=long_description,
data_files=[
Expand Down
11 changes: 11 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The *Forthcoming* section includes those features added in `main` branch that ar

## Forthcoming

## Version 1.1.0

This release includes the following **dependencies update**:

| | Repository | Old Version | New Version |
|---|---|---|---|
| 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) |
| 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) |
| 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) |


## Version 1.0.0

This release includes the following **Features**:
Expand Down

0 comments on commit 894cc12

Please sign in to comment.