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 afe6952 commit cb64021Copy full SHA for cb64021
CHANGELOG
@@ -1,3 +1,19 @@
1
+x.y.z
2
+=====
3
+
4
+New features:
5
6
+Bug fixes:
7
8
+Other:
9
10
+1.0.1
11
12
13
14
15
+* Fix include path in tests
16
17
1.0.0
18
=====
19
src/argengine.cpp
@@ -493,7 +493,7 @@ void Argengine::parse(Error & error)
493
494
std::string Argengine::version()
495
{
496
- return "1.0.0";
+ return "1.0.1";
497
}
498
499
Argengine::~Argengine() = default;
0 commit comments