File tree 6 files changed +6
-5
lines changed
6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
VERSION_MAJOR 0
2
- VERSION_MINOR 3
2
+ VERSION_MINOR 4
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 >0.3 .0</version >
5
+ <version >0.4 .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 >0.3 .0</version >
5
+ <version >0.4 .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 >0.3 .0</version >
5
+ <version >0.4 .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 = '0.0 .0' ,
19
+ version = '0.4 .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 @@ -18,6 +18,7 @@ The *Forthcoming* section includes those features added in `main` branch that ar
18
18
* Refactor the way to set labels to tests.
19
19
* ** cpp_utils**
20
20
* Add some utils functions.
21
+
21
22
## Version 0.3.0
22
23
23
24
* New event class ** StdinEventHandler** to easily read from std::cin.
You can’t perform that action at this time.
0 commit comments