Skip to content

Commit

Permalink
Bump to 0.3.0 (#56)
Browse files Browse the repository at this point in the history
* Release notes

Signed-off-by: jparisu <[email protected]>

* Bump version

Signed-off-by: jparisu <[email protected]>

---------

Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu authored Apr 5, 2023
1 parent 1624847 commit a222ee7
Show file tree
Hide file tree
Showing 4 changed files with 12 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 0
VERSION_MINOR 2
VERSION_MINOR 3
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion cmake_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?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>0.2.0</version>
<version>0.3.0</version>
<description>
*eprosima* CMake utils and macros.
</description>
Expand Down
2 changes: 1 addition & 1 deletion cpp_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?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>0.2.0</version>
<version>0.3.0</version>
<description>
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
</description>
Expand Down
14 changes: 9 additions & 5 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
This file includes the released versions of **dev-utils** project along with their contributions to the project.
The *Forthcoming* section includes those features added in `main` branch that are not yet in a stable release.

## Forthcoming

* New class **StdinEventHandler** to easily read from std::cin.
* New class **CommandReader** to easily read from std::cin commands synchronously.
* New class **SafeDatabase** to implement a thread safe map.
## Version 0.3.0

* New event class **StdinEventHandler** to easily read from std::cin.
* New event class **CommandReader** to easily read from std::cin commands synchronously.
* New contariner class **SafeDatabase** to implement a thread safe map.
* New contariner class **Tree** to implement a thread safe map.
* Extend **enumeration builder**.
* Extend **iterative macros** max range.
* Add some utils functions.

## Version 0.2.0

Expand Down

0 comments on commit a222ee7

Please sign in to comment.