We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b1859 commit 6b77822Copy full SHA for 6b77822
2 files changed
CHANGELOG
@@ -5,12 +5,28 @@ Release date:
5
6
New features:
7
8
-* Fix GitHub Issue #6: Implement option groups
9
-
10
Bug fixes:
11
12
Other:
13
+1.3.0
+=====
14
+
15
+Release date:
16
17
+Sun, 14 Jan 2024 17:02:51 +0200
18
19
+New features:
20
21
+* Fix GitHub Issue #6: Implement option groups
22
+* Add Argengine::options() for consistency
23
24
+Other:
25
26
+* Unify type aliases: Use a single type OptionSet for all purposes
27
+* Improve documentation
28
+* Make printHelp() const
29
30
1.2.0
31
=====
32
src/argengine.cpp
@@ -615,7 +615,7 @@ void Argengine::parse(Error & error)
615
616
std::string Argengine::version()
617
{
618
- return "1.2.0";
+ return "1.3.0";
619
}
620
621
Argengine::~Argengine() = default;
0 commit comments