Skip to content

Commit

Permalink
Add nuclearsandwich as a maintainer and complete 0.3.0 release. (#13)
Browse files Browse the repository at this point in the history
* Add myself as a package maintainer.

Signed-off-by: Steven! Ragnarök <[email protected]>

* 0.3.0

Signed-off-by: Steven! Ragnarök <[email protected]>
  • Loading branch information
nuclearsandwich authored and richiware committed Sep 24, 2019
1 parent f3ab481 commit 017ff0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(foonathan_memory_vendor VERSION "0.2.0")
project(foonathan_memory_vendor VERSION "0.3.0")

find_package(foonathan_memory QUIET)

Expand Down
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>foonathan_memory_vendor</name>
<version>0.1.0</version>
<version>0.3.0</version>
<description>Foonathan/memory vendor package for Fast-RTPS.</description>
<maintainer email="[email protected]">Miguel Company</maintainer>
<maintainer email="[email protected]">Steven! Ragnarök</maintainer>
<license>Apache License 2.0</license> <!-- The contents of this vendor package are Apache 2.0 -->
<license>zlib License</license> <!-- foonathan/memory is licensed under the zlib License (https://github.com/foonathan/memory/blob/master/LICENSE) -->
<buildtool_depend>cmake</buildtool_depend>
Expand Down

0 comments on commit 017ff0b

Please sign in to comment.