Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Jan 14, 2024
1 parent 48b1859 commit 6b77822
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,28 @@ Release date:

New features:

* Fix GitHub Issue #6: Implement option groups

Bug fixes:

Other:

1.3.0
=====

Release date:

Sun, 14 Jan 2024 17:02:51 +0200

New features:

* Fix GitHub Issue #6: Implement option groups
* Add Argengine::options() for consistency

Other:

* Unify type aliases: Use a single type OptionSet for all purposes
* Improve documentation
* Make printHelp() const

1.2.0
=====

Expand Down
2 changes: 1 addition & 1 deletion src/argengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ void Argengine::parse(Error & error)

std::string Argengine::version()
{
return "1.2.0";
return "1.3.0";
}

Argengine::~Argengine() = default;
Expand Down

0 comments on commit 6b77822

Please sign in to comment.