Skip to content

Commit

Permalink
Bump version to v1.2.2 and update CHANGELOG (#61)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
JLBuenoLopez authored Dec 12, 2022
1 parent ad694c0 commit 2ef9fc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.2 (2022-12-9)
-----------------
* Fix CMake minimum required version (#60)

1.2.1 (2022-02-24)
------------------
* Propagate `BUILD_SHARED_LIBS` and `CMAKE_POSITION_INDEPENDENT_CODE` to memory (#55)(#58)
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.14)
project(foonathan_memory_vendor VERSION "1.2.1")
project(foonathan_memory_vendor VERSION "1.2.2")

find_package(foonathan_memory QUIET)

Expand Down
2 changes: 1 addition & 1 deletion 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.1</version>
<version>1.2.2</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 Down

0 comments on commit 2ef9fc0

Please sign in to comment.