File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2024.05.31
2
+ - Added shared library version (ABI version 1.0.0)
3
+ - Updated enum parameters to have ` to_string ` , ` from_string ` ;
4
+ deprecate ` <enum>2str ` , ` str2<enum> `
5
+
1
6
2023.11.05
2
7
- Improve set_default to reset value
3
8
- Add half precision
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 3.15 )
14
14
15
15
project (
16
16
testsweeper
17
- VERSION 2023.11.05
17
+ VERSION 2024.05.31
18
18
LANGUAGES CXX
19
19
)
20
20
Original file line number Diff line number Diff line change 18
18
#include < type_traits>
19
19
20
20
// Version is updated by make_release.py; DO NOT EDIT.
21
- // Version 2023.11.05
22
- #define TESTSWEEPER_VERSION 20231105
21
+ // Version 2024.05.31
22
+ #define TESTSWEEPER_VERSION 20240531
23
23
24
24
namespace testsweeper {
25
25
You can’t perform that action at this time.
0 commit comments