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 5ed8de0 commit a11b1acCopy full SHA for a11b1ac
CHANGELOG
@@ -1,12 +1,30 @@
1
x.y.z
2
=====
3
4
+Release date:
5
+
6
New features:
7
8
Bug fixes:
9
10
Other:
11
12
+1.1.1
13
+=====
14
15
16
17
+Tue, 06 Sep 2022 18:30:37 -0000
18
19
+Bug fixes:
20
21
+* Fix typo in the unknown option error message
22
23
+Other:
24
25
+* Fix GitHub Issue #5: Add documentation of option info texts
26
+* Update documentation of ex1
27
28
1.1.0
29
30
src/argengine.cpp
@@ -505,7 +505,7 @@ void Argengine::parse(Error & error)
505
506
std::string Argengine::version()
507
{
508
- return "1.1.0";
+ return "1.1.1";
509
}
510
511
Argengine::~Argengine() = default;
0 commit comments