Skip to content

Commit 8bf0bf5

Browse files
committed
chore: update changelog for release 1.0.1
1 parent 37a8d81 commit 8bf0bf5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.1](http://github.com/abdes/asap/compare/v1.0.0...v1.0.1) (2022-03-15)
6+
7+
- refactor build to use CPM for cmake dependencies and speedup build with ccache.
8+
59
## 1.0.0 (2022-03-08)
610

711
This is the initial version of the contract checking library for C++ and its

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 "0")
43+
set(META_VERSION_PATCH "1")
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)