Skip to content

Commit

Permalink
Version 2024.05.31
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed May 31, 2024
1 parent b0ebcc2 commit c16ca65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024.05.31
- Added shared library version (ABI version 1.0.0)
- Updated enum parameters to have `to_string`, `from_string`;
deprecate `<enum>2str`, `str2<enum>`

2023.11.05
- Improve set_default to reset value
- Add half precision
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 3.15 )

project(
testsweeper
VERSION 2023.11.05
VERSION 2024.05.31
LANGUAGES CXX
)

Expand Down
4 changes: 2 additions & 2 deletions testsweeper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include <type_traits>

// Version is updated by make_release.py; DO NOT EDIT.
// Version 2023.11.05
#define TESTSWEEPER_VERSION 20231105
// Version 2024.05.31
#define TESTSWEEPER_VERSION 20240531

namespace testsweeper {

Expand Down

0 comments on commit c16ca65

Please sign in to comment.