Version 1.1
Diffstat:
2 files changed, 6 insertions(+), 1 deletions(-)
@@ -4,7 +4,7 @@
include(cmake/prelude.cmake)
project(
poafloc
VERSION 1.0.2
VERSION 1.1.0
DESCRIPTION "Parser Of Arguments For Lines Of Commands"
HOMEPAGE_URL "https://git.dimitrijedobrota.com/poafloc.git"
LANGUAGES C CXX
@@ -43,6 +43,11 @@
Refer to [GNU argp documentation](https://www.gnu.org/software/libc/manual/html_
## Version History
- 1.1
* Modernize CMake project
* Modernize codebase
* Add test suite
- 1.0
* Initial Release