Skip to content

Commit 03d77fb

Browse files
committed
chore: version bump to 1.0.1
1 parent 5af9e71 commit 03d77fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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/v0.10.0...v1.0.1) (2022-09-20)
6+
7+
### Bug Fixes
8+
9+
* work around and resolve gcc warnings ([69c7433](http://github.com/abdes/asap/commit/69c7433ac655c5455542fec7be8312a0095de581))
10+
511
## [1.0.0](http://github.com/abdes/asap/compare/v0.10.0...v1.0.0) (2022-09-20)
612

713
### Features

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/abdes")
4848
set(META_AUTHOR_MAINTAINER "Abdessattar Sassi")
4949
set(META_VERSION_MAJOR "1")
5050
set(META_VERSION_MINOR "0")
51-
set(META_VERSION_PATCH "0")
51+
set(META_VERSION_PATCH "1")
5252
set(META_VERSION_REVISION "${GIT_REV}")
5353
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
5454
set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")

0 commit comments

Comments
 (0)