Skip to content

Commit a222ee7

Browse files
authored
Bump to 0.3.0 (#56)
* Release notes Signed-off-by: jparisu <javierparis@eprosima.com> * Bump version Signed-off-by: jparisu <javierparis@eprosima.com> --------- Signed-off-by: jparisu <javierparis@eprosima.com>
1 parent 1624847 commit a222ee7

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 0
2-
VERSION_MINOR 2
2+
VERSION_MINOR 3
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.2.0</version>
5+
<version>0.3.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.2.0</version>
5+
<version>0.3.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
88
</description>

versions.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
This file includes the released versions of **dev-utils** project along with their contributions to the project.
44
The *Forthcoming* section includes those features added in `main` branch that are not yet in a stable release.
55

6-
## Forthcoming
7-
8-
* New class **StdinEventHandler** to easily read from std::cin.
9-
* New class **CommandReader** to easily read from std::cin commands synchronously.
10-
* New class **SafeDatabase** to implement a thread safe map.
6+
## Version 0.3.0
7+
8+
* New event class **StdinEventHandler** to easily read from std::cin.
9+
* New event class **CommandReader** to easily read from std::cin commands synchronously.
10+
* New contariner class **SafeDatabase** to implement a thread safe map.
11+
* New contariner class **Tree** to implement a thread safe map.
12+
* Extend **enumeration builder**.
13+
* Extend **iterative macros** max range.
14+
* Add some utils functions.
1115

1216
## Version 0.2.0
1317

0 commit comments

Comments
 (0)