From ff88b306c6944a1d47b55b4ba4cf3ac5ce4a1fb4 Mon Sep 17 00:00:00 2001 From: Igor Mironchik Date: Mon, 3 Jun 2024 07:46:16 +0300 Subject: [PATCH] Bump version. Update changelog. --- CMakeLists.txt | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef06cfa..049a966 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/README.md b/README.md index def2102..37fa67a 100644 --- a/README.md +++ b/README.md @@ -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. |