From 72b7d56f0784ca2275013061a91983f320c8e862 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Mar 2024 02:50:33 +0000 Subject: [PATCH] chore(release): 1.3.8 [skip ci] ## [1.3.8](https://github.com/msclock/cmake-modules/compare/v1.3.7...v1.3.8) (2024-03-07) ### Performance * valgrind command setup ([#29](https://github.com/msclock/cmake-modules/issues/29)) ([aeb6391](https://github.com/msclock/cmake-modules/commit/aeb6391785a2a3d8c6ccd1d469de41721aeea447)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 211c4e8..622472d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.8](https://github.com/msclock/cmake-modules/compare/v1.3.7...v1.3.8) (2024-03-07) + + +### Performance + +* valgrind command setup ([#29](https://github.com/msclock/cmake-modules/issues/29)) ([aeb6391](https://github.com/msclock/cmake-modules/commit/aeb6391785a2a3d8c6ccd1d469de41721aeea447)) + ## [1.3.7](https://github.com/msclock/cmake-modules/compare/v1.3.6...v1.3.7) (2024-03-05)