From 8f51813a7bb287c905bae6ba7c5de77d886ac9cb Mon Sep 17 00:00:00 2001 From: Igor Krivenko Date: Sat, 12 Nov 2022 15:01:17 +0100 Subject: [PATCH] Added 0.7.2 release date to changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7a37c..043da37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ All notable changes to this project will be documented in this file. -## [0.7.2] - Unreleased +## [0.7.2] - 2022-11-12 -- Export CMake targets in the ``libcommute::`` namespace. +- Export namespaced CMake target ``libcommute::libcommute`` instead of + plain ``libcommute``. - Install CMake configuration files into ``${CMAKE_INSTALL_PREFIX}/lib/cmake/libcommute``, which is the recommended location.