From 430640bae7a4eaad2091c01b87ecf4af4fed4cb7 Mon Sep 17 00:00:00 2001 From: Abdessattar Sassi <457645+abdes@users.noreply.github.com> Date: Sun, 6 Mar 2022 22:50:43 +0400 Subject: [PATCH] chore: update changelog and bump version for 1.0.3 --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64be843..754a08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.3](http://github.com/abdes/asap/compare/v1.0.2...v1.0.3) (2022-03-06) + +### Bug Fixes + +- cleanup dependencies and docs for mixin module ([69a9014](http://github.com/abdes/asap/commit/69a90147a92114ac20d2c9913359aaec3963ffdb)) + ## [1.0.2](http://github.com/abdes/asap/compare/v1.0.1...v1.0.2) (2022-03-06) ### Bug Fixes diff --git a/CMakeLists.txt b/CMakeLists.txt index 08443e7..df3309c 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 "2") +set(META_VERSION_PATCH "3") 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})")