From 6ecf5779e67314a22617f7467aa4436bde14d7b8 Mon Sep 17 00:00:00 2001 From: Abdessattar Sassi <457645+abdes@users.noreply.github.com> Date: Thu, 11 Aug 2022 07:24:46 +0400 Subject: [PATCH] chore: release 1.0.8 --- CHANGELOG.md | 8 +++++++- CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ece749b..e3d34d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +All notable changes to this project will be documented in this file. See +[standard-version](https://github.com/conventional-changelog/standard-version) +for commit guidelines. + +## [1.0.8](http://github.com/abdes/asap/compare/v1.0.7...v1.0.8) (2022-08-11) + +Merge features/updates/fixes from upstream [asap](http://github.com/abdes/asap). ## [1.0.7](http://github.com/abdes/asap/compare/v1.0.6...v1.0.7) (2022-03-15) diff --git a/CMakeLists.txt b/CMakeLists.txt index 597cada..2d45c17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/asap-projects") set(META_AUTHOR_MAINTAINER "Abdessattar Sassi") set(META_VERSION_MAJOR "1") set(META_VERSION_MINOR "0") -set(META_VERSION_PATCH "7") +set(META_VERSION_PATCH "8") set(META_VERSION_REVISION "${GIT_REV}") set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}") set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")