File tree Expand file tree Collapse file tree 6 files changed +21
-5
lines changed Expand file tree Collapse file tree 6 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
VERSION_MAJOR 1
2
- VERSION_MINOR 1
2
+ VERSION_MINOR 2
3
3
VERSION_PATCH 0
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >cmake_utils</name >
5
- <version >1.1 .0</version >
5
+ <version >1.2 .0</version >
6
6
<description >
7
7
*eprosima* CMake utils and macros.
8
8
</description >
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >cpp_utils</name >
5
- <version >1.1 .0</version >
5
+ <version >1.2 .0</version >
6
6
<description >
7
7
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
8
8
</description >
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >py_utils</name >
5
- <version >1.1 .0</version >
5
+ <version >1.2 .0</version >
6
6
<description >
7
7
*eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes.
8
8
</description >
Original file line number Diff line number Diff line change 16
16
17
17
setup (
18
18
name = package_name ,
19
- version = '1.1 .0' ,
19
+ version = '1.2 .0' ,
20
20
packages = file_packages ,
21
21
long_description = long_description ,
22
22
data_files = [
Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ The *Forthcoming* section includes those features added in `main` branch that ar
5
5
6
6
## Forthcoming
7
7
8
+ ## Version 1.2.0
9
+
10
+ This release includes the following ** Improvements** :
11
+ * Update commercial support section in project README
12
+
13
+ This release includes the following ** CI improvements** :
14
+ * Use correct action for downloading dependencies
15
+
16
+ This release includes the following ** dependencies update** :
17
+
18
+ | | Repository | Old Version | New Version |
19
+ | ---| ---| ---| ---|
20
+ | 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 ) |
21
+ | Fast CDR | [ eProsima/Fast-CDR] ( https://github.com/eProsima/Fast-CDR ) | [ v2.2.5] ( https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5 ) | [ v2.3.0] ( https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0 ) |
22
+ | Fast DDS | [ eProsima/Fast-DDS] ( https://github.com/eProsima/Fast-DDS ) | [ v3.1.0] ( https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0 ) | [ v3.2.2] ( https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2 ) |
23
+
8
24
## Version 1.1.0
9
25
10
26
This release includes the following ** dependencies update** :
You can’t perform that action at this time.
0 commit comments