Skip to content

Commit

Permalink
1.2.0 (#53)
Browse files Browse the repository at this point in the history
* Prepare 1.2.0.

Signed-off-by: Miguel Company <[email protected]>

* Update changelog.

Signed-off-by: Miguel Company <[email protected]>

* Fixed QD related typos.

Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Nov 25, 2021
1 parent 0f04117 commit da062db
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package foonathan_memory_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.0 (2021-11-25)
------------------
* Update upstream to release 0.7-1 (#49)

1.1.0 (2021-05-18)
------------------
* QD Security Vulnerability Declaration: REP 2006 (`#34 <https://github.com/eProsima/foonathan_memory_vendor/pull/34>`_)
Expand Down
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 "1.1.0")
project(foonathan_memory_vendor VERSION "1.2.0")

find_package(foonathan_memory QUIET)

Expand Down
2 changes: 1 addition & 1 deletion QUALITY_DECLARATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document is a declaration of software quality for the `foonathan_memory_ven

The package `foonathan_memory_vendor` claims to be in the **Quality Level 2** category.

Below are the rationales, notes, and caveats for this claim, organized by each requirement listed in the [Package Requirements for Quality Level 3 in REP-2004](https://www.ros.org/reps/rep-2004.html).
Below are the rationales, notes, and caveats for this claim, organized by each requirement listed in the [Package Requirements for Quality Level 2 in REP-2004](https://www.ros.org/reps/rep-2004.html).

## Version Policy [1]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This package will download, patch, build and install foonathan_memory for its us

## Quality Declaration

This package claims to be in the **Quality Level 3** category, see the [Quality Declaration](QUALITY_DECLARATION.md) for more details.
This package claims to be in the **Quality Level 2** category, see the [Quality Declaration](QUALITY_DECLARATION.md) for more details.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>foonathan_memory_vendor</name>
<version>1.1.0</version>
<version>1.2.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) -->
<license>zlib License</license> <!-- foonathan/memory is licensed under the zlib License (https://github.com/foonathan/memory/blob/main/LICENSE) -->
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>git</buildtool_depend>

Expand Down

0 comments on commit da062db

Please sign in to comment.