Skip to content

Commit 2ef9fc0

Browse files
authored
Bump version to v1.2.2 and update CHANGELOG (#61)
* Refs #16440: update CHANGELOG Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #16440: bump version to v1.2.2 Signed-off-by: JLBuenoLopez-eProsima <[email protected]> Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
1 parent ad694c0 commit 2ef9fc0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package foonathan_memory_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.2.2 (2022-12-9)
6+
-----------------
7+
* Fix CMake minimum required version (#60)
8+
59
1.2.1 (2022-02-24)
610
------------------
711
* Propagate `BUILD_SHARED_LIBS` and `CMAKE_POSITION_INDEPENDENT_CODE` to memory (#55)(#58)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.14)
2-
project(foonathan_memory_vendor VERSION "1.2.1")
2+
project(foonathan_memory_vendor VERSION "1.2.2")
33

44
find_package(foonathan_memory QUIET)
55

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>foonathan_memory_vendor</name>
7-
<version>1.2.1</version>
7+
<version>1.2.2</version>
88
<description>Foonathan/memory vendor package for Fast-RTPS.</description>
99
<maintainer email="[email protected]">Miguel Company</maintainer>
1010
<maintainer email="[email protected]">Steven! Ragnarök</maintainer>

0 commit comments

Comments
 (0)