Skip to content

Commit fa4a7bc

Browse files
committed
chore: update changelog and bump version for 1.0.2
1 parent f7796e9 commit fa4a7bc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.0.2](http://github.com/abdes/asap/compare/v1.0.1...v1.0.2) (2022-03-06)
6+
7+
### Bug Fixes
8+
9+
- define asap_top_level_install as empty when project install should be skipped ([6cee399](http://github.com/abdes/asap/commit/6cee3997462b47b9c3fc382e2c65fd05ceddcff2))
10+
- update required dependencies in pkg-config file ([127eea5](http://github.com/abdes/asap/commit/127eea5d8d87ba66d90861ed6a0ac9eb7668b428))
11+
512
## [1.0.1](http://github.com/abdes/asap/compare/v1.0.0...v1.0.1) (2022-03-06)
613

714
chore: remove stale directory from old version

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/asap-projects")
4040
set(META_AUTHOR_MAINTAINER "Abdessattar Sassi")
4141
set(META_VERSION_MAJOR "1")
4242
set(META_VERSION_MINOR "0")
43-
set(META_VERSION_PATCH "1")
43+
set(META_VERSION_PATCH "2")
4444
set(META_VERSION_REVISION "${GIT_REV}")
4545
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
4646
set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")

0 commit comments

Comments
 (0)