Skip to content

Commit

Permalink
Bump version to v1.2.1 (#59)
Browse files Browse the repository at this point in the history
* Refs 13785: Bump version to v1.2.1

Signed-off-by: Eduardo Ponz <[email protected]>

* Refs 13785: Update changelog

Signed-off-by: Eduardo Ponz <[email protected]>

* Refs 13785: Add badges to README.md

Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz authored Feb 24, 2022
1 parent 61d4050 commit 5d315b2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package foonathan_memory_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.1 (2022-02-24)
------------------
* Propagate `BUILD_SHARED_LIBS` and `CMAKE_POSITION_INDEPENDENT_CODE` to memory (#55)(#58)
* Remove unused `foonathan_memory-config.cmake` file (#57)

1.2.0 (2021-11-25)
------------------
* Update upstream to release 0.7-1 (#49)
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.2.0")
project(foonathan_memory_vendor VERSION "1.2.1")

find_package(foonathan_memory QUIET)

Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# foonathan_memory_vendor
# Foonathan Memory Vendor

Vendor package for foonathan/memory: https://github.com/foonathan/memory
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_linux/badge/icon?subject=%20%20%20Linux%20CI%20)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_linux/)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_linux_aarch64/badge/icon?subject=%20%20%20Linux-aarch64%20CI%20)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_linux_aarch64/)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_mac/badge/icon?subject=%20%20%20%20%20%20%20Mac%20CI%20)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_mac/)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=Win32,toolset=v141/badge/icon?subject=%20%20%20%20Windows%20CI%20-%20Win32-v141)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=Win32,toolset=v141)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=Win32,toolset=v142/badge/icon?subject=%20%20%20%20Windows%20CI%20-%20Win32-v142)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=Win32,toolset=v142)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=x64,toolset=v141/badge/icon?subject=%20%20%20%20Windows%20CI%20-%20x64-v141)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=x64,toolset=v141)
[![Build Status](http://jenkins.eprosima.com:8080/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=x64,toolset=v142/badge/icon?subject=%20%20%20%20Windows%20CI%20-%20x64-v142)](http://jenkins.eprosima.com:8080/view/Nightly%20Foonathan%20Memory/job/nightly_foonathan_memory_master_windows/label=windows-secure,platform=x64,toolset=v142)

This package will download, patch, build and install foonathan_memory for its use with Fast-RTPS.

Vendor package for [foonathan/memory](https://github.com/foonathan/memory).
This package will download, patch, build and install *foonathan/memory* for its use with Fast DDS.

## Quality Declaration

Expand Down
5 changes: 2 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>foonathan_memory_vendor</name>
<version>1.2.0</version>
<version>1.2.1</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>
Expand All @@ -16,7 +16,7 @@
<buildtool_export_depend>cmake</buildtool_export_depend>

<!--depend>FOONATHAN_MEMORY</depend-->

<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_test</test_depend>
Expand All @@ -26,4 +26,3 @@
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit 5d315b2

Please sign in to comment.