Skip to content

Commit

Permalink
Bump version. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
igormironchik committed Jun 3, 2024
1 parent 5c77893 commit ff88b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cmake_minimum_required( VERSION 3.19 )

set( ARGS_VERSION "6.3.3" )
set( ARGS_VERSION "6.3.4" )

option( BUILD_EXAMPLES "Build examples? Default ON." ON )
option( BUILD_TESTS "Build tests? Default ON." ON )
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ the same, but is it needed?

| Version | Changes |
| --- | --- |
| **6.3.4** | Fix issue with `MSVC` when globally defined `::Command` class was detected as friend of `ArgIface` instead of `Args::Command` |
| **6.3.3** | Minor fix for compillation with `-Werror=shadow` |
| **6.3.2** | Fixed multiple definitions when included from different compile units. |
| **6.3.1** | Improved performance. Added possibility to set positional arguments string for the help. Added benchmark. |
Expand Down

0 comments on commit ff88b30

Please sign in to comment.