We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a943943 commit 2e7835fCopy full SHA for 2e7835f
CHANGELOG
@@ -1,3 +1,6 @@
1
+2.2.3:
2
+- setup caveralls.io repoprting (#114 -> this doesn't work it's too buggy)
3
+- added GCOV option (#115)
4
2.2.2:
5
- Added a contribution guide (#107)
6
- Limit to master and develop (#104)
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.11)
7
project(
8
cpp-logger
9
- VERSION 2.2.2
+ VERSION 2.2.3
10
DESCRIPTION "Simple C++ logger (${GIT_LOG})")
11
12
option(GCOV "Activate GCOV options")
0 commit comments