Skip to content

Commit 60144f7

Browse files
committed
Bump version to 1.5.4
1 parent 2a5adc6 commit 60144f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Version 1.5.4: Optionals
2+
This version fixes the optional search in the single file version; some macros were not yet defined when it did the search. You can define the `CLI11_*_OPTIONAL` macros to 0 if needed to eliminate the search.
3+
14
### Version 1.5.3: Compiler compatibility
25
This version fixes older AppleClang compilers by removing the optimization for casting. The minimum version of Boost Optional supported has been clarified to be 1.58. CUDA 7.0 NVCC is now supported.
36

include/CLI/Version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define CLI11_VERSION_MAJOR 1
99
#define CLI11_VERSION_MINOR 5
10-
#define CLI11_VERSION_PATCH 3
11-
#define CLI11_VERSION "1.5.3"
10+
#define CLI11_VERSION_PATCH 4
11+
#define CLI11_VERSION "1.5.4"
1212

1313
// [CLI11:verbatim]

0 commit comments

Comments
 (0)