commit d1ef9da07e436f0963f352e88065efbfceca1169 parent 0dfc1d32da3d539129533341c4a2eb45a3848b78 Author: Dimitrije Dobrota <mail@dimitrijedobrota.com> Date: Sat, 29 Jun 2024 12:35:11 +0200 Version 1.1 Diffstat:
M | CMakeLists.txt | | | 2 | +- |
M | README.md | | | 5 | +++++ |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -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 diff --git a/README.md b/README.md @@ -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