Skip to content

Commit 6b77822

Browse files
committed
1.3.0
1 parent 48b1859 commit 6b77822

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,28 @@ Release date:
55

66
New features:
77

8-
* Fix GitHub Issue #6: Implement option groups
9-
108
Bug fixes:
119

1210
Other:
1311

12+
1.3.0
13+
=====
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+
1430
1.2.0
1531
=====
1632

src/argengine.cpp

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

616616
std::string Argengine::version()
617617
{
618-
return "1.2.0";
618+
return "1.3.0";
619619
}
620620

621621
Argengine::~Argengine() = default;

0 commit comments

Comments
 (0)