Skip to content

Commit a11b1ac

Browse files
committed
1.1.1
1 parent 5ed8de0 commit a11b1ac

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
x.y.z
22
=====
33

4+
Release date:
5+
46
New features:
57

68
Bug fixes:
79

810
Other:
911

12+
1.1.1
13+
=====
14+
15+
Release date:
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+
1028
1.1.0
1129
=====
1230

src/argengine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ void Argengine::parse(Error & error)
505505

506506
std::string Argengine::version()
507507
{
508-
return "1.1.0";
508+
return "1.1.1";
509509
}
510510

511511
Argengine::~Argengine() = default;

0 commit comments

Comments
 (0)